eliminate need of flex
[fw/sdcc] / ChangeLog
1 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4           Yee Keat for the patch
5         * src/SDCCast.c (decorateType): fixed bug #979599
6         * src/ds390/gen.h: removed local fReturnSizeDS390
7         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
8         * src/ds390/gen.c (genAnd, genOr, genXor),
9         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
10
11 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
12
13         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
14         add relFilesSet to $3, manipulate $2 to handle linking of object
15         files without source files in command line,
16         * device/include/pic16 (all headers): added ID location macros,
17         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
18         entries for ID location bytes,
19         * (pic16_assignIdByteValue): NEW,
20         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
21         added field dumpcalltree to pic16_options_t,
22         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
23         is used instead of pic16_Gstack_base_addr, check if (ifx) before
24         emitting rFalseIfx label after check_carry label,
25         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
26         pic16_emitDIRegs), NEW
27         * (pic16glue): dump .calltree file when option --calltree found,
28         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
29         * (_pic16_genAssemblerPreamble): emit ID locations after
30         configuration registers,
31         * (pic16_linkCmd): modifications of the link command,
32         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
33         * (pic16_pCodeInitRegisters): don't init stack registers,
34         * (pic16_findPrevInstruction): fixed bug,
35         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
36         bug with immediate registers,
37         * (buildCallTree): traces stack push and pop,
38         * (pct2): dump also stack usage for each function,
39         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
40         * (pic16_allocDirReg): various modifications,
41         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
42         fixed to 1,
43
44 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
45
46         * src/pic16/pcode.c: removed buggy double colon
47
48 2004-07-01 Borut Razem <borut.razem AT siol.net>
49
50         * support/scripts/sdcc.nsi: added include/pic16 to setup
51
52 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
53
54         * device/lib/Makefile.in: fixed bug in target objects-pic16,
55         * device/lib/pic16/Makefile: prefixed with dash (-) command under
56         target 'clean',
57         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
58         specific command line arguments. Also added sample lkr script
59         for placing a variable at a specific memory bank.
60         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
61         at a specific memory bank,
62         * (pic16_dump_isection): fixed bug which caused string literals to
63         be omitted when dumping idata section,
64         * (pic16_groupRegistersInSection): added code to handle registers
65         in specific memory banks,
66         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
67         public, all references are renamed too,
68         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
69         AOP_DPTR2,
70         * (pic16_storeForReturn): added case to handle when dest is WREG,
71         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
72         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
73         pic16_rel_udata, check to see if that register is marked as being
74         a member of a specific memory bank,
75         * (pic16_printIvalCharPtr): added code to add string literals either
76         to code or the idata sections,
77         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
78         also accept the 'udata' pragma,
79         * src/pic16/main.h: new structure types sectName and sectSym
80         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
81         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
82         * (pic16_findPrevInstruction): fixed, it returned nothing,
83         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
84         instruction combinations,
85         * (pic16_FixRegisterBanking): heavily reorganised,
86         * (pic16_AnalyzeBanking): if generating banksel directives is
87         disabled, then don't call FixRegisterBanking at all,
88         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
89         completely removed,
90         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
91
92 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
93
94         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
95         Phuah Yee Keat <yk.phuah AT nestac.com>
96
97 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
98
99         * src/pic16/glue.c (pic16createInterruptVect): function now emits
100         correctly the IVT even if it is relocated to some other location
101
102 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
103
104         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
105         * device/include/pic16/pic18f2220.h: NEW,
106         * device/lib/pic16/libdev/pic18f2220.c: NEW,
107         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
108         * src/pic16/device.c (struct Pics16): added info for 18f2220,
109         * src/pic16/device.h (struct pic16_options): added ivt_loc and
110         nodefaultlibs, ivt_loc is the location of the interrupt vector
111         table, and nodefaultlibs signs that default libraries should not be
112         linked in link stage,
113         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
114         according to --ivt-loc argument,
115         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
116         when pragma stack is found,
117
118 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
119
120         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0), 
121         256 (range check), 257 (do while), 258.a-f (bit banging 
122         f.e. on 3-wire SPI bus)
123
124 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
125
126         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
127         variables used exclusively within a loop
128
129 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
130
131         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
132
133 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
134
135         * src/SDCClrange.c (computeClash): fixed bug #971834
136
137 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
138
139         * src/mcs51/gen.c (genCmp): fixed bug #975903
140         * src/hc08/gen.c (operandsEqu),
141         * src/ds390/gen.c (operandsEqu),
142         * src/z80/gen.c (operandsEqu),
143         * src/pic/gen.c (operandsEqu),
144         * src/pic16/gen.c (operandsEqu),
145         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
146         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
147
148 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
149
150         * src/SDCCcse.c (cseBBlock): fixed bug #966963
151
152 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
153
154         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
155         default case in switch statement,
156         * glue.c (pic16_initPointer): expr is initialised via decoarteType
157         to eliminate problem with initialisation of pointers, but problem
158         still exists,
159         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
160         * (emitStaticSegment): removed various lines emitting debug info,
161         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
162         added processor registers for utilizing EEPROM,
163         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
164         configurable and set 8
165
166 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
167
168         * .version: increased version number to 2.4.2,
169
170         Cumulative patch for pic16 port
171         * src/pic16/device.c: changed scheme to dump initial values for
172         variables in idata segment, all print_idata* functions were removed,
173         now the pic16_printIval* will be called,
174         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
175         * _pic16_printPointerType, pic16_printPointerType,
176         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
177         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
178         NEW, similar to the respective functions in SDCCglue.c,
179         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
180         way, emitting hex bytes,
181         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
182
183 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
184
185         * src/avr/ralloc.c (serialRegAssign),
186         * src/xa51/ralloc.c (serialRegAssign),
187         * src/pic/ralloc.c (serialRegAssign),
188         * src/pic16/ralloc.c (serialRegAssign),
189         * src/hc08/ralloc.c (serialRegAssign),
190         * src/z80/ralloc.c (serialRegAssign),
191         * src/ds390/ralloc.c (serialRegAssign),
192         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
193         
194 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
195
196         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
197         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
198
199 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
200
201         Cumulative patch for pic16 port:
202         * src/pic16/device.h (typedef PIC16_device) modified fields for
203         defining microcontrollers,
204         * src/pic16/device.c: added new info for all devices in Pics16 array,
205         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
206         to be optimised out by the pCode optimiser,
207         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
208         specially, bug reported by G.M. Gallant,
209         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
210         as force'd so that cannot be optimised out by pCode optimiser,
211         * src/pic16/pcode.c,
212         * src/pic16/pcodepeeph.c,
213         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
214         they are disabled by default, but can be enabled explicit with
215         command argument --denable-peeps, for testing,
216         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
217         --pomit-ivt in COMPILE_FLAGS
218  
219 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
220
221         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
222           compilation on MSVC
223
224 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
225
226         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
227
228 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
229
230         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
231         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
232
233 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
234
235         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
236         would only assign 0x300001 register.
237
238 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
239
240         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
241         in COMPILE_FLAGS. Thanks to G. Gallant for report.
242
243 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
244
245         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
246         for ds80c400
247         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
248         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
249         added peephole 254 (left shift), 255 (jump table)
250
251 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
252
253         * device/lib/Makefile.in: removed comment line with model-pic16,
254         * (target port-specific-objects-pic16): the libraries and objects
255         are copied to the build directory form the device/lib/pic16/bin
256         directory
257
258         Cumulative patch concerning pic16 port:
259         * library directory has been re-organized,
260         * added support for PIC18F1220,
261         * added headers and library sources for chips 18f1220,18f6520,
262         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
263
264         * configuration registers setting has changed, now each supported
265         device has a complete description of the registers it uses,
266         * all initialisations are moved to idata sections, these section
267         can be absolute or relocatable,
268         * fixed initialisation of codespace variables,
269         * fixed warning about PCLATU and gpsim,
270         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
271         * (genAssign): use table reads when assigning from variables in codespace,
272         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
273         char/int variables placed in codespace,
274         * (pic16_emitConfigRegs): NEW, emits a list with configuration
275         registers set in .asm file, no need for --pomit-config-words anymore,
276         * (pic16glue): some 8051 legacy segments are commented out
277         (to be removed completely),
278         * added support for alternative assembler and linker with --asm=
279         and --link= command line arguments,
280         * peepholes are disabled automatically in the port, no need to
281         specify on command line,
282         * port supports natively char/int/long multiplication, but converts
283         all divisions to support functions,
284         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
285         to the file set in variable $2,
286         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
287         strings in ASCII format and not in hex,
288         * ralloc.c (serialRegAssign): added a triplet of conditional calls
289         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
290         allocate proper register if iCodes aren't temporary,
291
292 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
293
294         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
295
296 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
297
298         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
299         is commented out
300
301 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
302
303         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
304         computed address is reused
305         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
306         multi-byte bitfields
307
308 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
309
310         * src/z80/gen.c: (genArrayInit): must check for pointers too
311
312 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
313
314         * support/regression/tests/zeropad.c: never meant to commit the
315           nestedstruct test: removed, added check for GCC version
316
317 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
318
319         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
320         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
321         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
322           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
323           bugs 928906 and 954082 half-empty initializers
324         * src/SDCCsymt.h,
325         * src/SDCCsymt.c (getAllocSize): added for above fix
326         * src/z80/gen.c (genArrayInit): fixed bug 741044
327         * support/regression/tests/zeropad.c: added tests
328
329 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
330
331         * src/pic16/device.c (pic16_dump_section): corrected bug which
332         caused some symbols of the libraries to be misplaced
333
334 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
335
336         * src/pic16/glue.c,
337         * src/pic16/ralloc.h,
338         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
339         to fix conflict with pic port
340
341 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
342
343         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
344         externs configuration variables,
345         * src/pic16/ralloc.h,
346         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
347         prototype in header, commented out some debug messages
348
349 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
350
351         * src/pic16/glue.c,
352         * src/pic16/main.c,
353         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
354         for gpasm COFF object generation. Thanks to D. Hawkins for
355         his patch info
356
357 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
358
359         * src/ds390/main.c,
360         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
361         Brock for spotting this)
362         * src/ds390/gen.c (genEndFunction),
363         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
364         interrupt handler and critical. Disable push/pop optimizations when
365         peephole optimizations disabled.
366
367 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
368
369         Updated pic16 library sources and headers.
370         * device/lib/pic16/pic18f*/ ,
371         * device/include/pic16/*.h: modified to handle structured SFR
372         definitions
373
374 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
375
376         * src/port.h (PORT structure): added hook initPaths, now each
377         port can declare its own default search paths,
378         which can been seen with the --print-search-dirs option,
379         see pic16 port for example,
380         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
381         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
382         * (doPrintSearchDirs): NEW, replaces in a central manner the
383         printing of search dirs which was split in set*Paths functions,
384         * (main): added call to port->initPaths and doPrintSearchDirs,
385         * src/avr/main.c,
386         * src/ds390/main.c,
387         * src/hc08/main.c,
388         * src/izt/i186.c,
389         * src/izt/tlcs900h.c,
390         * src/mcs51/main.c,
391         * src/pic/main.c,
392         * src/pic16/main.c: modified port structures to reflect addition of
393         initPaths hook,
394
395         * src/pic16/device.c (regCompare): registers are finally sorted by name,
396         * (pic16_dump_section): for registers in same address reserve memory once,
397         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
398         to no_banksel,
399         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
400         result is greater in size than right or left,
401         * (pic16_genUMult8X8_8): there are some cases where the result can
402         be 16 bits size, so handle these,
403         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
404         * (pic16_outBitC): modified to emit pcodes,
405         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
406         or not,
407         * (genDivOneByte): implemented algorithm to divide 8-bits,
408         * (genCmp): uncommented goto, but issues still exist,
409         * (genAnd): fixed a bug with variables >8bits,
410         * (genPackBits): optimization added that uses BCF/BSF to change a
411         single bit,
412         * (genAssign): fixed bug when assigning floating point literals,
413         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
414         __sdcc_gsinit_startup label,
415         * src/pic16/main.c (_pic16_init): removed search directory
416         initialisations,
417         * (_pic16_initPaths): NEW, used to initialise search directories,
418         * (_hasNativeMulFor): support functions for all except char/int
419         multiplication, and char division,
420         * (PIC16_port struct): modified entry for native mul support,
421         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
422         no_banksel option,
423         * (buildCallTree): call to register_usage is ifdef'ed out,
424
425 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
426
427         * device/include/string.h: applied Stas Sergeev's patch to make this
428         header file compatible with the preprocessor -Wundef option
429         * src/SDCCmain.c (main): abort compilation if preprocessor reports
430         failure (fixes bug #941458)
431
432 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
433
434         * src/SDCCopt.c (killDeadCode): fixed bug #907733
435         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
436         that the variable, not the function, should be static
437         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
438         to be consistent with non-literal case
439
440 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
441
442         * src/SDCCast.c (isConformingBody): fixed bug #949967
443         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
444         convilong): fixed bug #952086
445
446 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
447
448         * src/SDCCmem.c (allocVariables): fixed bug #955321
449
450 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
451
452         * src/hc08/main.c (_hc08_genAssemblerEnd),
453         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
454         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
455         completely eliminated the use of a temporary file
456         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
457         when more than one file linked
458         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
459
460 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
461
462         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
463         which fixes bug #543481
464         * support/regression/tests/bug-751703.c: fixed comments left from a
465         cut and paste error
466         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
467         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
468         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
469         scopes
470         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
471         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
472         are now changed to underscores in moduleName
473
474 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
475
476         * as/mcs51/lkmem.c: better fix for bug #954173
477
478 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
479         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
480
481         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
482         * device/include/c8051f000.h,
483         * device/include/c8051f120.h,
484         * device/include/c8051f300.h,
485         * device/include/c8051f310.h,
486         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
487         PWM16) and detab'ed
488
489 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
490
491         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
492         and mailing lists, doc'ed --no-peep-comments, removed reference
493         to knoppix (newest version has no LyX/LaTeX), other minor changes
494         * src/SDCCglue.c (glue): save 2 bytes stack space with
495         option --main-return. The ljmp could probably be avoided too
496
497 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
498
499         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
500
501 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
502
503         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
504         * src/SDCCopt.c (isLocalWithoutDef),
505         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
506         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
507         (credit to Maarten Brock for patch #949363, on which this is based)
508         * support/regression/tests/bug-751703.c: some test cases of extern used
509         within inner scopes.
510
511 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
512
513         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
514         SPEC_STRUCT
515         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
516         struct definitions
517         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
518         dwWriteLabel): fix to create valid debugger symbols even when
519         the module name has non-alphanumeric symbols in it
520         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
521         when a variable's allocation has been optimized away
522
523
524 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
525
526         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
527         * src/hc08/main.c,
528         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
529         * src/mcs51/main.c,
530         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
531         * src/ds390/main.c,
532         * src/z80/gen.c (z80_emitDebuggerSymbol),
533         * src/z80/main.c,
534         * src/pic/gen.c (pic14_emitDebuggerSymbol),
535         * src/pic/main.c,
536         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
537         * src/pic16/main.c,
538         * src/avr/gen.c (avr_emitDebuggerSymbol),
539         * src/avr/main.c,
540         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
541         * src/xa51/main.c,
542         * src/SDCCdebug.c (emitDebuggerSymbol),
543         * src/SDCCdebug.h,
544         * src/port.h: added a debugger struct to the port struct. Added a
545         callback for defining debugger symbols
546
547         * src/SDCCast.c (createLabel),
548         * src/SDCC.y (labeled_statement): mark all compiler generated labels
549         with isitmp = 1
550         * src/SDCCicode.h,
551         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
552         iCode back to the ast for the function
553
554         * src/hc08/ralloc.c (hc08_assignRegisters),
555         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
556         unneeded fields from the regs struct.
557         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
558         pushReg() & pullReg() functions instead of emitcode()
559
560         * src/hc08/gen.c (genLabel, genhc08Code),
561         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
562
563         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
564         debugger hooks
565
566         * src/hc08/gen.c (genEndFunction, genhc08Code),
567         * src/hc08/gen.h,
568         * src/mcs51/gen.c (genEndFunction, gen51Code),
569         * src/mcs51/gen.h,
570         * src/ds390/gen.c (genEndFunction, gen390Code),
571         * src/ds390/gen.h,
572         * src/z80/gen.c (genEndFunction, genZ80Code),
573         * src/z80/gen.h,
574         * src/z80/z80.h,
575         * src/pic/gen.c (genEndFunction, genpic14Code),
576         * src/pic/gen.h,
577         * src/pic16/gen.c (genEndFunction, genpic16Code),
578         * src/pic16/gen.h,
579         * src/avr/gen.c (genEndFunction, genAVRCode),
580         * src/avr/gen.h,
581         * src/xa51/gen.c (genEndFunction, genXA51Code),
582         * src/xa51/gen.h,
583         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
584         specific code to cdbFile.c and out of the backend code generators
585
586         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
587         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
588         starting address is now 0
589
590         * as/hc08/asm.h,
591         * as/hc08/m08pst.c,
592         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
593         assembler directive for DWARF support
594         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
595
596         * src/src.dsp,
597         * src/Makefile.in,
598         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
599
600 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
601
602         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
603         and inappropriate peephole optimization in jump tables
604
605 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
606
607         * as/hc08/m08pst.c,
608         * src/SDCCglue.c: sdccopt works for the hc08 port now
609
610 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
611
612         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
613
614 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
615
616         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
617
618 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
619
620         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
621         rules
622         * src/SDCCmain.c,
623         * src/SDCCglobl.h,
624         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
625         comments from the peephole optimizer replacement rules
626         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
627         symbols
628         * src/SDCCcse.c (updateSpillLocation),
629         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
630         equivalents
631         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
632         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
633         objects far pointers
634
635 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
636
637         * src/SDCCsymt.h: a missing part of my last change
638         * src/pic/ralloc.c (regTypeNum),
639         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
640
641 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
642
643         * src/SDCCicode.h,
644         * src/SDCCicode.c (aggrToPtrDclType),
645         * src/SDCCptropt.h,
646         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
647         ptrPseudoSymConvert),
648         * src/pic/ralloc.c (regTypeNum),
649         * src/pic16/ralloc.c (regTypeNum),
650         * src/hc08/ralloc.c (regTypeNum),
651         * src/ds390/ralloc.c (regTypeNum),
652         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
653         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
654
655 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
656
657         * link/z80/lkmain.c (afile),
658         * as/hc08/lkmain.c (afile),
659         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
660         prevent a pointer problem when a filename has no directory and
661         no extension specified.
662
663 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
664
665         * link/z80/lkmain.c (afile): allow periods in directory names
666         * link/z80/lkmain.c (afile),
667         * as/mcs51/lkmain.c (afile),
668         * as/hc08/lkmain.c (afile): allow linker script file to have an
669         extension other than ".lnk"
670         * link/z80/lklex.c (getfid),
671         * link/z80/lkmain.c (parse),
672         * as/mcs51/lklex.c (getfid),
673         * as/mcs51/lkmain.c (parse),
674         * as/hc08/lklex.c (getfid),
675         * as/hc08/lkmain.c (parse): Support comments in the linker script
676         file on lines by themselves and after filenames
677
678 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
679
680         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
681
682 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
683
684         * src/z80/peeph-z80.def: removed some peephole rules that don't
685         work with multibyte arithmetic (fixed bug #937126)
686         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
687         to registers and not global variables
688         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
689         geniCodePreInc, geniCodePostDec, geniCodePreDec,
690         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
691         checking for assignments not internally generated (fixed bug #931895)
692         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
693         structure member (fixed bug #930072)
694
695 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
696
697         * src/SDCCmain.c (linkEdit),
698         * src/hc08/main.c (_hc08_parseOptions),
699         * as/hc08/Makefile.in,
700         * as/hc08/aslink.h,
701         * as/hc08/asm.h,
702         * as/hc08/m08pst.c,
703         * as/hc08/lkrloc.c (relr, rele),
704         * as/hc08/lkarea.c (lnkarea)
705         * as/hc08/lkmain.c (afile, parse),
706         * as/hc08/lkelf.c: support for ELF output
707         * as/hc08/lks19.c (s19),
708         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
709
710 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
711
712         * as/mcs51/lkihx.c: Fixed bug #899105.
713
714 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
715
716         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
717         .dsp files from Unix to DOS.
718
719 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
720
721         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
722         function pointers; we have been compliant for several months now.
723         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
724         change that was accidently commented out
725         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
726         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
727         bug #922319
728
729 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
730
731         * src/hc08/gen.c: output of all of the internal debugging information
732         is now controlled by the D() macro; it is disabled by default
733
734 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
735
736         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
737         harder to keep the same registers during a CAST iCode
738         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
739         long via int can be done in a single cast, if the signedness is
740         correct.
741         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
742         putchar() in tinibios.c in ds390's library
743
744 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
745
746         * src/SDCCast.c (decorateType): fixed bug #898889,
747         cast result of a literal complement too
748         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
749         fixed check for bitfields
750
751 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
752
753         * src/SDCCicode.c (geniCodeLogic): made it static,
754         (geniCodeLogicAndOr): added in order to fix bug #905492,
755         (ast2iCode): fixed bug #905492
756         * support/regression/tests/bug-905492.c: added
757         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
758         (processParms): fixed bug #927659: don't copy parms, this will clear
759         decorated flag
760         * support/regression/tests/bug-927659.c: added
761
762 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
763
764         * src/SDCCast.c (addCast): don't cast float to char
765         * device/lib/libsdcc.lib: added _memmove
766
767 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
768
769         * device/lib/large/Makefile: fixed parallel execution by
770         replacing `make` by `$(MAKE)`
771
772 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
773
774         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
775         offsets (fixes bug #923936)
776
777 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
778
779         * device/lib/small/Makefile: fixed parallel execution by
780         replacing `make` by `$(MAKE)`
781
782 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
783
784         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
785
786 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
787
788         * src/pic/gen.c (genCpl): multi-byte complements were not working.
789         * src/regression/Makefile: Regression test was not running.
790
791 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
792
793         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
794         complement if possible
795         * src/SDCCval.c (valComplement),
796         * src/SDCCicode.c (operandOperation): fixed complement of literal
797         * support/regression/tests/onebyte.c (testComplement): added
798
799 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
800
801         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
802         return an optimized tree; actually replace actParm with the new tree
803         * src/SDCCast.h: added some parantheses to remove side effects
804         * support/regression/tests/bug-920866.c
805
806 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
807         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
808         Bit operands were not being handled properly in the pic14 port.
809         (now src/regression/add.c passes again).
810
811 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
812
813         * src/SDCC.y (labeled_statement): case and default no longer require
814         a following statement (RFE #893037)
815
816 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
817
818         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
819         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
820         disabled (fixes bug #916294)
821         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
822         "mov a,acc"; patch provided by Lenny Story
823         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
824
825 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
826
827         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
828         functions
829         * src/ds390/gen.c (genFunction, genEndFunction),
830         * src/ds390/ralloc.c (ds390_assignRegisters),
831         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
832         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
833         pushed if there are parameters passed on the stack. Also, a cleaner
834         way to decide if r0/r1 should be pushed/popped. (Together they fix
835         bug #918693)
836
837 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
838
839         * doc/sdccman.lyx,
840         * device/lib/mcs51/crtpagesfr.asm,
841         * device/lib/mcs51/crtxinit.asm,
842         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
843         to avoid confusion with Si Lab's SFRPAGE register.
844
845 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
846
847         * src/SDCCglue.c (emitMaps): allow public sfr variables
848         * src/SDCCglue.c (initialComments): include compiler build date
849         with compiler version and put the timestamp of the generated
850         assembly file on a serperate line to be less confusing.
851         * src/port.h: added genInitStartup hook
852         * src/avr/main.c,
853         * src/ds390/main.c,
854         * src/hc08/main.c,
855         * src/pic/main.c,
856         * src/pic16/main.c,
857         * src/xa51/main.c,
858         * src/z80/main.c: genInitStartup initialize as NULL (default to
859         historical behaviour)
860         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
861         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
862         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
863         library instead of hard coding it into the compiler.
864         * support/regression/ports/mcs51-stack-auto/spec.mk,
865         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
866         * device/lib/mcs51/Makefile,
867         * device/lib/small/Makefile,
868         * device/lib/large/Makefile,
869         * device/lib/mcs51/crtpagesfr.asm,
870         * device/lib/mcs51/crtstart.asm,
871         * device/lib/mcs51/crtxclear.asm,
872         * device/lib/mcs51/crtxinit.asm,
873         * device/lib/mcs51/crtclear.asm,
874         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
875         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
876         and into user configurable files.
877         * device/lib/clean.mk: clean mcs51 directory too
878         * support/regression/tests/longlit.c: added static to T1 declaration
879         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
880         accesses in the initialization code
881
882 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
883
884         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
885         OSCTRIMVAL as noted in bug #916008
886
887 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
888
889         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
890         in loops with multiple exits (reported as incorrect registers
891         used by Martin Helmling in Sdcc-user list)
892
893 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
894
895         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
896         made ds390 register extensions look less like error messages
897
898 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
899
900         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
901         reported by Adam Wozniak in Sdcc-user list
902
903 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
904
905         * src/SDCCast.c (decorateType): fixed with bug and promotion in
906         arithmetic optimizations, added debug output
907
908 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
909
910         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
911         * sdcc.spec: updated and split sdcc into 3 rpms
912         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
913         needed for literals of LEFT_OP and '+'
914         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
915         introduced RESULT_TYPE_NOPROM
916         (geniCodeMultiply): fixed logic for decision if mul is optimized to
917         left shift
918         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
919         limited promotion to int only for '*'
920         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
921
922 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
923
924         * src/pic16/gen.c (genSkip),
925         (genc16bit2lit), (gencjneshort): commented out
926         (is_LitOp): new helper function, checks operand type
927         (genCmpEq): rewritten
928
929 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
930
931         * support/regression/tests/bug-908454.c: added
932
933 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
934
935         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
936         * src/SDCCicode.c (usualBinaryConversions): op needs int type
937         (geniCodeCast): cosmetic, don't preserve bit storage class
938         (geniCodeLeftShift): added promotion
939         (geniCodeLogic): fixed regression
940         * src/SDCCsymt.c (computeTypeOr): accept bits too
941         (compareType): 2nd part of fix for bug #908454, needed for bitfields
942
943 2004-03-07  Borut Razem <borut.razem AT siol.net>
944
945         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
946
947 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
948
949         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
950         version of pic16_genPackRegisters which does not check if ic is a
951         CAST operator,
952         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
953         function cause string1.c regression test fails
954
955 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
956
957         * sim/ucsim/configure.in,
958         * sim/ucsim/configure,
959         * sim/ucsim/doc/Makefile.in: use docdir
960         * src/SDCC.y: fixed sbit atrributes
961         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
962         * src/SDCCast.c (decorateType): |^& need special promotion handling
963         * src/SDCCast.h,
964         * src/SDCCsymt.h: moved definition of RESULT_TYPE
965         * src/SDCCsymt.h (computeType),
966         * src/SDCCicode.c: computeType() needs op
967         * src/SDCCsymt.c (checkTypeSanity),
968         * doc/sddman.lyx: "plain" bitfields are unsigned
969         * src/SDCCsymt.c (computeTypeOr): added
970         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
971         |^& ops
972         * src/SDCCval.c (val*): computeType() needs op
973         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
974         * support/regression/tests/onebyte.c: added tests for |^&
975
976 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
977
978         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
979         for writing icode into asm output.
980
981 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
982
983         * src/pic16/device.c: added some debug lines enabled
984         with macro DEBUG_CHECK,
985         * src/pic16/genarith.c: more debug in genPlus,
986         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
987         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
988         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
989         * (aopForSym): onStack symbols are re-placed in data memspace,
990         and onStack flag is cleared,
991         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
992         copy temporary pcodeop,
993         * (genPcall): added warning for not updating PCLATU,
994         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
995         always true for pic16 port,
996         * (genMultOneWord): NEW, supports integer multiplication,
997         * (genMult): modified to call genMultOneWord,
998         * (ifxForOp): added warning when return NULL,
999         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
1000         flag is set before call to operandFromSymbol for implicit
1001         added structures,
1002         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
1003         options.intlong_rent are set by default,
1004         * (_hasNativeMulFor): modified to allow port generation of integer
1005         multiplication,
1006         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
1007         set regtype to REG_SFR for all registers, restricting seting the
1008         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
1009
1010 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1011
1012         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
1013         more than 500 times in the regression tests
1014
1015 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1016
1017         * support/Util/SDCCerr.h,
1018         * support/Util/SDCCerr.c,
1019         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
1020         enumerator_list),
1021         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
1022         for symbol conflicts.
1023         * support/valdiags/tests/enum.c,
1024         * support/valdiags/tests/tentdecl.c,
1025         * support/valdiags/tests/struct.c: expect possible error messages
1026         referring to original symbol definitions.
1027         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
1028         * src/SDCCsymt.h,
1029         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
1030
1031 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
1032
1033         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
1034
1035 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
1036
1037         * src/pic16/ralloc.c (newReg): fixed bug #908929
1038
1039 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1040
1041         * src/ds390/gen.c: added missing #include "main.h"
1042
1043 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
1044
1045         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
1046         checking if symbol is already in set,
1047         * src/pic16/device.h: prototype for checkAddSym,
1048         * src/pic16/gen.c: (_G): added entry interruptvector,
1049         * (assignResultValue): removed some commented out lines,
1050         * (genFunction): check for ISR via sym->type, absolute section for
1051         interrupt code is created via a new pBlock, the goto instruction is
1052         placed now correctly at the interrupt vector position, changed all
1053         references from ivec to _G.interruptvector,
1054         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
1055         is the interrupt is a high priority one, same for return from ISR,
1056         * src/pic16/glue.c: changed all calls of addSetHead for publics and
1057         externs to calls of checkAddSym,
1058         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
1059         pic16_pcode_verbose flag is set,
1060         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
1061         * src/pic16/pcoderegs.c: message about how many registers are saved
1062         will only be emitted if pic16_pcode_verbose flag is set,
1063
1064 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1065
1066         * src/ds390/ralloc.h,
1067         * src/ds390/ralloc.c (ds390_regWithIdx),
1068         * src/ds390/gen.c (emitcode),
1069         * src/ds390/main.h,
1070         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
1071         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
1072         ds390operandCompare, getRegsRead, getRegsWritten,
1073         initializeAsmLineNode): customized instruction size calculation for
1074         ds390, started basis for some register optimizations
1075         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
1076         corresponding assembly output
1077         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
1078         missing push/pop of r0/r1. Optimized push/pops
1079
1080 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1081
1082         * src/mcs51/main.c (instructionSize): fixed ACALL size
1083         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
1084
1085 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
1086
1087         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
1088         the sorting of rlist with NULL elements
1089         * (print_idataType, print_idata): NEW to create idata sections
1090         * src/pic16/device.h: idataSymSet new variable
1091         * src/pic16/gen.c (genFunction): fixed some bugs in string
1092         comparing, improved the absolute section creation for ISRs,
1093         added FSR0L/FSR0H in registers that are saved in an ISR,
1094         * (genInline): fixed the processing of inline snippets,
1095         now they undergo no process by the peephole optimizer
1096         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
1097         are placed in idataSymSet,
1098         * (pic16emitStaticSeg): extern symbols are added in externs,
1099         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
1100         switching when aboslute variables are placed in access bank memory
1101         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
1102         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
1103         commented out with #if,
1104         * (pic16_packRegisters): reintroduce the check for CAST because some
1105         symbols are not correctly handled,
1106         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
1107         pCodeInstruction instead of pCode,
1108         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
1109         pCodeAsmDir definition,
1110         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
1111         directive, then the argument directive is emitted without the leading
1112         tab, hack for inline labels which must be in the first column,
1113         * (compareLabel,pic16_findNextInstruction),
1114         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
1115         * (insertBankSwitch): modified for the new pCodeAsmDir,
1116
1117 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
1118         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
1119
1120         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
1121         instance,
1122         * (pushSide): commented out with #if,
1123         * (assignResultValue): fixed some typos in saving
1124         registers,
1125         * (genPcall): FIXED and sync'ed with genCall,
1126         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
1127         * (genNearPointerGet): fixed to handle some more cases,
1128         implementation scheme via table reads,
1129         * (genConstPointerGet): modified to access code memory correct,
1130         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
1131         and improved to handle some cases
1132         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
1133         instead of "RETLW" for init data
1134         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
1135         not IN_DIRSPACE, work around to reduce bank switching when aboslute
1136         variables are placed in access bank memory (<0x80 and >=0xf80),
1137         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
1138         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
1139         TBLWT_POSTDEC,TBLWT_PREINC
1140         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
1141         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
1142         directives
1143         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
1144         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
1145         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
1146         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
1147
1148 2004-02-29  Borut Razem <borut.razem AT siol.net>
1149
1150         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
1151         support/Util/findme.h, support/Util/system.h: enhance binary relative
1152         search for lib and include by using findProgramPath()
1153
1154 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1155
1156         * src/SDCCpeeph.h,
1157         * src/SDCCpeeph.c (pcDistance),
1158         * src/port.h,
1159         * src/mcs51/ralloc.h,
1160         * src/mcs51/ralloc.c (mcs51_regWithIdx),
1161         * src/mcs51/main.h,
1162         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
1163         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
1164         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
1165         size calculation port specific, started basis for some register
1166         optimizations
1167         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
1168         missing push/pop of r0/r1. Optimized push/pops
1169         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
1170         * device/lib/_modsint.c (_modsint),
1171         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
1172         and stack version so regression tests pass
1173
1174 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
1175
1176         * src/Makefile.in (dep): include SLIBOBJS in dependency check
1177         * src/SDCCast.c (decorateType): catch another small optimization
1178         with '?' operator
1179         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
1180         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
1181         modified to finally use computeType() all over SDCC,
1182         see Feature Request #877103
1183         * src/SDCCval.h: cosmetic
1184         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
1185         valCompare(); regression tested in muldiv.c
1186         * support/regression/tests/muldiv.c (testMod): mod sign follows
1187         dividend only
1188
1189 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
1190
1191         * src/SDCCast.c (decorateType): fixed bug #902362
1192         * doc/INSTALL.txt: fixed install instructions for win32
1193
1194 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
1195
1196         * device/include/Makefile.in (install): fixed by replacing spaces
1197         by tabs
1198         * doc/README.txt,
1199         * doc/INSTALL.txt: updated for release
1200         * doc/sdccman.lyx: added warning for --xstack being buggy
1201
1202 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
1203
1204         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
1205         to eliminate build warnings.
1206         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
1207
1208 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
1209            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
1210
1211         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
1212         removed -penable-stack, added comment for stack pragma, added
1213         warning for not initializing the stack/frame registers, removed
1214         comment at interrupts section
1215
1216         Stack is made permanent, there is no ability to disable stack usage.
1217         * src/pic16/device.h,
1218         * src/pic16/device.c: removed all references to USE_STACK macro,
1219         * src/pic16/device.c (pic16_dump_section): when no elements in
1220         rlist, free rlist before return,
1221         * (pic16_dump_int_registers): NEW, internal registers are a new set
1222         of general purpose registers reused by each function,
1223         * (checkAddReg): returns 1 if registers is added to set,
1224         * (pic16_groupRegistersInSection): when a registers is of type
1225         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
1226         * src/pic16/device.h: memRange and Assigned Memory are deleted,
1227         SRCASECMP macro is moved here from device.c
1228         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
1229         PO_PCLATU, PO_PRODL, PO_PRODH,
1230         * (pic16_pCodeOpType, genMinus,
1231         changed compares to "a" register, with AOP_ACC,
1232         * (pic16_genPlus): fixed some bugs and indented properly,
1233         * (pic16_addSign): changed size to size+offset in the MOVWF
1234         instruction,
1235         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
1236         multiply 8-bit operand by literal, result is 8-bit,
1237         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
1238         multiply 2 8-bit operand, result is 8-bit,
1239         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
1240         genUMult8X*_16,
1241         * src/pic16/gen.c: changed accUse to contain WREG only,
1242         * (pic16_emitcomment): renamed to pic16_emitpcomment,
1243         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
1244         true, do not use immediate addressing any more unless sym is a
1245         pointer in codespace,
1246         * (aopForRemat): do not use immediate addressing when symbol not in
1247         codespace and when symbol's address is requested,
1248         * (aopOp): for-loop in if(sym->accUse) is modified for the new
1249         accUse size (= 1),
1250         * (aopGet): added case for AOP_ACC and don't return "accumulator
1251         bug" but WREG instead,
1252         * (popGetTempReg): pushes contents of temporary register in stack,
1253         * (popReleaseTempReg): pops contents of temporary register from
1254         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
1255         * (pic16_popGet): separated case AOP_ACC to return register WREG
1256         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
1257         or PO_IMMEDIATE and initializes their instance/offset appropriately,
1258         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
1259         the use of immediate pointers to certain cases only.
1260
1261         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
1262         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
1263         * (assignResultValue, genCall, genRet): modified to use the new
1264         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
1265         genPcall is still broken,
1266         * (genFunction): added code to create 'A' type pBlocks when
1267         interrupt functions are generated, code not extensively tested yet,
1268         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
1269         * (genEndFunction): modified so ISRs pop stored registers from stack,
1270         * (genMultOneByte): cleanup,
1271         * (AccRsh): added flag andmask, to and result with appropriate mask,
1272         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
1273         * (genDataPointerGet): fixed and reenabled its use,
1274         * (genNearDataPointerGet): bugs fixed,
1275         * (genDataPointerSet): bugs fixed,
1276         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
1277         pic16_DumpSymbol, pic16_DumpOp,
1278         * src/pic16/genutils.h: function prototypes for the above functions,
1279         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
1280         pointers,
1281         * (pic16emitRegularMap): many many many improvements, but needs a
1282         major cleanup,
1283         * src/pic16/main.c: enable_stack in pic16_options is removed,
1284         * (_pic16_parseOptions): removed command line options -penable-stack,
1285         * (_process_pragma): emit stack symbol only when stack pragma is
1286         processed,
1287         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
1288         redirected to FSR0L/FSR0H pair,
1289         * (pic16_get_op, pic16_get_op2): modifications and improvements,
1290         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
1291         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
1292         for immediates,
1293         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
1294         * (dumpPicOptype): NEW,
1295         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
1296         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
1297         with movff instruction,
1298         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
1299         added pic16_int_regs, some packRegsFor* functions are commented out,
1300         because produce errors,
1301         * src/pic16/NOTES: minor modifications
1302
1303 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1304
1305         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
1306         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
1307         --pack-iram.
1308         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
1309         * as/mcs51/lkaomf51.c: fixed bug #895763
1310
1311 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
1312
1313         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
1314
1315 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1316
1317         * doc/sdccman.lyx: added details about the HC08 storage classes and
1318         interrupts, fixed the register usage info for z80 & gbz80
1319
1320 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
1321
1322         * doc/sdccman.lyx: added more pic16 port documentation
1323         * device/include/pic16/: added header pic18fregs.h
1324
1325 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
1326
1327         * doc/sdccman.lyx: added Vangelis' contribution
1328
1329 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1330
1331         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
1332         extend to the next CALL or PCALL, not just to the next CALL.
1333
1334 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
1335
1336         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
1337
1338 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1339
1340         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
1341         bug #895752 and a better fix for bug #716790
1342
1343 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1344
1345         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
1346
1347 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1348
1349         * doc/sdccman.lyx: minor changes, minor changed
1350
1351 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
1352
1353         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
1354         which can't handle SDCC_NEWONEBYTEOPS,
1355         (geniCodeMultiply): removed conversion from mult to shift for pic14
1356         and pic16
1357
1358 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1359
1360         * src/hc08/gen.h,
1361         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
1362         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
1363         thus fixing bug #895406
1364
1365 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
1366
1367         * device/lib/_modsint.c,
1368         * device/lib/_modslong.c: sign follows divisor only
1369         * src/hc08/gen.c (genMultOneByte): if result size is 1,
1370         signs or signedness can be ignored
1371         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
1372         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
1373         added optimization for IFX,
1374         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
1375         arguments;
1376         reenabled optimization for IFX, which was removed on 2004-01-11
1377         * src/SDCCast.h: added return type IFX
1378         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
1379         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
1380         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
1381         SDCC_OLDONEBYTEOPS selects the old behaviour
1382         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
1383         changed again and commented promotion rule
1384         * src/SDCCval.c (valDiv): promotion no longer necessary
1385         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
1386         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
1387         rewritten
1388         * support/regression/tests/onebyte.c: added
1389
1390 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
1391
1392         * gen.c (genInline): reverted to old code for assemnling inline
1393         code because of bug reported James Chadd
1394
1395 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
1396
1397         * ralloc.h: missing declarations from previous patch,
1398         seems that patch for ralloc.h was never applied, fixed
1399
1400 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
1401            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
1402
1403         * pcode.c,
1404         * pcode.h,
1405         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
1406         indirect addressing. Marked FSR0 as deprecated
1407         * gen.c (pointerCode): commented out, not needed now
1408         (pic16_popGet2p): new MOVFF helper function
1409         (genGenPointerGet),
1410         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
1411         (shiftRLong): removed duplicate debugging info
1412
1413 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1414
1415         * src/ds390/gen.c (genNearPointerGet),
1416         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
1417         optimization with bits, but not bitfields.
1418         * src/ds390/ralloc.c (packRegisters),
1419         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
1420
1421 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
1422
1423         * src/SDCCcse.c (algebraicOpts): copy operands before modification
1424
1425 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1426
1427         * src/SDCCsymt.h,
1428         * src/SDCCicode.c (operandFromSymbol),
1429         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
1430         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
1431         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
1432         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
1433         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
1434         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
1435         bug #892038
1436         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
1437         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
1438         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
1439         * src/SDCCsymt.c (newSymbol),
1440         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
1441         enumerator_list),
1442         * src/SDCCval.h,
1443         * src/SDCCval.c (newiList): fixed bug #885705
1444
1445 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1446
1447         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
1448         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
1449
1450 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1451
1452         * device/include/c8051f120.h,
1453         * device/include/c8051f300.h,
1454         * device/include/c8051f310.h: added/updated header files for Silicon
1455         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
1456         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
1457         in new section Submitting patches
1458
1459 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1460
1461         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
1462         genFarPointerGet, genCodePointerGet, genGenPointerGet,
1463         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
1464         genGenPointerSet),
1465         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
1466         genFarPointerGet, genCodePointerGet, genGenPointerGet,
1467         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
1468         genGenPointerSet),
1469         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
1470         genFarPointerGet, genCodePointerGet, genGenPointerGet,
1471         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
1472         genGenPointerSet),
1473         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
1474         genFarPointerGet, genCodePointerGet, genGenPointerGet,
1475         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
1476         genGenPointerSet): fixed bug #892400
1477         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
1478         to eliminate build warnings.
1479         * src/SDCCast.c (processParms),
1480         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
1481         fixed bug 751859
1482         * support/valdiag/valdiag.py: added GCC to the list of defines active
1483         when compiling with gcc
1484
1485 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1486
1487         * support/Util/SDCCerr.h,
1488         * support/Util/SDCCerr.c,
1489         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
1490         with an incomplete type (fixed bug #883734)
1491         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
1492
1493 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1494
1495         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
1496
1497 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1498
1499         * src/SDCCast.c (decorateType),
1500         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
1501         function pointer implementation
1502         * support/regression/tests/funptrs.c: added tests to verify both forms
1503         of function pointers work correctly. Added tests to verify parameters
1504         are passed in the correct order.
1505
1506 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
1507
1508         * device.c (regCompare): registers are sorted by ascending
1509         address and increasing size,
1510         * main.c (_pic16_finaliseOptions): removed the declaration
1511         of compiler macro MCU. Now a macro of the format pic18fxxxx
1512         will be defined from the command line
1513
1514 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
1515             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
1516
1517         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
1518         PCOP_RLCF was overwritten!
1519         * gen.c (genSkip): commented out calls to pic16_emitcode,
1520         * (genCmpEQ): fixed "long" compares, only high word did get compared,
1521         * (genlshTwo),
1522         * (genRRC): added debugging info,
1523         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
1524         overwritten while shifting,
1525         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
1526         overwritten while shifting,
1527         * (AccLsh),
1528         * (AccRsh),
1529         * (shiftLLeftOrResult),
1530         * (shiftRLeftOrResult),
1531         * (shiftRLong),
1532         * (shiftLLong): Implemented with pic16_emitpcode
1533         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
1534         * (genLeftShift): Fixed bug, operand for shift by variable always
1535         was "and"ed with 0x0f,
1536         * (genLeftShiftLiteral),
1537         * (genrshTwo),
1538         * (genRightShiftLiteral): added debugging info,
1539         * (genrshFour): added comment,
1540         * (genRightShift): determined signedness from operand "left"
1541         instead of "result"
1542
1543 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1544
1545         * src/SDCCicode.c (geniCodeParms),
1546         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
1547         function pointers, fixed function pointer bugs #861242 and #861896
1548
1549 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1550
1551         * device/include/c8051f000.h,
1552         * device/include/c8051f120.h,
1553         * device/include/c8051f300.h: added header files for Silicon
1554         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
1555
1556 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
1557
1558         * src/SDCCast.c (processParams): added new type flow and restructured
1559         (gatherAutoInit): added new type flow
1560         (addCast): cosmetic changes
1561         (getLeftResultType): added new type flow for array indices, patch
1562         provided by Stas, see FR #877103
1563         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
1564         array index patch by Stas
1565         * src/SDCCast.h: added prototype getResultTypeFromType()
1566         * src/SDCCval.h,
1567         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
1568         * src/pic/glue.c (pic14emitStaticSeg),
1569         * src/pic16/glue.c (pic16emitStaticSeg),
1570         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
1571         for initialization of symbols
1572         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
1573         * support/Util/SDCCerr.h:
1574         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
1575         * .version: bumped version number to 2.3.8
1576         * device/include/Makefile.in (install),
1577         * doc/Makefile (install): changed to 'rm `find ...`' construct to
1578         avoid warnings
1579
1580 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
1581
1582         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
1583         Slade Rich fixed an optimization bug
1584         * src/pic/pcodepeep.c,
1585         * src/pic/pcoderegs.c
1586         * doc/Makefile (install): added test for directory
1587
1588 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1589
1590         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
1591         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
1592         * src/pic/ralloc.c (getRegPtr, getRegGpr),
1593         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
1594         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
1595         * as/mcs51/asexpr.c (term),
1596         * as/hc08/asexpr.c (term): fixed bug #887146
1597
1598 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1599
1600         * src/z80/gen.c (genMult): handle single byte result product
1601         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
1602         DUMMY_READ_VOLATILE (fixed bug #886367)
1603
1604 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1605
1606         * support/regression/tests/libmullong.c: fixed logic, on little endian
1607         hosts we ended without a mullong_wrapper()
1608
1609 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1610
1611         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
1612         virus/worm forged address usage.
1613
1614 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1615
1616         Fixed promotion, it should be done on AST level:
1617         * src/SDCCast.c (addCast): added promotion to int
1618         (decorateType): updated call to upCast()
1619         * src/SDCCicode.c (geniCodeLeftShift): removed call to
1620         usualUnaryConversions()
1621
1622 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
1623
1624         * support/regression/tests/literalop.c (mulWrapper): Added a
1625         wrapper to remove integer overflow warnings.
1626
1627         * support/regression/tests/float_trans.c: Made work on host.
1628
1629         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
1630         location of sz80.
1631
1632         * support/regression/generate-cases.py (main): Changed from inline
1633         to a main method.
1634
1635         * doc/Makefile (install): Changed to depth first to get rid of
1636         missing directory install warning.
1637
1638         * as/Makefile (install-doc): Made work on Mac.
1639
1640 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
1641
1642         * src/SDCCast.c: added an additional type flow in decorateType() of
1643         opposite direction, see feature request #860006; it's enabled at runtime
1644         by setting the environment variable SDCC_NEWTYPEFLOW
1645         * src/SDCCast.h: changed prototype of decorateType()
1646         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
1647         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
1648         'char' to 'int' can be omitted, if both operands are 'unsigned char';
1649         see feature request #877103
1650         * src/SDCCval.c: updated call of decorateType()
1651         (valBitwise): fixed bug #882876
1652         (valMinus): added promotion
1653         (valLogicAndOr): result is unsigned
1654         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
1655         * src/SDCCsymt.c (computeType),
1656         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
1657         must not cause an unsigned operation
1658         * src/pic/glue (pic14emitRegularMap),
1659         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
1660
1661 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
1662
1663         * src/pic/pcode.c (PCodeID): commented out left over debug code
1664
1665 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
1666
1667         * support/valdiag/tests/overflow.c: added shift tests
1668         * src/pic/device.c,
1669         * src/pic/gen.c,
1670         * src/pic/gen.h,
1671         * src/pic/glue.c,
1672         * src/pic/main.c,
1673         * src/pic/pcode.c,
1674         * src/pic/pcode.h,
1675         * src/pic/pcodepeep.c,
1676         * src/pic/pcoderegs.c,
1677         * src/pic/ralloc.c,
1678         * src/pic/ralloc.h: applied patch from Slade Rich;
1679         added support for multiple code pages and multiple RAM banks on the
1680         PIC 14 port. The ASM files now no longer simply assume all the
1681         code / RAM are in the same page / bank. This means the linker can
1682         safely allocate code/RAM of separate ASM files to different pages/banks.
1683         * doc/sdccman.lyx: added Slade's tips
1684         * src/mcs51/peeph.def: fixed bug #880768
1685
1686 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1687
1688         * src/hc08/ralloc.c (rematStr): fixed bug #879282
1689         * src/SDCCast.c (decorateType): fixed bug #880197
1690
1691 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
1692
1693         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
1694         getopt.h.
1695
1696         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
1697         strtof is not part of C89 and isn't included with Mac OS X.
1698
1699 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1700
1701         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
1702         shiftL2Left2Result): fixed bug #879326
1703         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
1704         (genMultOneByte): fixed bug in signed vs unsigned multiplication
1705         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
1706         address fetch for clr instruction
1707         * device/lib/hc08/_mulint.c: created optimized assembly version
1708         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
1709
1710 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
1711
1712         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
1713         proposed in FR #877103
1714
1715 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
1716
1717         * src/SDCCval.c (cheapestVal): added missing checks
1718         * src/SDCCicode.c (usualBinaryConversions): fixed condition
1719         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
1720
1721 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
1722
1723         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
1724         equal operands
1725
1726 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
1727
1728         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
1729         loaded with the linker search paths (-L arguments) and the libraries
1730         to be linked with the current source (-l arguments). Changes
1731         currently will affect only the pic16 port.
1732         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
1733         include path the port specific paths and port specific libraries,
1734         * gplink command now contains the $3 argument,
1735         * src/pic16/device.h,
1736         * src/pic16/device.c,: structure PIC_device is made public and
1737         renamed to PIC16_device, the same for variable Pics which is renamed
1738         to Pics16. Updated all references to them.
1739         * src/pic16/glue.c (pic16glue): corrected bug with code
1740         initialization which bypassed the variable initializations block.
1741
1742         * device/lib/pic16/Makefile.rules: removed --penable-stack from
1743         COMPILE_FLAGS and added the --nostdinc option
1744
1745 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1746
1747         * device/include/mc68hc908jb8.h: Register defs for another member
1748         of the hc08 family. Contributed by Bjorn Bringert - thanks!
1749
1750 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
1751
1752         Documenting changes from previous commits.
1753         * configure.in (version 1.56),
1754         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
1755         when generating output files to configure the pic16 library,
1756         but now I've commented it out, since gputils aren't installed in the
1757         SF compile farm, so library won't compile
1758
1759         * device/lib/Makefile.in (version 1.56): initially I've added in
1760         target 'all' the prerequestive 'model-pic16' so it compiled the
1761         pic16 library, but now I've commented it out for the same reasons
1762         above,
1763         * added targets 'model-pic16' and 'objects-pic16' to compile the
1764         library
1765         * added target 'port-specific-objects-pic16' to handle the
1766         generated libraries and copy them into the build/ directory
1767         * added target 'clean-intermediate-pic16' to clean intermediate
1768         files into pic16 directory
1769         * in target 'installdirs' added line to create directory pic16 in
1770         the installation path
1771
1772         * device/include/Makefile.in (version 1.11): in target 'install'
1773         added lines to copy all header files to installation path,
1774         * in target 'installdirs' added line create directory for pic16
1775         headers in the installation path
1776
1777 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
1778
1779         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
1780          a function call
1781
1782 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
1783
1784         * configure,
1785         * device/lib/configure.in,
1786         * device/lib/configure: fixed for autoconf 2.57
1787
1788 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1789
1790         * src/z80/main.c (_parseOptions): fixed the portmode= command line
1791         option so that it actually works. Made it specific to the z80, since
1792         the gbz80 doesn't have these kinds of I/O ports.
1793
1794 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1795
1796         * device/include/z180.h,
1797         * device/lib/_memcpy.c,
1798         * device/lib/_memmove.c,
1799         * device/lib/_mulint.c,
1800         * device/lib/ser_ir.c,
1801         * device/lib/ser_ir_cts_rts.c,
1802         * device/lib/_strcmp.c,
1803         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
1804         * src/z80/main.c (_process_pragma): add support for pragmas bank and
1805         portmode; added deprecation warning for bank= and protmode= forms.
1806         Also, guard against buffer overflow.
1807         * src/z80/gen.c (aopGet): generate better code for sfr banked read
1808
1809 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1810
1811         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
1812         changed interrupt vector table generation to only emit declared vectors.
1813         * device/include/Makefile.in: added missing backslash
1814         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
1815
1816 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
1817
1818         Mainly changes to support compilation of the device libraries
1819         * src/pic16/device.c: stack is allocated via symbol and not
1820         via literal number. The symbol is placed in the corresponding
1821         position of the data ram
1822         * (pic16_dump_section): relocatable and absolute uninitialized
1823         data are now emitted in sorted order to reduce section naming,
1824         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
1825         weren't marked as being in the access bank,
1826
1827 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
1828
1829         Added portion of GNU PIC Library under the directory
1830         device/include/pic16 and device/lib/pic16. These files
1831         contain the declarations of SFRs for the PIC18Fxx2 devices.
1832         The directory is initialized via configure from toplevel.
1833
1834 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
1835
1836         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
1837         the spilllocations to be compared correctly
1838
1839 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
1840
1841         * src/SDCCast.c (decorateType): fixed bug introduced today
1842
1843 2004-01-12  Borut Razem <borut.razem AT siol.net>
1844
1845         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
1846         doc/sdccman.lyx: upper case pragmas are deprecated
1847
1848 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
1849
1850         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
1851         in simpler and even better code
1852
1853 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
1854
1855         * src/SDCCicode.c (operandOperation): fixed bug #874819
1856         * src/SDCCast.c (decorateType): fixed
1857         char foo (unsigned long ul) { return ul > 0; }
1858
1859 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1860
1861         * doc/sdccman.lyx: Moved and added some sections, small changes
1862         all over. Telling LaTeX to be less strict with word spacing
1863         to better keep the right margin. Changed some notes about
1864         maintainance of the ports in section 3.2.1 - is it OK like this?
1865
1866 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
1867
1868         SDCC source changes:
1869         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
1870         convilong): modified to inform the pic16 port that builtin functions
1871         are external
1872
1873         PIC16 PORT specific changes:
1874         * src/pic16/device.c pic16_dump_equates() added,
1875         processor registers declared internally by the port are emitted in
1876         the translation as equates,
1877         * src/pic16/gen.c: inline code is passed unprocessed to the
1878         translation,
1879         * (pic16_popGetLit2): fnuction modified to take second operand as
1880         pCodeOp pointer and not as literal,
1881         * (popRegFromIdx): prefixed with pic16_,
1882         * (pic16_popCombine2): modified to receive already allocated pCode
1883         operands,
1884         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
1885         * (genFunction): initializes local stack frame and pushes on stack
1886         all the registers used by this function,
1887         * (genEndFunction): restores all registers from stack and restores
1888         stack frame,
1889         * src/pic16/glue.c (pic16emitRegularMap): various changes and
1890         improvements,
1891         * (pic16glue): changed the program startup sequence,
1892         * added new dbName code 'A' for functions placed in absolute section
1893         * src/pic16/main.c: added function attribute _naked,
1894         * added pragma 'code' to place a fnuction at an absolute address,
1895         * added command line arguments --debug-ralloc and --pcode-verbose,
1896         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
1897         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
1898         * (pic16_newpCodeOpLit2): modified to take the second operand as
1899         pCodeOp pointer,
1900         * (pic16_printpBlock): modified to emit each function in a separate
1901         section,
1902         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
1903         UPPER for immediate operands,
1904         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
1905         instruction,
1906         * src/pic16/peeph.def: all peepholes with movff are commented out,
1907         because there is a problem in the pcode peep optimizer,
1908         * src/pic16/ralloc.c: the register allocator can now reuse local
1909         function symbols for another function. This saves register usage.
1910         * src/pic16/ralloc.h: added flag isLocal in structure regs,
1911
1912         Added file src/pic16/NOTES with information about program writing on
1913         the current port version.
1914
1915 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1916
1917         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
1918         and peephole 252 (array access)
1919
1920 2004-01-09  Borut Razem <borut.razem AT siol.net>
1921
1922         * src/SDCCmain.c : fixed #872250: -l command line defined library
1923           files are scanned before standard library files
1924
1925 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1926
1927         * src/SDCCast.c (decorateType): fixed bug #874046
1928
1929 2004-01-09  Borut Razem <borut.razem AT siol.net>
1930
1931         * support/scripts/sdcc.nsi: remove previous installation
1932
1933 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1934
1935         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
1936         bytes for last interrupt vector (mcs51)
1937         * sdcc.spec: fixed typo
1938
1939 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1940
1941         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
1942         gen51Code): more efficient parameter receive for --model-large
1943         ("bug" #845294)
1944
1945 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1946
1947         * src/ds390/main.c,
1948         * src/z80/main.c: added missed needLinkerScript flags (more than
1949         one port structure defined in these file)
1950         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
1951         bug #795325
1952
1953 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
1954
1955         * src/SDCCmain.c: removed various references to DEFAULT_PORT
1956         * src/port.h: added flag needLinkerScript in port->linker
1957         structure to inform whether to create a .lnk file or not,
1958         * src/avr/main.c,
1959         * src/ds390/main.c,
1960         * src/hc08/main.c,
1961         * src/mcs51/main.c,
1962         * src/pic/main.c,
1963         * src/pic16/main.c,
1964         * src/xa51/main.c,
1965         * src/z80/main.c: changed appropriately to configure
1966         needLinkerScript flag
1967         * src/pic/gen.c,
1968         * src/pic16/gen.c (genAddrOf): fixed bug #863624
1969         * src/pic/glue.c: added variable udata_section_name to
1970         override default uninitialized data segment definition for
1971         devices only with SHAREBANK memory (reported from Erik Epetrich)
1972         * (pic14emitOverlay): modified to emit a commented overlay segment
1973         directive when no overlay data exist
1974         * (picglue): modified to emit uninitialized data segment
1975         according to udata_section_name
1976         * src/pic/main.c (_pic14_parseOptions): added command line
1977         options --udata-section-name=[name] to override default
1978         udata definition name
1979         * modified _linkCmd and _asmCmd to include compiler passed
1980         arguments via -W option
1981         * src/pic16/main.c: added $l in _asmCmd, changed extension for
1982         object file from '.rel' to '.o' in port->linker structure,
1983         changed size of fptr from 2 to 3 in port structure
1984
1985 2004-01-07  Borut Razem <borut.razem AT siol.net>
1986
1987         * support/scripts/sdcc.nsi: update PATH
1988         * support/scripts/sdcc.ico: craeted
1989
1990 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
1991
1992         * device/include/Makefile.in: fix install
1993         * doc/Makefile: fix install
1994
1995 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1996
1997         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
1998         in bug #860505
1999         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
2000         how the function variable allocation summary is displayed; also
2001         include information about variables allocated to the overlay
2002         segment
2003
2004 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2005
2006         * as/mcs51/lkmain.c: Help about -Y option
2007         * as/mcs51/lkarea.c: Fixed gcc warnings
2008
2009 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
2010
2011         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
2012         fixed warning
2013         * support/valdiag/tests/overflow.c: added
2014         * src/SDCCast.c (decorateType),
2015         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
2016         LEFT_OP (left shift)
2017
2018 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2019
2020         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
2021         (default behaviour).
2022
2023 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2024
2025         A python script to validate compiler diagnostic messages. It can be
2026         used to verify that sdcc complains about bad c source code and
2027         gives a good location of the error.
2028         * support/valdiag/Makefile,
2029         * support/valdiag/valdiag.py,
2030         * support/valdiag/tests/*
2031
2032 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2033
2034         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
2035         * src/SDCCsymt.c (newEnumType),
2036         * src/SDCCsymt.h
2037         * support/Util/SDCCerr.c,
2038         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
2039         enum related bugs.
2040         * support/regression/tests/enum.c: added test for enum values that
2041         require at least 2 bytes of storage.
2042
2043 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
2044
2045         * src/common.h: added ifndef/define/endif macros
2046         around the header file.
2047         Bug reported from Jesus Calvino-Fraga
2048
2049 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
2050
2051         * sdcc.spec: updated
2052         * device/include/Makefile.in: don't install CVS directories
2053         * device/lib/Makefile.in: added removal of CVS directories after install
2054         * doc/Makefile: fixed install, added local_icons
2055         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
2056         * src/mcs51/gen.c (genRightShift): fixed bug #870788
2057         * src/ds390/gen.c (genRightShift): fixed bug #870788
2058         * src/SDCCast.c (decorateType): fixed bug #870781
2059
2060 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
2061
2062         PIC16 port related changes:
2063         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
2064         added variable stackPos,
2065
2066         * gen.c: genCall, assignResultValue: added support for
2067         pushing/retrieving function parameters to/from stack,
2068         genFunction,genEndFunction: setup stack frame for the
2069         generated function,
2070         genAddrOf: will be changed according to bug 863624
2071
2072         * added files genutils.c and genutils.h which contain gen*
2073         debugged and optimised functions extracted from gen.c
2074
2075         * glue.c: added variable 'externs' which holds extern symbols,
2076         pic16emitRegularMap: is modified to properly handle relocatable
2077          symbols under the new scheme,
2078         pic16createInterruptVect: is modified
2079         pic16printPublics: is modified to emit 'global' assembler directives,
2080         added pic16_printExterns to print extern symbols,
2081         pic16glue: initializes stack/frame pointer in the beginning of
2082         the assembly output. Temporary hack, will be corrected later,
2083         because gplink yet does not support stack and SDCC does not
2084         yet support a type of crt0.o object to create the final binary.
2085
2086         * Removed many lines that contain 8051 legacy code.
2087         * The code is finally placed under a 'code' directive.
2088         * Added port specific options.
2089
2090         * _process_pragma: simplified since now we do not need *special*
2091         include file to define SFR registers. But a separate header
2092         will be needed. This will be developed later.
2093         * _pic16_parseOptions: added, parses port specific options:
2094         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
2095         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
2096         --preplace-udata-with=
2097
2098         * _pic16_setDefaultOptions: modified to initialize section names,
2099         but hack is temporarly out of order since it needs improvement.
2100         * _pic16_genAssemblerPreamble: configuration words are emitted by
2101         their address instead of their name. This part is incomplete and
2102         supports only the 18Fxx2 devices. Other devices will emit an error
2103         during assembly since they do not contain the same set of config
2104         registers
2105         * _pic16_genIVT: is modified,
2106
2107         * pcode.c: added definitions for some hardware registers that are needed
2108         for stack support
2109         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
2110         All PCI entries are updated. Now LFSR is supported.
2111         * Removed pic16_pciTRIS is mentioned by mdubuc in source
2112         * added pic16_newpCodeOpLit2 to support instructions with
2113         two literal arguments
2114         * pic16_pCode2str: corrected code that emits assembler instructions
2115         with two literal operands and those that have an access bit modifier
2116         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
2117         this fixes a bug which caused some labels to be lost, when an
2118         assembler directive was added, i.e. banksel,
2119         * pic16_FixRegisterBanking: improved logic that causes the insertion
2120         of bank switching,
2121         * InlineFunction: functions that are called once, are not any more
2122         inlined. This can be a port option in the future,
2123
2124         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
2125
2126         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
2127         hold the corresponding uninitialized symbols,
2128         * pic16_allocProcessorRegister: registers have explicit marked the
2129         accessBank field,
2130         * pic16_allocInternalRegister: registers are explicit marked as
2131         not used,
2132         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
2133         processing list, so bit registers were lost,
2134         *
2135
2136         * ralloc.h: added field 'accessBank' and original symbol operand
2137         in register definition,
2138         * removed the field isMapped from register definition,
2139
2140         ** Several functions have been removed from various sources:
2141         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
2142         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
2143         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
2144         pic16_assignRelocatableRegisters
2145
2146         ** others have been introduced:
2147         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
2148         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
2149
2150 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
2151
2152         * support/scripts/inc2h.pl: changed definition of BIT_AT
2153         to emit 'sbit at' instead of 'bit at'. This was a request.
2154
2155         PIC16 port related preliminary changes:
2156         * gen.c: prefixed function popRegFromString with
2157         pic16_ and all references to it corrected
2158         * pcode.c: all pic16_pc_* hardware registers prefixed
2159         with underscore (_),
2160         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
2161         * ralloc.c: newReg(): when register is REG_SFR then
2162         set address to rIdx,
2163         pic16_allocProcessorRegister(): marks register wasUsed=0
2164         pic16_writeUsedRegs(): added a call to assign processor
2165         registers via pic16_assignFixedRegisters
2166
2167 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2168
2169         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
2170         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
2171         variables in unused register banks.  Also the SSEG is placed
2172         wherever there is enough space for it, and IDATA can be anywhere
2173         in internal RAM.  For now compile using -Wl-Y[stack_size].
2174         The mem file is different for this option as well, since it
2175         makes no sense of talking about DSEG lenght.
2176
2177 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
2178
2179         * src/SDCClrange.c: fixed bug 869095 that caused segfault
2180         in certain cases, e.g. when ROM assignment, patch provided
2181         from Albert den Haan.
2182
2183 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
2184
2185         Many signedness and type propagation fixes:
2186         * src/SDCCicode.c: made geniCodeCast() static
2187         replaced SPEC_ by IS_ (cosmetic)
2188         (operandOperation): fixed div and mod operation
2189         (usualBinaryConversions): added support for promotion of char
2190         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
2191         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
2192         (geniCodeAdd): an array index will stay unsigned, even if promoted
2193         from char to int
2194         (geniCodeArray): ditto
2195         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
2196         * src/SDCCsymt.c (computeType): added more support for char;
2197         promotion of char is selectable by promoteCharToInt, fixed signedness
2198         for all cases
2199         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
2200         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
2201         * src/SDCCval (val*): replaced signedness calculation by
2202         computeType()
2203         rearranged if-branches (cosmetic)
2204         (valShift): added warning W_SHIFT_CHANGED
2205         (valCompare): fixed problem with different types
2206         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
2207         * support/regression/tests/literalop.c: added many cases
2208         * support/regression/tests/ast_constant_folding.c: changed finally to
2209         'unsigned int'
2210         * .version: new year, new version: 2.3.7
2211         * src/SDCCmain.c (main): applied patch #866468
2212         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
2213         provided by Scott Bronson
2214         * doc/sdccman.lyx: updated documentation for sdcdb
2215         updated and added chapter tips
2216
2217 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2218
2219         * src/SDCCsymt.h: missing from yesterday's commits
2220
2221 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2222
2223         * src/SDCC.y (struct_or_union_specifier),
2224         * support/Util/SDCCerr.c,
2225         * support/Util/SDCCerr.h: verify that struct & union tags are used
2226         as declared.
2227
2228 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2229
2230         * src/SDCCglobl.h: missing from yesterday's commits
2231
2232 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2233
2234         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
2235         sft_attributes, struct_declaration, parameter_declaration,
2236         type_name, start_block, declaration_list),
2237         * src/SDCC.lex (check_type): support redefinition of typedef names
2238
2239 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2240
2241         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
2242         aligned xdata arrays. Erik helped me with the if clause.
2243
2244 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2245
2246         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
2247         warning
2248
2249 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2250
2251         * src/SDCCast.h,
2252         * src/SDCCast.c (newAst_),
2253         * src/SDCCicode.h,
2254         * src/SDCCicode.c (ast2iCode, newiCode),
2255         * src/SDCCglobl.h,
2256         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
2257         expr, statement, expression_statement, selection_statement,
2258         iteration_statement, expr_opt, jump_statement): foundation for tracking
2259         sequence points
2260         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
2261         point code too)
2262
2263 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2264
2265         * support/Util/SDCCerr.c,
2266         * src/SDCCast.h,
2267         * src/SDCCast.c (createCase, createDefault, decorateType),
2268         * src/SDCClabel.c (labelUnreach),
2269         * src/SDCC.y (labeled_statement, jump_statement): More improvements
2270         to error messages.
2271         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
2272         (with thanks to Stas Sergeev)
2273         * device/include/time.h,
2274         * device/lib/time.c (CheckTime): suppress unreachable code warning
2275
2276 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2277
2278         * src/SDCCast.c (createIvalCharPtr),
2279         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
2280         bug #753752)
2281         * support/regression/tests/nullstring.c: tests for these two bugs
2282
2283 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2284
2285         * support/Util/SDCCerr.h,
2286         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
2287         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
2288         about storage class and 'at' used inside struct or union
2289         * src/SDCCBBlock.c (iCodeFromeBBlock),
2290         * src/SDCCcse.c (ifxOptimize),
2291         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
2292         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
2293         printIval, emitStaticSeg, emitOverlay),
2294         * src/SDCClabel.c (deleteIfx),
2295         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
2296         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
2297         gatherAutoInit, processParms),
2298         * support/Util/SDCCerr.h,
2299         * support/Util/SDCCerr.c (werrorfl): Support for better error location
2300         reporting for post-parse errors.
2301
2302 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2303
2304         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
2305         implicit casts via union; they don't work on big endian systems
2306         (possible fix for bug #861138)
2307
2308 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2309
2310         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
2311         * src/mcs51/main.c: fixed the fix for bug #737001
2312
2313 2003-12-15  Borut Razem <borut.razem AT siol.net>
2314
2315         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
2316
2317 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2318
2319         * support/makebin/makebin.c: put output in binary mode
2320
2321 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2322
2323         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
2324         xdata and data memory on startup. Set the environment variable
2325         SDCC_NOGENRAMCLEAR to disable this.
2326         * src/mcs51/peephole.def,
2327         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
2328         (allows non-interrupt and interrupt code to safely compete for a resource
2329         without the non-interrupt code having to disable interrupts)
2330
2331 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2332
2333         * src/SDCCicode.c (geniCodeAdd),
2334         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
2335         with valFromType if type might be a pointer and host is big endian).
2336         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
2337         types, not just integer types.
2338         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
2339         multiply defined with mismatching "at" address.
2340
2341 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2342
2343         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
2344         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
2345         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
2346         with embedded nulls (fixed bug #753752)
2347
2348 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2349
2350         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
2351         Apparently this did not see much testing (endless loop)
2352
2353 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2354
2355         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
2356
2357 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2358
2359         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
2360         gracefully handle NULL memmap pointers
2361
2362 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2363
2364         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
2365         instead of deleting the iCode when an operand is volatile
2366         * src/z80/gen.c (genDummyRead),
2367         * src/mcs51/gen.c (genDummyRead),
2368         * src/ds390/gen.c (genDummyRead),
2369         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
2370         not just IC_RIGHT
2371         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
2372         * src/SDCC.y: fixed bug #850420
2373
2374 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2375
2376         Applied z80 i/o port patch from Peter Townson and fixed some operators
2377         to better handle operands in A register.
2378         * device/include/z180.h
2379         * src/SDCC.y
2380         * src/SDCCglue.c
2381         * src/z80/gen.c
2382         * src/z80/gen.h
2383         * src/z80/main.c
2384         * src/z80/peeph-z80.def
2385         * src/z80/peeph.def
2386         * src/z80/z80.h
2387
2388 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2389
2390         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
2391
2392 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2393
2394         * device/lib/hc08/_mullong.c: Removed extra #endif
2395
2396 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2397
2398         * sim/ucsim/hc08.src/inst.cc,
2399         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
2400         carries from x to h
2401         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
2402         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
2403         * device/include/stdarg.h: fixed varargs for hc08
2404         * device/lib/Makefile.in,
2405         * device/lib/hc08/Makefile,
2406         * device/lib/hc08/_mulint.c,
2407         * device/lib/hc08/_mullong.c: fixed some endian problems
2408
2409 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2410
2411         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
2412         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
2413         * device/lib/_gptrget.c,
2414         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
2415
2416 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2417
2418         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
2419         * src/SDCCast.c (astErrors): fixed bug #846007
2420         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
2421
2422 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2423
2424         * src/SDCCast.c (decorateType): disabled a transformation I added in
2425         revision 1.188 (access to fields of a structure at an absolute address);
2426         it breaks with bitfields, extern declarations, and gcse analysis.
2427         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
2428         could be assigned through a pointer, so don't complain.
2429         * src/SDCCast.c (astErrors),
2430         * src/SDCCast.h,
2431         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
2432
2433 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
2434
2435         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
2436         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
2437         output of __config directives, since gpasm now supports them
2438         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
2439         pre-processor macro, i.e. -DMCU=p18f452
2440         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
2441         and modified to handle 'cast' icode similarly to '=' icode
2442         * src/pic16/device.h (typedef struct PIC_device): added field
2443         'extMIface' to indicate that chip has external memory interface
2444         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
2445         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
2446         18F8720
2447
2448 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2449
2450         * src/SDCC.y (pointer): fixed bug #846006
2451         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
2452         * src/SDCCast.c (decorateType): fixed bug #846009
2453         * src/ds390/peeph.def,
2454         * src/ds390/gen.c (genAnd, genOr),
2455         * src/mcs51/peeph.def,
2456         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
2457
2458 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2459
2460         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
2461         * src/SDCCdflow.c
2462         * src/SDCCcse.c
2463         * src/SDCCcse.h
2464         * src/SDCCBBlock.h
2465         * src/SDCCBBlock.c
2466
2467 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
2468
2469         fixed bug #845089
2470         * src/SDCCbitv.h,
2471         * src/SDCCbitv.c: added function to free a bitvector
2472         * src/SDCClrange.h,
2473         * src/SDCClrange.c: added function to recompute the liveranges
2474         * src/avr/ralloc.c,
2475         * src/ds390/ralloc.c,
2476         * src/hc08/ralloc.c,
2477         * src/mcs51/ralloc.c,
2478         * src/pic/ralloc.c,
2479         * src/pic16/ralloc.c,
2480         * src/xa51/ralloc.c,
2481         * src/z80/ralloc.c: recompute the liveranges after register packing
2482
2483 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
2484
2485         * src/SDCCloop.c (newInduction): fixed bug #845630
2486
2487 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2488
2489         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
2490         inadvertantly left behind from my 2003-11-12 change
2491
2492 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2493
2494         Updated headers I neglected to commit yesterday.
2495         * src/SDCClrange.h,
2496         * src/SDCCicode.h
2497
2498 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2499
2500         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
2501         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
2502         * src/SDCCopt.c (eBBlockFromiCode),
2503         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
2504         the creation of the key hash table from the sequencing so it can be used
2505         earlier (for some GCSE bug fixes still pending)
2506
2507 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2508
2509         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
2510         * support/regression/tests/addsub.c: testing genPlus shortcut
2511
2512 2003-11-15  Borut Razem <borut.razem AT siol.net>
2513
2514         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
2515
2516 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2517
2518         * src/SDCCcse.c (cseBBlock): fixed bug #527779
2519         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
2520         ordering is immaterial.
2521         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
2522
2523 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2524
2525         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
2526         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
2527         (SIGSEV) of bug #840381
2528         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
2529         unlink new file before rename if new and old filenames are the same)
2530
2531 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2532
2533         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
2534         uninitialized variables) for the mcs51. Set environment variable
2535         SDCC_GENRAMCLEAR to test.
2536         xdata initialization slightly shorter
2537
2538 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2539
2540         * src/SDCCsymt.h,
2541         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
2542         #838241 & 780691 (basicly the same bug)
2543         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
2544         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
2545
2546 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
2547
2548         * src/SDCCmain.c (linkEdit): "fix" #834252
2549
2550 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2551
2552         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
2553         * src/SDCCast.h,
2554         * src/SDCC.y: fixed bug #819403
2555
2556 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2557
2558         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
2559         the reentrant attribute.
2560         * src/hc08/gen.c (genPackBits): added missing stack readjustment
2561         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
2562         simulation
2563         * src/SDCCast.c (decorateType): fixed bug with storage class not being
2564         updated during pointer dereference; f.e. ~(((char *)1)*) was being
2565         erroneously reduced to a literal.
2566         * src/hc08/ralloc.c (packRegisters, rematStr),
2567         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
2568         some cases
2569
2570 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2571
2572         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
2573         * doc/sdccman.lyx: changed from 'article' to 'book'
2574         * doc/Makefile: readded test_suite_spec and cdbfileformat
2575
2576 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
2577
2578         * device/include/stdlib.h: include malloc.h to comply with ANSI
2579         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
2580
2581 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2582
2583         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
2584         * doc/clean.mk: also remove *.out files
2585         * doc/sdccman.lyx: some additions, larger top/bottom margins
2586
2587 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2588
2589         * src/SDCC.y: fixed bug #837365
2590         * support/regression/tests/bitopcse.c
2591         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
2592         a symbol (might be valop instead)
2593         * device/lib/Makefile.in: added errno.c to HC08SOURCES
2594         * device/lib/clean.mk: added hc08 to the cleaning list
2595
2596 2003-11-04  Borut Razem <borut.razem AT siol.net>
2597
2598         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
2599           made 2003-11-04
2600         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
2601           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
2602           malloc is declared in standard stdlib.h
2603
2604 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2605
2606         * device/lib/hc08/Makefile: need to clean .rel not .o files
2607         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
2608
2609 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2610
2611         * src/port.h,
2612         * src/hc08/main.c,
2613         * src/mcs51/main.c,
2614         * src/ds390/main.c,
2615         * src/z80/main.c,
2616         * src/avr/main.c,
2617         * src/pic/main.c,
2618         * src/pic16/main.c,
2619         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
2620         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
2621         tests (which uses the port's oclsExpense function)
2622         * src/SDCC.y,
2623         * src/SDCCast.c,
2624         * src/SDCCicode.c,
2625         * src/hc08/gen.c,
2626         * src/ds390/gen.c,
2627         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
2628
2629 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2630
2631         * src/SDCCcse.c (ifxOptimize),
2632         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
2633         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
2634         deleting the IFX iCode.
2635         * src/hc08/ralloc.c: reduced unneeded slocs
2636         * src/hc08/gen.c: fixed bug in asmopToBoolean
2637
2638 2003-11-04  Borut Razem <borut.razem AT siol.net>
2639
2640         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
2641           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
2642           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
2643           transferred to configure
2644
2645 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
2646
2647         Use headers defined in the C[++] standards:
2648         * sim/ucsim/gui.src/serio.src/fileio.cc
2649         * sim/ucsim/gui.src/serio.src/frontend.cc
2650         * sim/ucsim/gui.src/serio.src/main.cc
2651         * sim/ucsim/gui.src/serio.src/posix_signal.cc
2652         * support/Util/NewAlloc.c
2653         * as/hc08/lklibr.c
2654         * as/mcs51/lklibr.c
2655         * as/z80/aslist.c
2656         * as/z80/assym.c
2657
2658 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2659
2660         * Added MSVC projects for hc08 assembler and linker:
2661         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
2662         /as/hc08/link_hc08.dsp
2663
2664 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
2665
2666         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
2667
2668 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
2669
2670         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
2671
2672 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2673
2674         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
2675
2676 2003-10-31  Borut Razem <borut.razem AT siol.net>
2677
2678         * support/cpp2/cpplib.h,
2679           support/cpp2/cpplib.c,
2680           support/cpp2/cpplex.c,
2681           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
2682           to switch _asm block preprocessing on / off. Default is
2683           #pragma preproc_asm +
2684
2685 2003-10-31  Borut Razem <borut.razem AT siol.net>
2686
2687         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
2688           when outputting comment blocks (when executed with -C option) and
2689           _asm (SDCPP specific) blocks
2690
2691 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2692
2693         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
2694
2695 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
2696
2697         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
2698
2699 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
2700
2701         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
2702         * src/SDCCast.c (decorateType): fixed bug #832664
2703
2704 2003-10-31  Borut Razem <borut.razem AT siol.net>
2705
2706         * support\cpp2\cpplex.c: fixed for SDCPP:
2707           comments(when executed with -C option) and _asm blocks
2708           were included even if they where in skipped #if block.
2709           Applied solution from GCC cpp 3.3.2
2710
2711 2003-10-31  Borut Razem <borut.razem AT siol.net>
2712
2713         * src/SDCC.lex: sdcc now understands both formats:
2714           '# <line_number> <file_name>' and
2715           '#line <line_number> <file_name>'
2716         * support/cpp2/cppmain.c: sdcpp now generates the standard
2717           '# <line_number> <file_name>' instead of former
2718           '#line <line_number> <file_name>'
2719
2720 2003-10-30  Borut Razem <borut.razem AT siol.net>
2721
2722         * support/cpp2/cpphash.h,
2723         * support/cpp2/cpplib.h
2724         * support/cpp2/cpplex.c,
2725         * support/cpp2/cppmain.c,
2726         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
2727
2728 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2729
2730         Fixed a number of problems revealed by bug #827883.
2731         * src/SDCCloop.c (loopInvariants): Spill location of the
2732         result operand should be recomputed if extracted from
2733         a loop. Also, don't extract assignments of an iTemp
2734         from a literal.
2735         * src/SDCCast.c (isConformingBody): loop reversal should
2736         not occur if the control variable is involved with a
2737         relational operator.
2738
2739 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
2740
2741         * .version: bumped to 2.3.6 to reflect the big improvements
2742         made by Erik and Klaus. Thanks!
2743
2744 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
2745
2746         Replaced the livrange code.
2747         * src/SDCClrange.c: added new LR code
2748         * src/SDCCloop.c,
2749         * src/SDCCBBlock.h: removed remainig parts from old LR code
2750         * src/ds390/ralloc.c,
2751         * src/ds390/gen.c: minor fixes to make it work with new code
2752
2753 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2754
2755         * as/hc08/asm.h,
2756         * as/hc08/lkrloc.c,
2757         * src/hc08/gen.c,
2758         * src/hc08/ralloc.c: Fix various warnings related to the hc08
2759         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
2760         (tweaked fix for bug #818696)
2761
2762 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2763
2764         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
2765
2766 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2767
2768         * src/SDCCmain.c,
2769         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
2770         * src/mcs51/gen.c (gencjneshort),
2771         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
2772         more efficient (per Scott Bronson's suggestion)
2773
2774 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2775
2776         Extended the semantics of the critical keyword to include
2777         individual statements. See RFE #827755 and #799831
2778         * src/SDCC.y
2779         * src/SDCCicode.c
2780         * src/SDCCopt.c
2781         * src/SDCCast.c
2782         * support/Util/SDCCerr.c
2783         * support/Util/SDCCerr.h
2784         * src/mcs51/gen.c
2785         * src/ds390/gen.c
2786         * src/hc08/gen.c
2787
2788 2003-10-19  Borut Razem <borut.razem AT siol.net>
2789
2790         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
2791
2792 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2793
2794         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
2795         Fixed bug #818696
2796         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
2797         and predecrement operand is displayed
2798
2799 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
2800
2801         * src/SDCCval.c (valMinus): fixed bug #826041
2802
2803 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2804
2805         Some hc08 related updates that I missed earlier
2806         * sim/ucsim/stypes.h
2807         * support/regression/ports/hc08/spec.mk
2808
2809 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2810
2811         New target "hc08" for the Motorola 68hc08 family of micros
2812
2813         * configure
2814         * configure.in
2815         * Makefile
2816         * src/hc08/*
2817         * src/SDCCmain.c
2818         * src/port.h
2819         * sim/ucsim/hc08.src/*
2820         * sim/ucsim/configure.in
2821         * src/ucsim/configure
2822         * sim/ucsim/packages_in.mk
2823         * as/hc08/*
2824         * as/Makefile
2825         * device/include/mc68hc908qy.h
2826         * device/lib/hc08/*
2827         * device/lib/Makefile.in
2828         * support/regression/ports/hc08/*
2829         * support/regression/Makefile
2830
2831 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2832
2833         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
2834         regression test
2835         * src/ds390/gen.c (genCast): fixed bug #821957
2836
2837 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
2838
2839         * device/lib/logf.c: "fixed" overlay bug
2840         * support/regression/ports/host/spec.mk: added m library
2841         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
2842         * support/regression/tests/float_trans: added (for Eric)
2843
2844 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
2845
2846         * src/mcs51/gen.c (genCpl): fixed bug
2847         http://sf.net/mailarchive/message.php?msg_id=6263915
2848
2849 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
2850
2851         * src/SDCCast.c (decorateType): added extended constant folding
2852         * src/SDCCsymt.c (computeType): cleanup
2853         * src/SDCCval.c (valShift): minor optimization
2854         * support/regression/tests/ast_constant_folding.c: added
2855
2856 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2857
2858         * src/SDCCmain.c: removed some unintended changes
2859
2860 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2861
2862         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
2863         * src/z80/gen.c: fixed part of bug #817589
2864         * src/SDCCsymt.c (checkFunction): fixed bug #817895
2865
2866 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
2867
2868         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
2869         * src/SDCCcflow.c
2870         * src/SDCCcse.c
2871         * src/SDCCdflow.c
2872         * src/SDCClabel.c
2873         * src/SDCClrange.c
2874         * src/SDCCmem.c
2875         * src/SDCCopt.c
2876         * src/SDCCpeeph.c
2877         * src/SDCCset.c
2878         * src/avr/ralloc.c
2879         * src/ds390/ralloc.c
2880         * src/izt/ralloc.c
2881         * src/mcs51/ralloc.c
2882         * src/pic/ralloc.c
2883         * src/pic16/ralloc.c
2884         * src/xa51/ralloc.c
2885         * src/z80/ralloc.c
2886         * src/z80/gen.c: removed unused label "release:"
2887
2888 2003-10-06  Borut Razem <borut.razem AT siol.net>
2889
2890         * src/SDCC.lex: removed definition of unused variables
2891           save_optimize and save_options
2892
2893 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
2894
2895         * clean.mk: removed '=' in "-maxdepth=1"
2896         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
2897         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
2898
2899 2003-10-06  Borut Razem <borut.razem AT siol.net>
2900
2901         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
2902           my_unput() replaced by unput()
2903
2904 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
2905
2906         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
2907         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
2908         type-punned pointer will break strict-aliasing rules"
2909         Old LR behaviour is again default; Klaus' LR can be choosen by
2910         defining the environment variable LRKLAUS
2911         * src/SDCCBBlock.h
2912         * src/SDCCloop.c
2913         * src/SDCClrange.c
2914         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
2915         * clean.mk: fixed removal of files in bin/CVS/
2916         * device/lib/clean.mk: fixed removal of directories small and large
2917         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
2918         * src/SDCCicode.c,
2919         * src/SDCCval.c: removed superflous test for pedantic
2920
2921 2003-10-05  Borut Razem <borut.razem AT siol.net>
2922
2923         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
2924           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
2925           message "unmatched #pragma SAVE and #pragma RESTORE"
2926
2927 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2928
2929         * doc/sdccman.lyx: various additions and updates (interrupts, inline
2930           assembly, critical functions, atomic, nojtbound)
2931
2932 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
2933
2934         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
2935         * src/SDCCBBlock.h
2936         * src/SDCCloop.c
2937         * src/SDCCloop.h
2938         * src/SDCClrange.c
2939
2940 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2941
2942         * src/z80/gen.h,
2943         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
2944         * src/mcs51/gen.h
2945         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
2946         * src/ds390/gen.h
2947         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
2948         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
2949         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
2950
2951 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2952
2953         * src/z80/gen.c (genRet): fixed bug #524753
2954         * src/z80/gen.c (genCast): fixed internal error on cast from
2955         pointer to long
2956         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
2957         fix for bug #477835 to the z80
2958         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
2959         for tracking iCodes in the peephole optimizer for z80
2960
2961 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2962
2963         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
2964         the other part of bug #814548
2965         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
2966
2967 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
2968
2969         * src/SDCCcse.c: fixed part of bug #814548
2970
2971 2003-09-28  Borut Razem <borut.razem AT siol.net>
2972
2973         * src/asm.c: rewrite of printILine() to use temporary file instead
2974           a pipe
2975         * src/xa51/main.c: commented out declaration of int rewinds
2976
2977 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2978
2979         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
2980
2981 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2982
2983         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
2984         * src/asm.c (printILine): Fixed bug #811015
2985
2986 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2987
2988         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
2989         freeing.
2990
2991 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2992
2993         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
2994         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
2995         to correctly handle general case of AOP_PAIRPTR
2996         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
2997
2998 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2999
3000         * src/mcs51/ralloc.c (fillGaps),
3001         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
3002         register positioning bug)
3003
3004 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
3005
3006         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
3007
3008 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3009
3010         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
3011         genCodePointerGet, genGenPointerGet, genFarPointerSet,
3012         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
3013         (ralloc doesn't intentionally do this now, but perhaps later)
3014         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
3015         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
3016         register positioning bugs (Fixed bug #762602 and #795325)
3017         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
3018         (Fixed bug #808779)
3019         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
3020         lines that --i-code-in-asm generates
3021
3022 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3023
3024         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
3025         trying to fclose a FILE* that was already closed.
3026
3027 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3028
3029         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
3030         of const struct should be treated as if const themselves)
3031
3032 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
3033
3034         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
3035
3036 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3037
3038         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
3039         Unix (/n) and DOS (/r/n) line terminations.
3040
3041 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3042
3043         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
3044         bug #613775
3045
3046 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3047
3048         * src/mcs51/gen.c (genFunction, genEndFunction),
3049         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
3050         and restore of EA so that stack offsets to parameters are
3051         correct when using both critical and reentrant/stack-auto.
3052         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
3053         size (can be triggered in error if sloc is shared between
3054         different sized objects)
3055         * device/include/float.h: fixed macros to explicitly use
3056         unsigned long where needed
3057
3058 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
3059
3060         Feature req. 799831: added code to allow nesting of critical functions
3061         * src/mcs51/gen.c (genFunction, genEndFunction)
3062         * src/ds390/gen.c (genFunction, genEndFunction)
3063
3064 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3065
3066         * src/SDCCsymt.c (sclsFromPtr),
3067         * src/SDCCsymt.h,
3068         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
3069         support for standard C idiom of memory mapped variables; for
3070         example, *((xdata int*)0x1234) = 1 is now internally equivalent
3071         to xdata int at 0x1234 tempvar = 1.
3072         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
3073         provided by Akiya ISHIDA
3074
3075 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
3076
3077         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
3078         * src/SDCCval.c (constVal): added reduction from int to char
3079         * src/SDCCval.c (valMult, valDiv): fixed sign handling
3080         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
3081         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
3082         to ignore the sign
3083         * support/regression/tests/shifts.c: fixed
3084
3085 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3086
3087         * src/z80/gen.c (genXor): Fixed bug #805445
3088
3089 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3090
3091         Fixed bug #621531 (const & volatile confusion in the type chain).
3092         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
3093         refer to the const or volatile state of the pointer itself.
3094
3095         * src/SDCCast.c
3096         * src/SDCCglue.c
3097         * src/SDCCicode.c
3098         * src/SDCCsymt.c
3099         * src/SDCCval.c
3100         * src/SDCC.y
3101         * src/SDCCsymt.h
3102         * src/pic/gen.c
3103         * src/pic/ralloc.c
3104         * src/pic16/gen.c
3105         * src/pic16/ralloc.c
3106         * support/regression/tests/const.c
3107
3108 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3109
3110         When checking for duplicated modules, use absolute paths
3111         instead of relative paths.  Files changed:
3112
3113         * as/mcs51/lklib.c
3114         * link/z80/lklib.c
3115
3116 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3117
3118         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
3119
3120 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3121
3122         * device/include/string.h: added size_t typedef, changed
3123         prototypes to use size_t, eliminated separate reentrant and
3124         non-reentrant declarations, added _memmove declaration
3125         * device/lib/_memcpy.c: changed to use size_t instead of int,
3126         changed /4 to >>2 to avoid division library call
3127         * device/lib/_memcmp.c,
3128         * device/lib/_memset.c,
3129         * device/lib/_strncat.c,
3130         * device/lib/_strncpy.c,
3131         * device/lib/_strncmp.c: changed to use size_t instead of int
3132         * device/lib/_memmove.c: new file (fixed bug #772294)
3133         * device/lib/Makefile.in: added _memmove.c
3134         * device/lib/z80/asm_strings.s: fixed bug #772290
3135         * support/regression/tests/bitfields.c: attempt to fix host assertion
3136         failure on amd64-unknown-linux2.2
3137
3138 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3139
3140         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
3141         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
3142         * as/z80/asmain.c (main): fixed bug #801766
3143
3144 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
3145
3146         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
3147         compilers
3148
3149 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3150
3151         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
3152         reported in bug #800609
3153
3154 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
3155
3156         * Top header beautifications in src/pic16 directory:
3157           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
3158           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
3159           pcoderegs.h, ralloc.c, ralloc.h
3160         * main.c: added top header and GPL license notice
3161         * pcode.c: fixed the if-conditional warning
3162
3163 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
3164
3165         * device/lib/_mullong.c: replaced int by short for gcc
3166
3167 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3168
3169         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
3170         and JUMPTABLE iCodes properly now (worked by accident before)
3171         * src/mcs51/gen.c (leftRightUseAcc),
3172         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
3173         iCode properly now. Use getSize instead of nRegs since a & b
3174         aren't part of the nRegs tally.
3175
3176 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
3177
3178         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
3179         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
3180           before instructions that use the _STATUS register
3181
3182 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
3183
3184         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
3185         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
3186         fetching of the pointer
3187         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
3188         copied from genNearPointerSet()
3189         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
3190         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
3191         If they pop r0/r1 they must be called in the opposite order than aopOp().
3192         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
3193         (resp. --stack-auto), prepared for --xstack
3194
3195 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3196
3197         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
3198
3199 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
3200
3201         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
3202         these ports have their own __sdcc_external_start()
3203
3204 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
3205
3206         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
3207         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
3208         type for bits was changed. It resulted in bit variables becoming
3209         global, which is not permitted in PIC 14 assembly output.
3210
3211 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3212
3213         * doc/sdccman.lyx: various additions and updates. Rearranged sections
3214
3215 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3216
3217         Z80 and MCS51 linkers complaint if a public symbol is defined
3218         in more than one library module:
3219
3220         * as/mcs51/lklib.c
3221         * link/z80/lklib.c
3222         * as/mcs51/Makefile.in
3223
3224 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3225
3226         A few small changes that speed up the peephole optimizer.
3227
3228         * src/SDCCpeeph.c
3229
3230 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3231
3232         Try to make the peephole optimizer smarter by maintaining
3233         an association between the assembly source code and the
3234         iCodes that originated them. Put this information to use
3235         with a new peephole rule condition "notVolatile" so that
3236         the rules can be aggressive yet still safe.
3237
3238         * src/SDCCpeeph.c
3239         * src/SDCCpeeph.h
3240         * src/mcs51/gen.c
3241         * src/mcs51/peeph.def
3242
3243 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3244
3245         Fixed bug #741761
3246
3247         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
3248         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
3249         if the left or right operand symbols have the accuse flag set.
3250
3251 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3252
3253         Changed the type of the result of the ! (NOT) operator to char;
3254         previously it returned the same type as the source. This allows
3255         us to eliminate all the genFloatNot functions (all of its target
3256         implementations were very buggy) since !float can use the same
3257         code as !long now.
3258
3259         * src/SDCCicode.c (ast2iCode): ! returns char
3260         * src/mcs51/gen.c (genNot, genNotFloat),
3261         * src/ds390/gen.c (genNot, genNotFloat),
3262         * src/z80/gen.c (genNot, genNotFloat),
3263         * src/pic/gen.c (genNot, genNotFloat),
3264         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
3265
3266 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
3267
3268         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
3269         1. Interrupt would not compile properly. Ensure PCLATH register is saved
3270            during interrupts. Ensure WSAVE is located at a shared bank address.
3271         2. Fixed page selection in some places
3272         3. Fixed BTFSS/C to where necessary use registers directly and not simply
3273            the registers name strings.
3274         4. Fixed "signed / unsigned compare" compiler warnings.
3275         5. The PIC port manages its own allocation of the general purpose
3276            registers, but makes no attempt to reuse them. As a result when
3277            compiling it soon runs out of general purpose registers. Some
3278            additional code was added to the files pcode.c and device.c to walk
3279            through the function call tree and rename the registers so that they
3280            get reused.
3281
3282         * src/pic/device.c
3283         * src/pic/gen.c
3284         * src/pic/glue.c
3285         * src/pic/pcode.c
3286         * src/pic/pcode.h
3287         * src/pic/ralloc.c
3288         * src/pic/ralloc.h
3289         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
3290         genPlus() & genMinus() when the result is the same as left or right
3291
3292 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3293
3294         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
3295
3296 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3297
3298         Made bitfield a distinct type from bit so that bitfields
3299         convert as per ANSI C and bits retain their traditional
3300         boolean style behaviour. Implemented bitfield support in
3301         the z80 port.
3302
3303         * src/SDCCsymt.h,
3304         * src/SDCCsymt.c,
3305         * src/SDCCast.c,
3306         * src/cdbFile.c,
3307         * src/mcs51/gen.c,
3308         * src/ds390/gen.c: bit v bitfield split
3309         * src/z80/gen.c: New support for bitfields
3310         * support/regression/tests/bitfields.c: reenabled z80,
3311         added more tests
3312
3313 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3314
3315         Rules 246.x, 247.x relate to bitfields, the others speed up
3316         access to xdata mapped I/O devices.
3317
3318         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
3319
3320 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3321
3322         Cleaned up genPackBits and genUnpackBits and added two helper
3323         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
3324         for literal assignments in genPackBits (thanks to Frieder for
3325         reminding me).
3326
3327         * src/mcs51/gen.c
3328         * src/ds390/gen.c
3329
3330 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3331
3332         Fixed bug #748310 (pointer to function type mishandled when the
3333         function name is omitted). Also fixed a SIGSEGV when a function
3334         attribute (reentrant, etc) is used on a non-function or on a
3335         function but misplaced before the parameter list.
3336
3337         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
3338         bug #748310
3339         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
3340         * support/Util/SDCCerr.h,
3341         * support/Util/SDCCerr.c: Added func attr misuse error msg
3342
3343 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
3344
3345         Fixed bug #787649 by anonymous
3346         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
3347         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
3348
3349 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3350
3351         Fixed numerous bitfield problems.
3352
3353         * src/SDCC.y: More bitfield related error checking
3354         * src/SDCCsymt.h,
3355         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
3356         * support/Util/SDCCerr.h,
3357         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
3358         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
3359         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
3360         * support/regression/tests/bitfields.c: tests added
3361
3362 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3363
3364         Made the constant following the "interrupt" keyword optional. If
3365         omitted, the function will not automatically be given an entry
3366         in the interrupt vector table (similar to #pragma NOIV, but
3367         less syntacticly kludgy). The interrupt number is also now
3368         range checked. Also fixed a bug in the high order bit example
3369         in the manual.
3370
3371         * src/SDCC.y
3372         * src/SDCCmem.c
3373         * src/SDCCglue.c
3374         * src/SDCCsymt.h
3375         * support/Util/SDCCerr.c
3376         * support/Util/SDCCerr.h
3377         * doc/sdccman.lyx
3378
3379 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
3380
3381         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
3382         * src/SDCCicode.c (operandOperation): rewritten some ops
3383         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
3384         * src/SDCCsymt.c (computeType): literals are handled the same way as any
3385         other type
3386         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
3387         be re-activated by defining REDUCE_LITERALS)
3388         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
3389         unsigned, but are signed by default
3390         * src/SDCCval.c (constVal): rearranged
3391         * src/SDCCval.c (valMod): preliminary fix
3392         * src/SDCCval.c (valCastLiteral): use TYPE_* types
3393         * support/regression/literalop.c: added, work in progress
3394
3395 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3396
3397         Generate warnings for useless declarations like "char data;"
3398         that don't do what new users expect.
3399
3400         * src/SDCC.y
3401         * support/Util/SDCCerr.h
3402         * support/Util/SDCCerr.c
3403
3404 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
3405
3406         * src/SDCCval.c (valMult): fix overflow detection of negative int
3407
3408 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3409
3410         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
3411
3412         Changes to support big endian targets:
3413
3414         * src/ports.h
3415         * src/SDCCglue.c
3416         * src/avr/main.c
3417         * src/ds390/main.c
3418         * src/izt/i186.c
3419         * src/mcs51/main.c
3420         * src/pic/main.c
3421         * src/pic16/main.c
3422         * src/xa51/main.c
3423         * src/z80/main.c
3424
3425 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
3426
3427         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
3428         * device/lib/time.c: fixed warning "integer overflow in expression"
3429
3430 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
3431
3432         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
3433         * src/SDCCval.c (constVal): changed default to signed; hex and octal
3434         constants are unsigned; added recognition of "u" flag for unsigned
3435         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
3436         * src/SDCCval.c (valDiv, valMod): fixed signdness
3437         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
3438         signedness of modulo, left and right shift
3439         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
3440         * support/Util/SDCCerr.h: added warning W_INT_OVL
3441         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
3442         * src/SDCCast.c (ast_print): improved output of constants
3443
3444 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3445
3446         Fixed some warnings when building with MSVC:
3447
3448         * as\mcs51\asdata.c
3449         * as\z80\asdata.c
3450         * as\mcs51\asm.h
3451         * as\z80\asm.h
3452         * link\z80\aslink.h
3453         * link\z80\lkdata.c
3454         * link\z80\lkeval.c
3455         * link\z80\lkgb.c
3456         * link\z80\lkihx.c
3457         * link\z80\lks19.c
3458         * link\z80\lksym.c
3459         * support\cpp2\cpplib.c
3460         * src\ds390\gen.c
3461         * src\mcs51\gen.c
3462
3463 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
3464
3465         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
3466
3467 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3468
3469         * support\librarian\clean.mk: Do not remove Makefile.
3470         * support\librarian\Makefile: added.
3471
3472 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3473
3474         Added librarian to MSVC build:
3475         * all.dsp
3476         * sdcc.dsw
3477         * support\librarian\librarian.dsp
3478
3479         'configure' not needed for librarian, removed:
3480         * support\librarian\configure
3481         * support\librarian\configure.in
3482         * support\librarian\config_in.h
3483         * support\librarian\Makefile.in
3484
3485         Hopefully these ones built the librarian and the rest of sdcc properly:
3486         * Makefile
3487         * Makefile.common.in
3488
3489         Messed up 'configure', so revert to previous version:
3490         * configure
3491         * configure.in
3492
3493 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
3494
3495         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
3496         there, while the mantissa of a double is "only" 53 bits wide.
3497
3498 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3499
3500         Adding sdcclib to the build.  MSVC project coming soon.
3501         Files added/changed:
3502
3503         * support\librarian\clean.mk
3504         * support\librarian\configure
3505         * support\librarian\configure.in
3506         * support\librarian\config_in.h
3507         * support\librarian\Makefile.bcc
3508         * support\librarian\Makefile.in
3509         * support\librarian\sdcclib.c
3510         * Makefile.bcc
3511         * Makefile
3512         * Makefile.common.in
3513         * configure
3514         * configure.in
3515
3516 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3517
3518         Linker now complaints if linked modules have conflicting options, for
3519         example, one compiled using --model-large and another one compiled with
3520         --model-small.  The following files were modified:
3521
3522         * as\mcs51\asdata.c
3523         * as\mcs51\aslink.h
3524         * as\mcs51\asm.h
3525         * as\mcs51\asmain.c
3526         * as\mcs51\asout.c
3527         * as\mcs51\i51pst.c
3528         * as\mcs51\lkdata.c
3529         * as\mcs51\lklibr.c
3530         * as\mcs51\lkmain.c
3531         * as\z80\asdata.c
3532         * as\z80\asm.h
3533         * as\z80\asmain.c
3534         * as\z80\asout.c
3535         * as\z80\z80pst.c
3536         * link\z80\aslink.h
3537         * link\z80\lkdata.c
3538         * link\z80\lklibr.c
3539         * link\z80\lkmain.c
3540         * src\SDCCglue.c
3541
3542 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3543
3544         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
3545         as/mcs51/lklibr.c: Generate a warning when a library is not found.
3546
3547 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
3548
3549         * src/z80/mappings.i: fix _mul[us][int,long] entries
3550
3551 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3552
3553         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
3554
3555 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
3556
3557         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
3558         * support/regression/tests/bitopcse.c: added
3559         fixed warning:
3560         * src/avr/gen.c:
3561         * src/pic/gen.c:
3562         * src/pic16/gen.c:
3563         * src/z80/gen.c:
3564         * src/xa51/gen.c:
3565
3566 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3567
3568         added support for new library format to z80, gbz80 linkers:
3569         *link/z80/aslink.h
3570         *link/z80/lklex.c
3571         *link/z80/lklib.c
3572         *link/z80/lklist.c
3573
3574 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
3575
3576         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
3577         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
3578
3579 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
3580
3581         added DUMMY_READ_VOLATILE:
3582         * src/SDCC.y:
3583         * src/avr/gen.c:
3584         * src/xa51/gen.c:
3585         * src/z80/gen.c:
3586         * src/pic/gen.c:
3587         * src/pic16/gen.c:
3588         * src/mcs51/gen.c:
3589         * src/ds390/gen.c:
3590         * src/SDCCcse.c (algebraicOpts): many improvements
3591         * src/SDCCcse.h: removed algebraicOpts()
3592         * src/SDCCicode.c (picDummyRead): added
3593
3594 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3595
3596         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
3597         "Insufficient space in data memory".
3598
3599 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3600
3601         * src/mcs51/gen.c: fixed bug #771358
3602         * src/z80/gen.c: fixed bug #759087
3603
3604 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
3605
3606         * src/pic16/glue.c: minor cleanup by Vangelis
3607
3608 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3609
3610         * device/include/regc515c.h: fixed #758477
3611         * device/lib/_gptrget.c: saving some cycles in generic pointer get
3612         * device/lib/_gptrput.c: saved a few bytes
3613         * my tab spacing is 8, yours too?)
3614         * device/lib/_ser.c: process RX bytes earlier than TX bytes
3615         * device/lib/serial.c: process RX bytes earlier than TX bytes
3616         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
3617
3618 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3619
3620         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
3621
3622 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3623
3624     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
3625
3626 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
3627
3628         * device/lib/Makefile.in: bad fix, reverted to 1.43
3629
3630 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
3631
3632         * device/lib/Makefile.in: added missing z80 object files
3633
3634 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
3635
3636         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
3637         pic16 progress by Vangelis:
3638         * src/SDCCglobl.h:
3639         * src/SDCCmain.c:
3640         * src/pic/Makefile:
3641         * src/pic:
3642         * pic/Makefile:
3643         * pic16/device.c:
3644         * pic16/device.h:
3645         * pic16/gen.c:
3646         * pic16/gen.h:
3647         * pic16/genarith.c:
3648         * pic16/glue.c:
3649         * pic16/main.c:
3650         * pic16/pcode.c:
3651         * pic16/pcode.h:
3652         * pic16/pcodepeep.c:
3653         * pic16/peeph.def:
3654
3655 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3656
3657     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
3658
3659 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3660
3661     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
3662     added gbz80 build to MSVC project.
3663     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
3664     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
3665     from 8051 stuff and setup so it links using a .lnk file.
3666
3667 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3668
3669     * support/librarian/sdcclib.c: sdcc librarian.
3670     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
3671     with sdcclib.
3672
3673 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3674
3675     * as/mcs51/lkmain.c: properly handle extensions in function afile.
3676
3677 2003-07-02  Borut Razem <borut.razem AT siol.net>
3678
3679         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
3680         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
3681         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
3682         src/xa51/main.c, src/z80/main.c:
3683         virtualization of glue() function: each port has it's own glue function,
3684         which is accessed by do_glue function pointer in PORT.general structure
3685
3686 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
3687
3688         * DS800C400 fun, improved ROM interface and tinibios.
3689
3690 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
3691
3692         * More support for DS80C400. Now includes beginning of interface to ROM.
3693
3694 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
3695
3696         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
3697
3698 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3699
3700         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
3701
3702 2003-06-19  Borut Razem <borut.razem AT siol.net>
3703
3704         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
3705
3706 2003-06-19  Borut Razem <borut.razem AT siol.net>
3707
3708         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
3709         fixed Z80 port - crt0.o: cannot open.
3710
3711 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
3712
3713         * support/Util/MySystem.c (merge_command): revert bad fix
3714
3715 2003-06-18  Borut Razem <borut.razem AT siol.net>
3716
3717         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
3718
3719 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3720
3721         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
3722         option --use-stdout sends errors to stdout instead of stderr.
3723
3724 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
3725
3726         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
3727
3728 2003-06-15  Borut Razem <borut.razem AT siol.net>
3729
3730         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
3731         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
3732         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
3733         fixed width array of pointers replaced with sets;
3734         multiple include and lib paths ared transferred to preprocessor and linker
3735         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
3736         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
3737         fixed width array of pointers
3738         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
3739         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
3740         fixupPath(), getPathDifference()
3741         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
3742         fixed width array of pointers
3743
3744 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
3745
3746         * src/pic16/ralloc.c: fix warnings
3747         * src/pic16/pcode.c: fix warning
3748
3749 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
3750
3751          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
3752         know all the details, but essentially this set of changes enable
3753         the pic16 port to generate movff instructions and generate assembler
3754         directives,
3755         * src/SDCCmain.c:
3756         * src/pic16/gen.c:
3757         * src/pic16/glue.c:
3758         * src/pic16/pcode.c:
3759         * src/pic16/device.c:
3760         * src/pic16/main.c:
3761         * src/pic16/pcode.h:
3762         * src/pic16/pcoderegs.c:
3763         * src/pic16/ralloc.c:
3764         * src/pic16/ralloc.h:
3765
3766 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3767
3768         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
3769         added option --vc, so sdcc errors and warnings are compatible with
3770         Microsoft Visual Studio.
3771
3772 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3773
3774         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
3775           device/lib/libfloat.lib: added atof function.
3776
3777 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
3778
3779         * doc/sdccman.lyx: updated to Lyx 1.3
3780         * doc/cdbfileformat.lyx: updated to Lyx 1.3
3781         * doc/test_suite_spec.lyx: updated to Lyx 1.3
3782         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
3783
3784 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
3785
3786         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
3787
3788 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3789
3790         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
3791           additions to the "related tools/documentation" section
3792
3793 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
3794
3795         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
3796
3797 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
3798
3799         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
3800         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
3801
3802 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
3803
3804         * doc/sdccman.lyx: fix double dash and other minor things
3805         * doc/Makefile: fix double dash
3806
3807 2003-05-28  Karl Bongers(patches from Martin Helmling)
3808         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
3809           condition and ignore commands.
3810
3811 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3812
3813         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
3814           is in parts still quite out of date, I did changes as far as I felt makes sense
3815           for a non-native english speaker.
3816           Please feel free to add to the manual or to correct my changes.
3817         * doc/Makefile: undid touching the date of intermediate tex files.
3818
3819 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3820
3821         * doc/sdccman.lyx: Manual has an index now
3822
3823 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
3824
3825         Finalize muluint/mulsint and mululong/mulslong merging:
3826         * device/lib/_mulint.c
3827         * device/lib/_mullong.c
3828         * device/lib/gbz80/mul.s
3829         * device/lib/gbz80/stubs.s
3830         * device/lib/z80/mul.s
3831         * device/lib/z80/stubs.s
3832         * src/SDCCsymt.c (initCSupport)
3833
3834 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3835
3836         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
3837         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
3838           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
3839           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
3840           instead of /Zm500.
3841
3842 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3843
3844         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
3845           the regression tests I'm not brave enough to enable 245.b, 245.c
3846         * doc/sdccman.lyx: added latex preamble for hyperref package.
3847           Using pdflatex this will give you a hyperlinked pdf file with
3848           bookmarks. (prepend '%' before /usepackage if this breaks something)
3849
3850 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3851
3852          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
3853
3854 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
3855
3856         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
3857
3858 2003-05-21    <johan AT balder>
3859
3860         * src/SDCCglue.c (printIval): fixed bug #739934
3861
3862 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
3863
3864         Applied patch from bug 737905 (renamed yylineo to mylineno):
3865         * src/altlex.c
3866         * src/SDCCast.c
3867         * src/SDCglobl.h
3868         * src/SDCC.lex
3869         * src/SDCCsymt.c
3870         * src/SDCCval.c
3871         * src/pic16/pcode.c: Cleaned warnings
3872         * src/pic16/pcodeflow.c: Cleaned warnings
3873         * src/pic16/pcoderegs.c: Cleaned warnings
3874
3875 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
3876
3877         * src/pic16/pcode.c: Cleaned warnings
3878         * src/pic16/pcodepeep.c: Cleaned warnings
3879         * src/pic16/ralloc.c: Cleaned warnings
3880
3881 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
3882
3883         * doc/sdccman.lyx: fixed bug 739745
3884         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
3885
3886 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
3887
3888         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
3889         it can be defined with CFLAGS when running configure
3890         * src/SDCCmain.c: fixed compiling + linking with object files
3891
3892 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
3893
3894         * configure.in: configure for pic16 port,
3895             added --disable-pic16-port
3896         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
3897         * src/SDCCmain.c: linkOptions is changed to set *,
3898             added if/endif conditional macros to remove options help
3899             messages from optionsTable when a port is not configured, added
3900             support for the PIc16 port in the ports table, when executing
3901             the compiler with no port specified on command line, a default
3902             port is selected with the new macro DEFAULT_PORT which is
3903             defined in port.h, in setDefaultOptions() linkOptions is removed
3904             from initialization assignment, since now it is a set,
3905             parseCmdLine uses setParseWithComma for linkOptions, in
3906             linkEdit() linkOptions are accessed with new function indexSet()
3907             which returns the i'th item of a set variable. See SDCCset.c, in
3908             linkEdit() when calling buildCmdLine(), added linkOptions as
3909             last argument. Now users can pass arguments to gplink via the
3910             -Wl option, main() uses pic16glue() to glue up pic16 programs
3911         * src/SDCCpeeph.c: various changes to support pic16
3912         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
3913             return the i'th item of the set
3914         * src/SDCCset.h: added function prototype for indexSet()
3915         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
3916         * src/clean.mk: added pic16 in CLEANALLPORTS variable
3917         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
3918             added macro DEFAULT_PORT
3919         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
3920         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
3921             generated
3922         * src/pic16/glue.c: commented out some error producing lines
3923         * src/pic16/main.c: __config directives are commented out to stop
3924             gpasm complaining and test the linkage with gplink, _linkCmd and
3925             _asmCmd changed to be more gplink and gpasm friendly
3926         * src/pic16/peeph.def: peep rule 3 is commented out, since it
3927             produced an error when parsed, peep rule 12 is added to utilize
3928             movff, but it is commented out since the pCode does not support
3929             yet a command with 2 address arguments
3930
3931 2003-05-18    <johan AT balder>
3932
3933         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
3934         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
3935 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
3936
3937         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
3938   Added feature to script commands from file.
3939
3940 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
3941
3942         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
3943         * src/SDCCutil.c: include ctype.h for win32
3944
3945 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
3946
3947         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
3948
3949 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
3950
3951         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
3952   Fixed so you can set breakpoints prior to run, run does not stop
3953   on entry now.  Add tbreak.  Other enhancements and fixes for use
3954   with ddd.
3955
3956 2003-05-12  Borut Razem <borut.razem AT siol.net>
3957
3958         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
3959
3960 2003-05-11  Borut Razem <borut.razem AT siol.net>
3961
3962         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
3963         the path of bin directory, so that PATH is the only env. variable, which has to be set
3964         in case of standard installation.
3965         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
3966         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
3967         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
3968
3969 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
3970
3971         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
3972         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
3973         temp files are in the port dir; clean the gen/test directory when
3974         generating new test.c
3975         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
3976         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
3977         * support/regression/tests/zeropad.c: added
3978
3979 2003-05-09    <johan AT balder>
3980
3981         * src/SDCCglue.c: fixed bug #597940
3982
3983 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
3984
3985         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
3986   cache sfr, optimize next,step, fix off by one sourceline,
3987   support ddd list function.
3988         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
3989
3990 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
3991
3992         * support/regression/HTMLgen.py: added compare_s2f()
3993         * support/regression/Makefile: redo 1.27
3994         * support/regression/generate-cases.py: redo 1.5
3995
3996 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
3997
3998         * support/regression/tests/float.c: workaround 33 bit hex constant
3999         * support/regression/tests/simplefloat.c: fix division for host
4000
4001 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
4002
4003         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
4004         that tame's the PIC's over-aggressive optimizer.
4005
4006 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4007
4008          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
4009          support for MSVC.
4010
4011 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
4012
4013         Initial support for DS80C400. "Hello world" runs on TINIm400
4014         (with polled I/O).
4015
4016 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
4017
4018          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
4019          * Some notes on ddd usage added in debugger/README
4020          Martin Helmling adding more features and fixes for ddd GUI debugger.
4021          Code added for nexti, stepi, up, down, and other adjustments.
4022
4023 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
4024
4025         * src/pic/pCodepeep.c non-wildcard asmops are now handled
4026         * src/pic/peeph.def Added two rules to optimize carry manipulation
4027         * src/pic/* removed debug printfs
4028
4029 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
4030
4031         * debugger/mcs51/cmd.c: added header newalloc.h
4032
4033 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
4034
4035         * as/Makefile: new EXEEXT
4036         * as/z80/Makefile: remove trailing slash of BUILDIR
4037         * as/z80/clean.mk: new EXEEXT
4038         * Makefile.common.in: add to CFLAGS (and others), don't replace it
4039         * support/cpp2/Makefile.in: new EXEEXT
4040         * src/pic/glue.c (pic14emitRegularMap): fixed warning
4041
4042 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
4043
4044         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
4045         EXEEXT was introduced to fix all related problems with targets
4046         "clean", "install" and "uninstall"; a couple of further flaws
4047         especially with "clean" have been fixed too
4048         * as/mcs51/Makefile.in
4049         * as/mcs51/clean.mk
4050         * as/z80/Makefile
4051         * Makefile
4052         * clean.mk
4053         * debugger/mcs51/Makefile.in
4054         * debugger/mcs51/clean.mk
4055         * link/z80/Makefile
4056         * link/z80/Makefile.in
4057         * link/z80/clean.mk
4058         * link/Makefile
4059         * packihx/Makefile.in
4060         * packihx/clean.mk
4061         * sim/ucsim/Makefile
4062         * sim/ucsim/clean.mk
4063         * sim/ucsim/avr.src/Makefile.in
4064         * sim/ucsim/avr.src/clean.mk
4065         * sim/ucsim/s51.src/Makefile.in
4066         * sim/ucsim/s51.src/clean.mk
4067         * sim/ucsim/xa.src/Makefile.in
4068         * sim/ucsim/xa.src/clean.mk
4069         * sim/ucsim/z80.src/Makefile.in
4070         * sim/ucsim/z80.src/clean.mk
4071         * sim/ucsim/main_in.mk
4072         * sim/ucsim/packages_in.mk
4073         * sim/ucsim/gui.src/Makefile.in
4074         * sim/ucsim/gui.src/serio.src/Makefile.in
4075         * sim/ucsim/gui.src/serio.src/clean.mk
4076         * src/Makefile.in
4077         * src/clean.mk
4078         * support/cpp2/Makefile.in
4079         * support/cpp2/clean.mk
4080         * support/makebin/Makefile
4081         * support/makebin/clean.mk
4082         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
4083         * doc/sdccman.lyx: --program-suffix no longer needed
4084
4085 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
4086
4087          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
4088          Martin Helmling added support for ddd GUI debugger.
4089          Code added to display assembly, set variables, and other commands
4090          to interface to ddd.
4091
4092 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
4093
4094         * as/Makefile: fix target clean
4095         * as/clean.mk: fix target clean
4096         * as/z80/clean.mk: fix target clean
4097
4098 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
4099
4100         * Makefile.common.in: added  AT EXEEXT AT
4101         * configure.in: removed all mingw32 stuff
4102         * configure: rebuilt from configure.in
4103         * doc/sdccman.lyx: updated section "installation"
4104         * support/scripts/sdcc_mingw32: adapted to configure
4105         * support/scripts/sdcc_cygwin_mingw32: added
4106
4107 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
4108
4109         * src/pic Added object file support for the PIC port
4110         * src/pic Applied patch from Craig Franklin (this started the object file support)
4111         * src/regression Updated the PIC regression tests for object files
4112
4113 2003-04-20  Borut Razem <borut.razem AT siol.net>
4114
4115         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
4116           lklex.c: In function `getfid':
4117           lklex.c:203: warning: array subscript has type `char'
4118         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
4119           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
4120         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
4121           stack handling macros
4122
4123 2003-04-19  Borut Razem <borut.razem AT siol.net>
4124
4125         * "handling space characters in file path" task:
4126         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
4127         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
4128         * support/Util/MySystem.h: make it self-sufficient
4129         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
4130           src/z80/main.c, sdcc/as/mcs51/lklex.c:
4131           handling space characters in file path
4132         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
4133           (it will be used by assemblers, which have their own includes, e.g. gpasm)
4134         * support/Util/MySystem.c: handling space characters in executable's path
4135
4136 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
4137
4138         * as/z80/Makefile: fix permanent rebuild of z80
4139         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
4140         * support/regression/tests/bitfields.c: added Johan's bitfields.c
4141
4142 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
4143
4144         * src/SDCCopt.c: add special case optimization to replace modulo by
4145           a power of two with a bitwise AND.
4146
4147 2003-04-18    <johan AT balder>
4148
4149         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
4150
4151 2003-04-17    <johan AT balder>
4152
4153         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
4154         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
4155
4156 2003-04-13  Borut Razem <borut.razem AT siol.net>
4157
4158         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
4159         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
4160           fixed mingw problem in adl_NORMALIZE_PATH
4161
4162 2003-04-12  Borut Razem <borut.razem AT siol.net>
4163
4164         * fixed "#pragma SAVE/RESTORE can not be nested":
4165         * src/SDCC.lex: reworked pragma handling functions
4166         * sdcc/src/SDCCglobl.h: reworked stack handling macros
4167         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
4168
4169 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
4170
4171         * src/SDCCutil.c (pathEquivalent): defined but not used
4172         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
4173         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
4174         * configure: rebuilt from configure.in
4175         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
4176         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
4177         * device/include/Makefile.in: replace sdcc_datadir
4178         * device/lib/Makefile.in: replace sdcc_datadir
4179         * Makefile.common.in: add LDFLAGS from configure
4180         * packihx/Makefile.in: use LDFLAGS
4181         * src/Makefile.in: use LDFLAGS
4182         * support/cpp2/Makefile.in: add LDFLAGS from configure
4183         * support/makebin/Makefile: use LDFLAGS
4184         * .version: bumped version number to 2.3.5
4185
4186 2003-04-12  Borut Razem <borut.razem AT siol.net>
4187
4188         * completed "different paths" task:
4189         * src/SDCCmacro.c: fixed bug in handling quotes
4190         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
4191         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
4192
4193 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
4194
4195         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
4196
4197 2003-04-11 kevin Vigor <kevin AT vigor.nu>
4198
4199         * ds390/gen.c ds390/peeph.def: fix bug 706781
4200
4201 2003-04-11  Borut Razem <borut.razem AT siol.net>
4202
4203         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
4204
4205 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
4206
4207         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
4208         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
4209          set - this bit used to not be set...).
4210         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
4211           bad code in PIC Port
4212         * src/regression/and2.c added to test bug 609268
4213         * src/regression/Makefile added and2.c to regression test
4214
4215
4216 2003-04-08    <johan AT CP255758-A>
4217
4218         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
4219         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
4220         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
4221
4222 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
4223
4224         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
4225         fix bug #487815
4226         * support/cpp2/Makefile.in: fix bug #487815
4227         * configure: rebuilt from configure.in
4228         * Makefile.common.in: docdir changed, new path suffixes
4229         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
4230         * sdcc_vc_in.h: reflect changes from sdccconf.h
4231         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
4232         * src/SDCCutil.h: remove BINDIR hack
4233         * doc/sdccman.lyx: update new path hierarchy
4234
4235 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
4236
4237         * src/SDCCpeeph.c: added okToRemoveSLOC test
4238
4239 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
4240
4241         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
4242
4243 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
4244
4245         * src/SDCCpeeph.c: added labelIsReturnOnly test
4246         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
4247
4248 2003-04-05    <johan AT balder>
4249
4250         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
4251         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
4252         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
4253         * src/SDCCast.c: fixed a warning
4254         * src/SDCCast.h: fixed a warning
4255         * src/SDCCicode.c (operandFromAst): fixed a warning
4256
4257 2003-04-04    <johan AT balder>
4258
4259         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
4260         * src/SDCCast.c (decorateType): fixed bug #715076
4261         * src/SDCC.y: fixed bug #702907
4262
4263 2003-04-03    <johan AT balder>
4264
4265         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
4266         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
4267         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
4268         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
4269         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
4270
4271 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
4272
4273         * _decdptr.c: fix return values
4274         * _gptrget.c: fix return values
4275         * _gptrgetc.c: fix return values
4276         * _gptrput.c: fix return values
4277         * _mulint.c: fix return values
4278         * as/z80/Makefile: fix 'make -j' problem
4279
4280 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
4281
4282         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
4283         * configure.in: big cleanup, updated to autoconf 2.5x
4284         * configure: rebuilt from configure.in
4285         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
4286         * sdcc_vc_in.h: reflect changes from sdccconf.h
4287         * doc/Makefile: fixed a flaw in "make install"
4288
4289 2003-04-02    <johan AT balder>
4290
4291         * src/ds390/gen.c (genCmp): no comments
4292         * src/mcs51/gen.c (genCmp): no comments
4293         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
4294         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
4295
4296 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
4297
4298         * support/regression/generate-cases.py: place generated file in given sub directory
4299         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
4300         * support/regression/Makefile: improvements for 'make -j';
4301         side effect: it's simpler and faster now
4302
4303 2003-03-31  Borut Razem <borut.razem AT siol.net>
4304
4305         * src/z80/main.c: link-{port} and as-{port} defined without path
4306         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
4307
4308 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
4309
4310         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
4311
4312 2003-03-30  Borut Razem <borut.razem AT siol.net>
4313
4314         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
4315           changed type of list parameter to set
4316         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
4317         * src/port.h: changed type of do_assemble() parameter to set
4318         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
4319           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
4320           definition of "cppoutfilename" macro with NULL value in preProcess()
4321         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
4322         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
4323         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
4324           replaced with set *binPathSet
4325         * shash_add() deallocates the item, if allready exsists, before adding the new one
4326         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
4327
4328 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
4329
4330         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
4331           a nested for loop bug in the PIC port
4332         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
4333           for loops
4334
4335 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
4336
4337         * support/Util/dbuf.h: remove C++ stuff to make it portable
4338
4339 2003-03-28  Borut Razem <borut.razem AT siol.net>
4340
4341         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
4342           literal strings in stringLiteral()
4343         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
4344         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
4345           to the project
4346
4347 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
4348
4349         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
4350
4351 2003-03-26    <johan AT balder>
4352
4353         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
4354         * src/ds390/gen.c (saveRegisters): catched symbol abuse
4355         * src/SDCCast.c (decorateType): fixed " -v < 3"
4356
4357 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
4358
4359         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
4360         Added Lenny Story's debug infrastructure changes:
4361         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
4362         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
4363         * src/cdbFile.c: added
4364         * src/SDCCdebug.c: added
4365         * src/SDCCdebug.h: added
4366         * src/SDCCast.c (createFunction)
4367         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
4368         * src/SDCCmain.c (parseCmdLine, main)
4369         * src/SDCCmem.c (redoStackOffsets)
4370         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
4371         * src/SDCCsymt.h
4372         * src/common.h
4373         * src/avr/gen.c (genAVRCode)
4374         * src/ds390/gen.c (gen390Code)
4375         * src/mcs51/gen.c (gen51Code)
4376         * src/pic/gen.c (genpic14Code)
4377         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
4378         * src/xa51/gen.c (genXA51Code)
4379         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
4380
4381 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4382
4383         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
4384         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
4385
4386 2003-03-22    <johan AT balder>
4387
4388         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
4389
4390 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
4391
4392         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
4393         * doc/cdbfileformat.lyx: added, written by Lenny Story
4394         * doc/Makefile: added cdbfileformat.lyx
4395         * doc/clean.mk: added cdbfileformat.lyx
4396
4397 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
4398
4399         * src/mcs51/peeph.def: fix bug #705773
4400
4401 2003-03-20    <johan AT balder>
4402
4403         An sfr/sbit can have an "at #" AND an initializer
4404         * src/SDCCsymt.c (checkSClass):
4405         * src/SDCCmem.c (allocGlobal):
4406         * src/SDCCmem.c (allocLocal):
4407         * src/SDCCast.c (createBlock):
4408
4409 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
4410
4411         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
4412
4413 2003-03-16    <johan AT balder>
4414
4415         Undid the hackup of const and volatile, the problem is much bigger
4416         * src/SDCC.y:1.65
4417         * src/SDCCast.c:1.171
4418         * src/SDCCglue.c:1.138
4419         * src/SDCCicode.c:1.146
4420         * src/SDCCsymt.c:1.150
4421         * src/SDCCval.c:1.65
4422
4423 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
4424
4425         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
4426         * src/ds390/gen.c (genAddrOf): fixed bug #704087
4427
4428 2003-03-13    <johan AT balder>
4429
4430         Hackup const and volatile modifiers in type chains a bit:
4431         * src/SDCC.y:1.63
4432         * src/SDCCast.c:1.169
4433         * src/SDCCglue.c:1.136
4434         * src/SDCCicode.c:1.143
4435         * src/SDCCsymt.c1.146
4436         * src/SDCCsymt.h1.59
4437         * src/SDCCval.c:1.63
4438
4439 2003-03-12    <johan AT balder>
4440
4441         * src/SDCCBBlock.h: more LRH debugging junk
4442         * src/SDCCcflow.h: more LRH debugging junk
4443         * src/SDCCloop.c: more LRH debugging junk
4444         * src/SDCC.y (struct_declaration): fixed bug #697590
4445         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
4446         * src/ds390/gen.c (aopForRemat): fixed bug #700031
4447         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
4448
4449 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
4450         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
4451         test function names must now match exactly).
4452         * src/SDCCcse.c: added special case in findCheaperOp to allow
4453         extending a short integer. Makes less awful code for bug 700121 test case.
4454
4455 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4456
4457         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
4458         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
4459
4460 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
4461
4462         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
4463         actually called (operandsNotEqual() was called for all
4464         operandsNotEqualX tests).
4465
4466 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
4467
4468         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
4469         with shorter literals. Fixes bug 700121.
4470
4471 2003-03-11    <johan AT balder>
4472
4473         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
4474
4475 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
4476
4477         * src/SDCCloop.c (mergeRegions): an evil beast is dead
4478         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
4479
4480 2003-03-10  Borut Razem <borut.razem AT siol.net>
4481
4482         * src/SDCCmain.c: pipe preprocessor's output
4483         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
4484         * sdcc_vc_in.h: define pclose as _pclose for WIN32
4485         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
4486         which closes all pipes in pipeSet set
4487         * src/SDCCset.c: free deleted item in function deleteSetItem()
4488         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
4489         moved from z80 to src subproject
4490         * .version: increased version number to 2.3.4
4491
4492 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
4493
4494         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
4495         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
4496         * support/regression/ports/xa51/spec.mk: fix typo
4497
4498 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
4499
4500         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
4501
4502 2003-03-09  Borut Razem <borut.razem AT siol.net>
4503
4504         * src/SDCCmain.c: pipe preprocessor's output
4505         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
4506         * sdcc_vc_in.h: define pclose as _pclose for WIN32
4507         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
4508         which closes all pipes in pipeSet set
4509         * src/SDCCset.c: free deleted item in function deleteSetItem()
4510         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
4511         moved from z80 to src subproject
4512
4513 2003-03-09  Borut Razem <borut.razem AT siol.net>
4514
4515         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
4516         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
4517         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
4518         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
4519         * src/SDCCglobl.h: unification of WIN32 native definitions
4520
4521 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4522
4523         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
4524
4525 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
4526
4527         * src/configure.in:   check for endianess (even while cross-compiling)
4528         * src/configure:      check for endianess (even while cross-compiling)
4529         * src/configure_in.h: check for endianess (even while cross-compiling)
4530         * src/avr/gen.c:        remove old endianess stuff
4531         * src/mcs51/gen.c:      remove old endianess stuff
4532         * src/ds390/gen.c:      remove old endianess stuff
4533         * src/pic/gen.c:        remove old endianess stuff
4534         * src/pic/genarith.c:   remove old endianess stuff
4535         * src/pic/glue.c:       fix endianess check
4536         * src/pic16/gen.c:      remove old endianess stuff
4537         * src/pic16/genarith.c: remove old endianess stuff
4538         * src/pic16/glue.c:     fix endianess check
4539         * src/xa51/gen.c:       remove old endianess stuff
4540         * src/z80/gen.c:        fix endianess check
4541         * src/SDCCglue.c:       fix endianess check
4542         * src/ds390/peeph.def: fix bug 700036
4543
4544 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
4545
4546         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
4547         * src/configure: find appropriate data-types on host for SDCC's int and long
4548         * src/configure.in: find appropriate data-types on host for SDCC's int and long
4549         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
4550         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
4551
4552 2003-03-07    <johan AT balder>
4553
4554         Just a big NOOP:
4555                 some minor cleanups before the big shot
4556                 OP_DEFS and OP_USES now use Kevin's protection
4557                 new option --nolabelopt
4558
4559         * src/SDCCBBlock.c:
4560         * src/SDCCast.c,:
4561         * src/SDCCcflow.c:
4562         * src/SDCCcse.c:
4563         * src/SDCCicode.c:
4564         * src/SDCCicode.h:
4565         * src/SDCClabel.c:
4566         * src/SDCCloop.c:
4567         * src/SDCCmain.c:
4568         * src/ds390/ralloc.c:
4569         * src/mcs51/ralloc.c:
4570         * src/pic/ralloc.c:
4571         * src/xa51/ralloc.c:
4572         * src/z80/ralloc.c:
4573
4574 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
4575
4576         * src/pic/pcode.c (get_op): fix 64 bit warnings
4577         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
4578         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
4579         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
4580         * support/regression/tests/malloc.c: fix 64 bit warnings
4581
4582 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
4583
4584         * src/mcs51/gen.c (genMinus): fixed bug 696436
4585
4586 2003-03-02  Borut Razem <borut.razem AT siol.net>
4587
4588         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
4589
4590 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
4591
4592         * configure.in: test for mkstemp
4593         * sdccconf_in.h: add HAVE_MKSTEMP
4594
4595 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
4596
4597         * device/include/ctype.h: removed warning while using --stack-auto
4598         * device/include/malloc.h: removed warning while using --stack-auto
4599         * device/include/string.h: removed warning while using --stack-auto
4600
4601 2003-02-23  Borut Razem <borut.razem AT siol.net>
4602
4603         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
4604         because NDEBUG is defined (see man assert)
4605         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
4606
4607 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4608
4609         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
4610         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
4611
4612 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4613
4614         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
4615         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
4616
4617 2003-02-18    <johan AT balder>
4618
4619         * as/mcs51/asmain.c (asmbl): module can start with a digit
4620         * as/z80/asmain.c (asmbl): module can start with a digit
4621
4622 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
4623
4624         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
4625         * src/asm.c: fix pipe() for Mingw32
4626
4627 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
4628
4629         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
4630         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
4631         make -V work again; --c1mode reads now from stdin
4632         * doc/sdccman.lyx: added --c1mode
4633         * support/Util/SDCCerr.c: new messages for c1 mode
4634         * support/Util/SDCCerr.h: new messages for c1 mode
4635         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
4636
4637 2003-02-15    <johan AT balder>
4638
4639         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
4640
4641 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
4642
4643         * doc/sdccman.lyx: Environment variables, -o and other minor things
4644
4645 2003-02-14    <johan AT balder>
4646
4647         * src/xa51/main.c: before anyone really tries to use it :)
4648
4649         * Install doc's in share/sdcc/doc
4650         * removed some obsolete files
4651         * Do a proper make distclean and uninstall
4652         M Makefile.common.in
4653         R sdccbuild.sh
4654         M as/Makefile
4655         M device/include/Makefile.in
4656         M device/lib/Makefile.in
4657         M doc/sdccman.lyx
4658         M link/Makefile
4659         M sim/ucsim/doc/Makefile.in
4660         M src/clean.mk
4661         R src/avr/peeph.rul
4662         R src/xa51/peeph.rul
4663         M support/cpp2/Makefile.in
4664         M support/makebin/Makefile
4665
4666
4667 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
4668
4669         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
4670
4671 2003-02-10  Borut Razem <borut.razem AT siol.net>
4672
4673         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
4674         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
4675         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
4676         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
4677         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
4678         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
4679         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
4680         src/z80/Makefile.bcc: Borland Makefile cleanup
4681         * as/z80/Makefile.bcc: Added Borland Makefile
4682         * support/cpp2/borland.h: Removed
4683
4684 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
4685
4686         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
4687         * src/SDCC.lex: new pragma NOIV
4688         * src/SDCCglobl.h: new pragma NOIV
4689         * src/SDCCmem.c: new pragma NOIV
4690
4691 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
4692
4693         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
4694
4695 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
4696
4697         * src/SDCCmain.c: signal handling is switched off by --debug
4698         * doc/Makefile: small fix for install; use clean.mk again
4699         * doc/clean.mk: clean *.pdf and *.html too
4700
4701 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
4702
4703         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
4704         * device/lib/printfl.c: fix a ds390 bug by making it portable
4705         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
4706         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
4707         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
4708         * debugger/mcs51/cmd.c: converted multi-line string literals
4709         * sim/ucsim/globals.cc: converted multi-line string literals
4710         * src/SDCCmain.c: introduced signal handler to remove temp files
4711         * doc/Makefile: small tweaks, implement clean
4712         * doc: removed generated files
4713
4714 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4715
4716         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
4717         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
4718         Address Record is not correctly generated for DS390."
4719
4720 2003-02-02  Borut Razem <borut.razem AT siol.net>
4721
4722         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
4723         * as/mcs51/asm.h: fixed compilation with Borland C
4724         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
4725         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
4726         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
4727         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
4728         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
4729         src/z80/Makefile.bcc: delete $(LIB) only if exist
4730         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
4731
4732 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
4733
4734         * device/include/malloc.h: introduced NULL
4735         * device/include/string.h: introduced NULL
4736         * device/include/stdlib.h: introduced NULL
4737         * device/lib/_memcpy.c: removed NULL
4738         * device/lib/_strcat.c: removed NULL
4739         * device/lib/_strchr.c: removed NULL
4740         * device/lib/_strcmp.c: removed NULL
4741         * device/lib/_strcpy.c: removed NULL
4742         * device/lib/_strcspn.c: removed NULL
4743         * device/lib/_strlen.c: removed NULL
4744         * device/lib/_strncat.c: removed NULL
4745         * device/lib/_strncmp.c: removed NULL
4746         * device/lib/_strncpy.c: removed NULL
4747         * device/lib/_strpbrk.c: removed NULL
4748         * device/lib/_strrchr.c: removed NULL
4749         * device/lib/_strspn.c: removed NULL
4750         * device/lib/_strstr.c: removed NULL
4751         * device/lib/_strtok.c: removed NULL
4752         * device/lib/malloc.c: removed NULL, include own header
4753
4754 2003-02-02    <johan AT balder>
4755
4756         * 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
4757         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
4758         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
4759         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
4760         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
4761         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
4762
4763 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4764
4765         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
4766         area 'DATA'"
4767
4768 2003-02-01    <johan AT balder>
4769
4770         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
4771
4772 2003-01-31    <johan AT CP255758-A>
4773
4774         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
4775
4776 2003-01-30    <johan AT balder>
4777
4778         * src/SDCCBBlock.c: automatic bug detection
4779         * src/SDCCicode.c: automatic bug detection
4780
4781 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4782
4783         * src/SDCCglobl.h:   now --xram-size 0 works
4784         * src/SDCCmain.c:    now --xram-size 0 works
4785
4786 2003-01-29    <johan AT balder>
4787
4788         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
4789
4790 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4791
4792         * as/mcs51/aslink.h: Added options --xram-size and --code-size
4793         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
4794         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
4795         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
4796         * src/SDCCglobl.h:   Added options --xram-size and --code-size
4797         * src/SDCCmain.c:    Added options --xram-size and --code-size
4798
4799 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
4800
4801         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
4802         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
4803
4804 2003-01-27    <johan AT balder>
4805
4806         * src/SDCC.y: fixed bug #613764
4807
4808 2003-01-26    <johan AT balder>
4809
4810         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
4811         * src/SDCCsymt.h: fixed bug #673374
4812         * src/SDCCglue.c: fixed bug #661910
4813         * src/SDCCast.c: fixed bug #458099 and 673374
4814
4815 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
4816
4817         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
4818         * as/mcs51/strcmpi.h: added
4819         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
4820         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
4821         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
4822         * as/mcs51/assym.c: strcmpi -> as_strcmpi
4823         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
4824         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
4825         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
4826         * as/mcs51/Makefile.aslink: new module strcmpi
4827         * as/mcs51/Makefile.asx8051: new module strcmpi
4828         * as/mcs51/Makefil.bcc: new module strcmpi
4829         * as/mcs51/Makefile.in: new module strcmpi
4830         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
4831
4832 2003-01-26    <johan AT balder>
4833
4834         * src/SDCCglue.c: reverted back to 1.124
4835         * src/SDCCast.c: reverted back to 1.156
4836         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
4837
4838 2003-01-25    <johan AT balder>
4839
4840         * src/SDCCglue.c: A better fix for bug #661910
4841         * src/SDCCast.c: A better fix for bug #661910
4842         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
4843
4844 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
4845
4846         * src/Makefile.in: remove spawn.o
4847         * src/SDCCmain.c: remove spawn.h
4848         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
4849         * src/spawn.c: removed
4850         * src/spawn.h: removed
4851         * support/regression/ports/ds390/spec.mk: link with -r
4852
4853 2003-01-24    <johan AT CP255758-A>
4854
4855         * src/ds390/gen.c (aopOp): fixed bug #667458
4856         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
4857         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
4858         (createIvalCharPtr): an ival doesn't always have a storage class anymore
4859
4860 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
4861
4862         * src/mcs51/peeph.def: better assembler identation by Frieder
4863         * src/mcs51/gen.c: better assembler identation by Frieder
4864
4865 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
4866
4867         * as/z80/string.h: removed for gcc 3.2
4868         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
4869         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
4870
4871 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
4872
4873         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
4874         * src/SDCCpeeph.c (replaceRule): fix bug #663503
4875         * support/regression/Makefile: separate temp files for ports
4876         * support/regression/generate-cases.py: separate temp files for ports
4877         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
4878         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
4879
4880 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
4881
4882         * moved tinitalk to device/examples/ds390
4883
4884 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
4885
4886         * as/mcs51/lkmem.c: rflag is for DS390
4887         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
4888         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
4889                          (linkEdit): move mem- and map-files the same way as ihx-files
4890         * src/z80/main.c (_setDefaultOptions): removed --generic
4891         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
4892         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
4893         * src/pic/glue.c (picglue): --c1mode works again
4894         * src/pic16/glue.c (pic16glue): --c1mode works again
4895         * src/asm.c (printCLine): fix #660034
4896
4897 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
4898
4899         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
4900         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
4901         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
4902         * as/mcs51/lkmem (summary): better fix for sp problem
4903         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
4904         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
4905         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
4906                                               remove --stack-after-data
4907
4908 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
4909
4910         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
4911         * src/SDCCutil.c (join): ugly bug: missing '\0'
4912         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
4913
4914 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
4915
4916         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
4917         * src/port.h: typo
4918         * src/pic/main.c (_asmCmd): gpasm supports -o
4919         * src/z80/main.c: more general macros
4920         * device/lib/Makefile.in: remove intermediate files
4921
4922 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
4923
4924         * .version: Bumped version number to 2.3.3
4925         * src/SDCCBBlock.c: new option -o
4926         * src/SDCCglobl.h: new option -o
4927         * src/SDCCglue.c: new option -o
4928         * src/SDCCmain.c: new option -o
4929         * src/asm.c: new option -o
4930         * src/ds390/main.c: new option -o
4931         * src/pic/glue.c: new option -o
4932         * src/pic/pcode.c: new option -o
4933         * src/pic/ralloc.c: new option -o
4934         * src/pic16/glue.c: new option -o
4935         * src/pic16/pcode.c: new option -o
4936         * src/pic16/ralloc.c: new option -o
4937         * src/z80/main.c: new option -o
4938         * device/lib/Makefile.in: use -o
4939         * support/regression/ports/ds390/spec.mk: use -o
4940         * support/regression/ports/gbz80/spec.mk: use -o
4941         * support/regression/ports/mcs51/spec.mk: use -o
4942         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
4943         * support/regression/ports/z80/spec.mk: use -o
4944         * support/regression/ports/ucz80/spec.mk: use -o
4945         * support/regression/ports/xa51/spec.mk: use -o
4946         * support/regression/fwk/lib/timeout.c: fix usage string
4947
4948 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
4949         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
4950
4951 2003-01-07    <johan AT balder>
4952
4953         * src/SDCCast.c (decorateType): fixed bug #600035
4954
4955 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
4956         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
4957         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
4958         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
4959         * src/pic/pcode.c: outcommented unused variable to remove warnings
4960         * src/pic/ralloc.c: outcommented unused variable to remove warnings
4961
4962 2003-01-06    <karl AT turbobit.com>
4963         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
4964    regression tests.
4965
4966 2003-01-06    <johan AT balder>
4967
4968         * src/SDCCicode.c: fixed array add
4969
4970 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
4971         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
4972         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
4973
4974 2003-01-04    <johan AT balder>
4975
4976         * src/SDCCval.c (getNelements): fixed the initialized array of structures
4977
4978 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4979         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
4980
4981 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
4982         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
4983         * support/regression/tests/bug-524697.c: fit mem usage into 8032
4984
4985 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
4986         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
4987
4988 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
4989         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
4990
4991 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
4992         * src/mcs51/main.c: removed {bindir}{sep} from aslink
4993
4994 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4995
4996     * in \sdcc\as\mcs51\ changed these files in order to create an
4997     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
4998     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
4999     following files to include the previous two files: aslink.dsp,
5000     Makefile.aslink, Makefile.bcc, and Makefile.in.
5001
5002     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
5003     .adb instead of .cdb
5004
5005 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5006
5007         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
5008         value from option --iram-size.
5009
5010 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5011
5012         * \sdcc\as\mcs51\lklist.c: added boundary check before using
5013         dram[] array.
5014
5015 2002-09-18    <wiml AT hhhh.org>
5016
5017         * SDCClrange.h: exposed setFromRange() and setToRange()
5018         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
5019           packRegsForAccUse() (bug 542397)
5020         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
5021           multiple times and emitting the fetch operations more than once
5022           added aopGetUsesAcc() function to allow binary operators to
5023           fetch their operands in the correct order; made genMinus() emit
5024           compact code for X = LITERAL - Y
5025
5026 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5027         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
5028         sprintf() in line 1267.
5029
5030 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5031         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
5032         like ports.
5033
5034 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5035         Changes to aslink (All the changes are marked with 'JCF'):
5036
5037         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
5038         summary().
5039
5040         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
5041         area BSEG.  Also moves, if possible, the DATA area down into the internal
5042         ram so more space is available.
5043
5044         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
5045         sflag.
5046
5047         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
5048         not bytes.  Function summary() which creates a memory usage summary
5049         file with extension .mem.  Reports of overlaping stack and small stack
5050         size.  If the space for the stack is less than 16 bytes aslink trows a
5051         warning.
5052
5053         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
5054         the 8051.  Option 'y' for memory summary output file.
5055
5056         Changes to sdcc (All the changes are marked with 'JCF'):
5057
5058         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
5059
5060         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
5061         overlaying area for it (uses RegBankUsed[4]).
5062
5063         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
5064         bank zero as used by default.  By default aslink locates the stack
5065         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
5066         the creation of the .mem file.  Delegates the allocation of data area
5067         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
5068         the begining of the stack area to aslink.
5069
5070         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
5071         glue() in SDCCglue.c creates an area for it.
5072
5073 2002-09-03  Borut Razem <borut.razem AT siol.net>
5074         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
5075         sdcc/src/pic/glue.c:
5076         introduced atexit() handler for teporay files removal in case of
5077         errors, assertions, ...
5078
5079 2002-08-29  Borut Razem <borut.razem AT siol.net>
5080         * sdcc/support/cpp2/auto-host_vc_in.h:
5081         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
5082         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
5083         Maybe there is a similar problem with BORLANDC? It should be checked!
5084
5085         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
5086         corrected improper use of assert: the assignment to clr variable was done inside the assert.
5087         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
5088         was not executed, and the compiler (cl) launched a warning:
5089         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
5090
5091 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
5092         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
5093
5094 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
5095         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
5096
5097         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
5098           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
5099           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
5100           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
5101           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
5102           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
5103           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
5104         - added Release configuration in VS projects
5105         - review of compiler an linker options
5106         - VC .exe files are generated in bin_vc directory, not to interfere
5107           with binaries generated from other projects (cygwin, mingw, bcc ...)
5108
5109         * sdcc/src/yacc.dsp: added
5110
5111         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
5112         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
5113         and insert the version number definitions from .version
5114
5115         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
5116
5117         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
5118         added - genarate auto-host.h using auto-host_vc_in.h as template
5119
5120         * sdcc/sdcc_vc.h,
5121         removed from CVS, generated automatically
5122
5123 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
5124         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
5125
5126 2002-08-11  Borut Razem <borut.razem AT siol.net>
5127         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
5128
5129 2002-08-10  Borut Razem <borut.razem AT siol.net>
5130         * src/SDCCmain.c (main):
5131         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
5132         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
5133         The consequence was that some temporary files were not removed.
5134
5135         * src/SDCCglue.c:
5136         unification of code in functions tempfilename() and tempfile():
5137         function tempnam() is defined in Visual Studio 6.0 and .NET
5138
5139         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
5140
5141         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
5142           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
5143         - removed compiler command line option /WX: Treats all warnings as errors
5144         - update a list of source files, included into the project
5145
5146         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
5147           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
5148         changed project type to Generic Project so that can be correcly converted to VS.NET project
5149
5150         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
5151
5152         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
5153
5154         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
5155
5156         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
5157         added return 0 statements after assert() to make compiler happy
5158
5159         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
5160         added newline in the def file to keep MSC compiler satisfied
5161
5162         * sdcc/src/z80/gen.c:
5163         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
5164           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
5165         - solved MSC error in function aopDump()
5166
5167         * sdcc_vc.h: define PREFIX as "\\sdcc"
5168
5169 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
5170         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
5171
5172 2002-06-22  Scott Dattalo <scott AT dattalo.com>
5173         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
5174         - Rewrote the register banking algorithm.
5175         - Added pCode live-range analysis to registers (for now, only non-used and
5176         singly-used registers optimized away)
5177
5178         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
5179
5180         * 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.
5181
5182 2002-05-10  Scott Dattalo <scott AT dattalo.com>
5183         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
5184
5185 2002-04-22  Michael Hope  <michaelh AT vroom>
5186
5187         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
5188
5189         * configure.in (DD_COPT): Added include support required for gbdk.
5190
5191         * .version: Bumped version number just to increase it.
5192
5193         * src/SDCCmain.c: Added -nostdinc to the default options.
5194
5195 2002-04-15  Michael Hope  <michaelh AT vroom>
5196
5197         * device/lib/z80/printf.c (sprintf): Added.
5198
5199         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
5200
5201         * src/z80/peeph.def: Added transpose redundent load rule.
5202
5203         * src/z80/main.c: Added force callee saves for jaune.
5204
5205         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
5206
5207         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
5208
5209 2002-03-28  Johan Knol  <johan AT balder>
5210
5211         * src/SDCCval.c: fixed bug #532436
5212
5213 2002-03-14  Scott Dattalo <scott AT dattalo.com>
5214         * /src/port.h:
5215         Added "char *Processor" field to the port structure.
5216
5217         * /src/SDCCmain.c:
5218         Added -p option. Allows port dependent processor to be specified.
5219
5220         * all ports:
5221         Initialized the new field char *Processor field to NULL in all ports
5222
5223         * /src/pic/*:
5224         Compiler generated registers for interrupt context saving
5225         were not getting allocated.
5226
5227 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
5228
5229         * /src/SDCCast.c:
5230         Fixed left shift. Will promote the left side of a left shift
5231         if a) left shifting more than size of operand or b) when assigned
5232         to something size > size of left side
5233
5234 2002-03-14  Scott Dattalo <scott AT dattalo.com>
5235         * src/pic/*
5236         tons of changes. Register allocation has been
5237         rewritten. Added customization for the various PICs. Flow
5238         analysis is restructured. ...
5239
5240         * src/pic/device.h:
5241         Added
5242
5243         * src/pic/device.c:
5244         Added. device.c is a PIC port hack to accomodate variations
5245         in PIC devices.
5246
5247 2002-03-13  Michael Hope  <michaelh AT vroom>
5248
5249         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
5250
5251 2002-03-04  johanknol  <johanknol AT manik>
5252
5253         * /src/SDCCval.c: fixed
5254
5255         const unsigned char arr[][2] = { { 0, 1 } };
5256         t18.c:1: error: Initializer element is not constant
5257
5258 2002-03-04  bela  <bela AT manik>
5259
5260         * /device/include/mcs51reg.h:
5261         ds89c420 register definition update
5262
5263 2002-03-03    <johan AT FRIJA>
5264
5265         * support/Util/SDCCerr.c: did something, but don't no why anymore
5266
5267         * support/regression/tests/bug-524691.c: made it a little less shy
5268
5269         * src/SDCCast.c (decorateType): fixed bug #524697
5270
5271         * src/SDCCast.c: made some lineno improvements
5272
5273         * src/SDCCval.c (getNelements): changed warning to error
5274
5275         * src/SDCCglue.c (printIvalArray): changed warning to error
5276
5277         * src/SDCCicode.c: fixed a warning for mingw
5278
5279         * src/SDCCast.c (decorateType): fixed the << promotion for ops
5280
5281         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
5282
5283 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
5284
5285         * src/ds390/peeph.def:
5286         Added some more peephole rules
5287
5288         * src/ds390/gen.c: Various fixes & enhancements
5289
5290         * src/SDCClrange.c, src/SDCClrange.h:
5291         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
5292
5293         * src/ds390/ralloc.c:
5294         various fixes & enhancements (ds390) specific
5295
5296         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
5297         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
5298         from rallocs.
5299
5300         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
5301
5302 2002-03-02    <johan AT FRIJA>
5303
5304         * src/SDCCast.c (decorateType): fixed bug #524708
5305
5306         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
5307
5308         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
5309
5310 2002-03-01  Michael Hope  <michaelh AT vroom>
5311
5312         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
5313
5314         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
5315
5316 2002-03-01    <johan AT FRIJA>
5317
5318         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
5319
5320         * src/SDCCast.c (decorateType): fixed bug #524209
5321
5322         * src/SDCCval.c (valNot): fixed bug #524195
5323
5324 2002-02-26    <johan AT balder>
5325
5326         * src/xa51/gen.c: fixed a warning
5327
5328         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
5329
5330         * src/SDCCast.c (decorateType): fixed bug #522534
5331
5332 2002-02-23    <johan AT balder>
5333
5334         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
5335
5336 2002-02-22    <johan AT balder>
5337
5338         * src/SDCCast.c: fixed bug #514865
5339
5340         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
5341
5342 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
5343
5344         * sdcc/src/SDCCloop.c:
5345         Previous fix was not good. basic blocks that have "break" or "return" are
5346         not really partof a loop , but live ranges used in these blocks should
5347         be live thru the entire loop, so set partOfLoop but don't add them to
5348         loop region
5349
5350 2002-02-21    <johan AT FRIJA>
5351
5352         * src/SDCCcse.c: fixed bug #514308
5353
5354 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
5355
5356         * src/SDCCloop.c:
5357         Fixed BUG #519583. If a conditional block ended in a return/break
5358         statement inside a loop, it was not being considered part of the loop.
5359
5360         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
5361
5362 2002-02-10  Karl Bongers <karl AT turbobit.com>
5363
5364         * debugger/*:
5365         Fixed up SDCDB debugger somewhat.  Updated debugger/README
5366         with lots of comments and notes.
5367
5368         * device/examples/test2.c:
5369         Fix bug, "red" variable not being initialized(compiler complained).
5370
5371         * device/examples/Makefile, examples/test3.c:
5372         Add Makefile in device/examples folder, compiles test3.c
5373         for use as a multiple module SDCDB test case.
5374
5375         * sim/ucsim/cmd.src/cmdset.cc:
5376         Took out debug printfs in ucsim "next" command.
5377
5378         * sim/ucsim/xa.src:
5379         Karl and Johan start ucsim XA support.  Most dissassembly working,
5380         about 75% emulation done(plenty of work remaining).
5381
5382         * sim/ucsim/z80.src:
5383         Add Z80 support to ucsim, add test-ucz80 regression test,
5384         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
5385         Notice z80 compiler fails on examples/test3.c/crc code.
5386
5387 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
5388
5389         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
5390         Added support for --parms-in-bank1
5391
5392         * src/ds390/peeph.def:
5393         added a few more peephole optimzations
5394
5395         * src/ds390/main.c:
5396         1) added __builtin_inp & __builtin_outp used to read in data of given length
5397            from a memory mapped port
5398         2) added __builtin_memcmp
5399         3) added __builtin_swapw swap bytes of a short
5400
5401         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
5402         1) handle multiple send & receives from register bank1
5403         2) ralloc can now allocate DPTR1 to some liveRanges
5404
5405         * src/SDCCsymt.c, src/SDCCsymt.h:
5406         changes to handle multiple sends & receives
5407
5408         * src/SDCCptropt.h:
5409         added some pointer arithmetic optimization
5410
5411         * src/SDCCptropt.c:
5412         added some pointer arithmetic optimizations but not stable yet so not
5413         called from anywhere (will get this working shortly)
5414
5415         * src/SDCCopt.c: fixed for multiple sends & receives
5416
5417         * src/SDCCmain.c:
5418         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
5419         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
5420            set preprocessor defines (depending on options)
5421
5422         * src/SDCCicode.c, src/SDCCicode.h:
5423         changes made to handle multiple sends & receives
5424
5425         * src/SDCCglobl.h:
5426         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
5427
5428         * src/SDCCcse.c, src/SDCCcse.h:
5429         added function findbackward def (to be used in upcoming optimization)
5430
5431         * src/SDCCcflow.c, src/SDCCcflow.h:
5432         added function returnAtEnd - to determine if a basic block terminates with
5433         a RETURN iCode
5434
5435         * src/SDCCast.c, src/SDCCast.h:
5436         added option parms-in-bank1
5437
5438         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
5439         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
5440         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
5441         adjusted for --parms-in-bank1 option
5442
5443         * device/include/string.h:
5444         donot redefine "reentrant" keyword
5445
5446         * device/include/ds80c390.h: Added some more SFRs
5447
5448 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
5449
5450         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
5451
5452 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
5453
5454         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
5455
5456 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
5457
5458         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
5459
5460 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
5461
5462         * Added --xram-movc option
5463
5464 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
5465
5466         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
5467
5468 2002-01-11  Johan Knol
5469
5470         * Added math lib of Jesus Calvino-Fraga
5471
5472 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
5473
5474         * src/SDCCmain.c (processFile): fix processing of ../../src.c
5475         * support/regression/Makefile: new target test-mcs51-stack-auto
5476         * support/regression/ports/mcs51-stack-auto/spec.mk: added
5477
5478 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
5479
5480         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
5481
5482 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
5483
5484         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
5485
5486 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
5487
5488         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
5489
5490         * src/SDCCglue.h: add definition for printIvalChar()
5491
5492 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
5493
5494         * src/SDCCast.c: fix #498138 by Johan
5495
5496         * src/SDCCglue.c: fix #498138 by Johan
5497
5498 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
5499
5500         * support/regression/Makefile: fix clean
5501
5502         * support/regression/ports/ds390/support.c: fix transmission of last character
5503
5504 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
5505
5506         * /sdcc/src/ds390/gen.c:
5507         a) improved computing address of stack variable
5508         b) took out some #if 0 code
5509         c) improved parmBytes adjustment
5510         d) improved genPlusIncr & genMinusIncr
5511         e) genCmp could generate bad code (when left assigned to DPTR)
5512         f) Fixed bug in hasInc
5513
5514         * /sdcc/src/ds390/ralloc.c:
5515         a) packRegsForSupport could mess up live information (Fixed)
5516         b) packRegsDPTRuse could be incorrect for left & right shift
5517
5518         * /sdcc/src/mcs51/ralloc.c:
5519         packRegsForSupport could mess up the live information (Fixed)
5520
5521         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
5522
5523         * /sdcc/src/SDCCast.c:
5524         can reverse a loop even if function call is present as long
5525         as the loop control variable is local & is not passed as parameter
5526
5527 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
5528
5529         * /sdcc/ChangeLog: *** empty log message ***
5530
5531         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
5532         More builtin function additions for TININative
5533
5534         * /sdcc/src/ds390/ralloc.c:
5535         Had broken the regression testsuite
5536
5537         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
5538
5539         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
5540         Added funcattr hasStackParms will be set for reentrant functions when there
5541         are paramteres on the stack, this helps in minimizing frame pointer generation
5542         typeFromStr can handle function pointers now
5543
5544         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
5545         *** empty log message ***
5546
5547 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
5548
5549         * /src/ds390/gen.c, /src/ds390/main.c:
5550         More builtin function additions for TININative
5551
5552         * /src/ds390/ralloc.c:
5553         Had broken the regression testsuite
5554
5555         * /src/SDCCast.c: Fixed a bug in dumptree
5556
5557         * /src/SDCCsymt.c, /src/SDCCsymt.h:
5558         Added funcattr hasStackParms will be set for reentrant functions when there
5559         are paramteres on the stack, this helps in minimizing frame pointer generation
5560         typeFromStr can handle function pointers now
5561
5562         * /doc/builtins.txt, /doc/TININative.txt:
5563         *** empty log message ***
5564
5565
5566 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
5567
5568         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
5569         ALPHA version for -mTININative
5570
5571         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
5572         updated to reflect changes in the port structure
5573
5574         * /src/port.h:
5575         added function do_assemble (similar to do_link) if non-null this function
5576         will be called to do assembly (-mTININative) requires a multi command
5577         assembly
5578         added function genAssemblerEnd will be called to generate assembler Epilogue
5579
5580         * /src/SDCCsymt.c:
5581         added _JavaNative to debug info printing
5582
5583         * /src/SDCCmain.c: added option --tini-libid
5584         added port->do_assemble function (-mTININative) has a multi command assemble
5585
5586         * /src/SDCCglue.c: Disabled "constExpr" check
5587         added port->genAssemblerEnd function
5588
5589         * /src/SDCCglobl.h: Added option --tini-libid value
5590
5591         * /src/SDCCast.h:
5592         tookout optimizeCompare from the header (has no external references)
5593
5594         * /src/SDCCast.c: made one more function "static"
5595
5596 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
5597
5598         * src/z80/mappings.i: Added z80asm support.
5599
5600         * src/z80/main.c: Added z80asm support on --asm=z80asm
5601
5602         * src/z80/gen.c: Fixed asm portability issues.
5603
5604         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
5605
5606         * src/SDCCglue.c (printExterns): Added global/extern split.
5607
5608 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
5609
5610         * support/regression/Makefile: added test for mcs51 model large
5611
5612         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
5613
5614         * support/regression/ports/gbz80/spec.mk: added -mgbz80
5615
5616 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
5617
5618         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
5619
5620 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
5621
5622         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
5623
5624         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
5625
5626 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
5627
5628         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
5629
5630         * support/regression/tests/simplefloat.c: Port to mcs51.
5631
5632 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
5633         * support/regression/tests/bug-485362.c: Added.
5634
5635         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
5636
5637         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
5638
5639         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
5640
5641         * src/z80/gen.c (aopDump): Added a dump function.
5642
5643 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
5644         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
5645
5646         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
5647
5648         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
5649
5650         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
5651
5652         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
5653
5654         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
5655
5656         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
5657
5658         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
5659
5660         * support/regression/ports/ds390/support.c: Use tinibios.
5661
5662         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
5663
5664 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
5665
5666         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
5667         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
5668
5669         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
5670
5671         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
5672
5673 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
5674
5675         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
5676
5677         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
5678         (packRegsForIYUse): Created and optimised.
5679
5680 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
5681
5682         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
5683 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
5684
5685         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
5686
5687         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
5688
5689         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
5690
5691 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
5692
5693         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
5694
5695         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
5696
5697 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
5698
5699         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
5700
5701         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
5702
5703         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
5704
5705 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
5706
5707         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
5708         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
5709         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
5710
5711         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
5712
5713         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
5714         (genNotFloat): Added.
5715         (genUminusFloat): Added.
5716
5717         * device/lib/z80/Makefile: Added floating pt stubs.
5718
5719         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
5720
5721         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
5722
5723         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
5724
5725 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
5726
5727         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
5728
5729         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
5730
5731         * sdcc/support/regression/Makefile: Add port ds390.
5732
5733         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
5734
5735         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
5736
5737         * sdcc/support/regression/ports/ds390/spec.mk: Added.
5738
5739         * sdcc/support/regression/ports/ds390/support.c: Added.
5740
5741         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
5742
5743         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
5744
5745         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
5746
5747 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
5748
5749         * device/include/malloc.h: Added z80 and gbz80 support.
5750
5751         * device/lib/gbz80/heap.s: Added.
5752
5753         * device/lib/z80/heap.s: Added.
5754
5755         * device/lib/malloc.c: Added z80 and gbz80 support.
5756
5757         * support/regression/tests/malloc.c (testMalloc): Added.
5758
5759         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
5760
5761         * support/regression/tests/bug-478094.c: Added.
5762
5763         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
5764
5765 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
5766
5767         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
5768
5769         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
5770
5771         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
5772
5773         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
5774
5775         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
5776
5777 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
5778
5779         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
5780
5781 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
5782
5783         * support/regression/tests/bug-477927.c: Added.
5784
5785         * src/z80/peeph.def: Added minor rules.
5786
5787         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
5788
5789         * src/z80/peeph.def: Added jump optimisation modification.
5790
5791 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
5792
5793         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
5794
5795 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
5796
5797         * support/regression/tests/funptrs.c: Added.
5798
5799 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
5800
5801         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
5802
5803 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
5804
5805         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
5806
5807         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
5808
5809         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
5810         (movLeft2ResultLong): Created.
5811
5812         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
5813         (joinPushes): Added.  Joins two char pushes into a word push.
5814
5815 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
5816
5817         * support/cpp2/Makefile.in (install): Added creation of dest dir.
5818
5819         * support/makebin/Makefile (install): Added creation of dest dir.
5820
5821 2001-10-24 Karl Bongers <karl AT turbobit.com>
5822
5823         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
5824
5825 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
5826
5827         * src/z80/ralloc.c: Turned off faulty pack for one use.
5828
5829         * src/z80/peeph-gbz80.def: Removed redundent restart options.
5830
5831         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
5832
5833 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
5834
5835         * support/regression/Makefile: Improved clean
5836
5837         * support/regression/ports/gbz80/spec.mk: Added clean
5838
5839         * support/regression/ports/host/spec.mk: Added clean
5840
5841         * support/regression/ports/z80/spec.mk: Added clean
5842
5843         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
5844
5845         * support/regression/ports/mcs51/timeout.c: little improvements
5846
5847 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
5848
5849         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
5850
5851         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
5852
5853         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
5854
5855 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
5856
5857         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
5858
5859         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
5860
5861 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
5862         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
5863
5864         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
5865
5866         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
5867
5868         * src/mcs51/main.c (_linkCmd): Added bin path to command.
5869
5870         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
5871
5872         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
5873
5874         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
5875
5876         * support/regression/tests/longor.c: Added.
5877
5878 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
5879
5880         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
5881
5882         * as/mcs51/aslink.h: define PATH_MAX
5883
5884         * as/mcs51/asm.h: define PATH_MAX
5885
5886         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
5887
5888         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
5889
5890         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
5891
5892         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
5893
5894         * src/SDCCglobl.h: define PATH_MAX
5895
5896         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
5897
5898         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
5899
5900 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
5901
5902         * src/z80/gen.c (gencjneshort): Fixed
5903
5904         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
5905
5906 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
5907
5908         * support/regression/tests/bug-469671.c: Added.
5909
5910         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
5911
5912 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
5913
5914         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
5915
5916         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
5917
5918 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
5919
5920         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
5921
5922         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
5923
5924         * src/device/lib/_mullong.c : removed hint: nooverlay bug
5925
5926         * src/device/lib/_divuint.c : removed hint: nooverlay bug
5927
5928         * src/device/lib/_divulong.c: removed hint: nooverlay bug
5929
5930         * src/device/lib/_moduint.c : removed hint: nooverlay bug
5931
5932         * src/device/lib/_modulong.c: removed hint: nooverlay bug
5933
5934 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
5935
5936         * 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.
5937
5938         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
5939
5940         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
5941
5942 2001-10-07    <johan AT FRIJA>
5943
5944         * device/lib/gets.c (gets): fixed the return value.
5945
5946 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
5947         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
5948
5949         * 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.
5950
5951         * 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.
5952
5953         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
5954
5955         * src/pic/gen.c: Removed Safe_strdup.
5956
5957         * configure.in: Added option to enable libgc support.
5958
5959         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
5960         (bitVectUnion): Optimised.
5961         (bitVectIntersect): Optimised.
5962         (bitVectBitsInCommon): Optimised.
5963         (bitVectCplAnd): Optimised.
5964
5965         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
5966
5967 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
5968
5969         * src/SDCCmain.c: distinguish between assembler debug and plain options
5970
5971         * src/avr/main.c:   remove standard assembler options
5972
5973         * src/ds390/main.c: remove standard assembler options
5974
5975         * src/mcs51/main.c: remove standard assembler options
5976
5977         * src/port.h: removed "PENDING" comment
5978
5979 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
5980
5981         * src/device/lib/_mulint.c  : new, with assember functions
5982
5983         * src/device/lib/_mullong.c : new, with assember functions
5984
5985         * src/device/lib/_divuint.c : with assember functions
5986
5987         * src/device/lib/_divsint.c : with assember functions
5988
5989         * src/device/lib/_divulong.c: with assember functions
5990
5991         * src/device/lib/_divslong.c: with assember functions
5992
5993         * src/device/lib/_moduint.c : with assember functions
5994
5995         * src/device/lib/_modsint.c : with assember functions
5996
5997         * src/device/lib/_modulong.c: with assember functions
5998
5999         * src/device/lib/_modslong.c: with assember functions
6000
6001         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
6002
6003         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
6004
6005         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
6006                                       replaced _mululong.c and _mulslong.c by _mullong.c
6007
6008 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
6009
6010         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
6011
6012 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
6013
6014         * src/SDCCglue.c: test, if win32api is available for MINGW
6015
6016 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
6017
6018         * src/SDCCsymt.c: no more _modifier in printTypeChain()
6019         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
6020         * support/regression/ports/gbz80/spec.mk: removed GENERIC
6021         * support/regression/ports/host/spec.mk: removed GENERIC
6022         * support/regression/ports/mcs51/spec.mk: removed GENERIC
6023         * support/regression/ports/z80/spec.mk: removed GENERIC
6024
6025 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
6026
6027         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
6028
6029         * support/regression/tests/bug-467035.c: Created.
6030
6031 2001-10-01    <johan AT FRIJA>
6032
6033         * src/SDCC.y: fixed bug #466586 part 1
6034
6035 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
6036
6037         * SDCCicode.c: z80 has no generic pointers
6038         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
6039
6040 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
6041
6042         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
6043
6044 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
6045
6046         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
6047
6048         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
6049
6050 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
6051
6052         * configure.in: Fixed up so that ucsim is only configured once.
6053
6054         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
6055
6056         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
6057         (getPathDifference): As above.
6058
6059         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
6060
6061         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
6062
6063 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
6064         * .version: Updated to 2.3.1
6065
6066         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
6067         Added copyright header.
6068
6069         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
6070         (assemble): Added support for macro based assembler commands.
6071         (linkEdit): Added support for macro based linker commands.
6072         (preProcess): Changed the pre-processor to use macros.
6073         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
6074         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
6075
6076         * device/lib/z80/crt0.s: Added module name for debugging.
6077
6078 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
6079
6080         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
6081
6082         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
6083
6084         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
6085
6086         * src/Makefile.in: Added SDCCmacro and SDCCutil
6087
6088 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
6089
6090         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
6091
6092 2001-09-16    <johan AT FRIJA>
6093
6094         * 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.
6095
6096 2001-09-15    <johan AT FRIJA>
6097
6098         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
6099         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
6100
6101 2001-09-11    <johan AT FRIJA>
6102
6103         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
6104
6105 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
6106
6107         * support/regression/tests/bug-460444.c: Added test case.
6108
6109         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
6110         (genCast): Added justification for all of the asserts.
6111
6112 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
6113
6114         * support/regression/support.c: _xdata replaced by xdata
6115
6116         * support/regression/spec.mk: removed _generic
6117
6118 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
6119
6120         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
6121
6122         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
6123         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
6124
6125         * src/z80/peeph.def: Added a rule to optimise shift then compare.
6126
6127         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
6128
6129         * support/regression/tests/bug-460010.c: Added test case.
6130
6131         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
6132
6133 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
6134
6135         * support/regression/Makefile: inter-port-clean adjusted for mcs51
6136
6137         * support/regression/testfwk.c: removed workaround for bug #436344
6138
6139         * support/regression/tests/bp.c: use less memory with mcs51
6140
6141         * support/regression/tests/bug-441448.c: use less memory
6142
6143         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
6144
6145         * support/regression/collate-results.py: typo
6146
6147 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
6148
6149         * support/regression/tests/fetchoverlap.c: Added new test case.
6150
6151         * support/regression/tests/bp.c: Added new test case.
6152
6153         * support/regression/tests/bug-448984.c: Added new test case.
6154
6155         * support/regression/tests/pow2shifts.c: Added new test case.
6156
6157         * src/z80/gen.c: Turned off the noise it normally generates for the release.
6158         (genlshTwo): Fixed right shift for count > 8.
6159
6160         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
6161
6162 2001-09-08    <johan AT FRIJA>
6163
6164         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
6165
6166 2001-09-07    <johan AT FRIJA>
6167
6168         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
6169
6170         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
6171
6172 2001-09-06    <johan AT FRIJA>
6173
6174         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
6175         * bernhard noted me at this: "() equals to (void)" (1.38)
6176
6177 2001-09-05    <johan AT FRIJA>
6178
6179         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
6180
6181 2001-09-04    <johan AT FRIJA>
6182
6183         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
6184
6185
6186 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
6187
6188         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
6189
6190 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
6191
6192         * link/z80/aslink.h: Fixed path for PATH_MAX
6193
6194 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
6195
6196         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
6197
6198         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
6199
6200         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
6201
6202         * 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.
6203
6204 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
6205
6206         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
6207         (genCmp): Fixed up genCmp for the GB with longs.
6208
6209         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
6210
6211         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
6212
6213         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
6214
6215         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
6216
6217 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
6218
6219         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
6220
6221 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
6222
6223         * 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.
6224
6225         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
6226
6227 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
6228
6229         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
6230
6231         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
6232
6233 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
6234
6235   * sim/ucsim/configure:    little improvement of Cygwin-detection
6236   * sim/ucsim/configure.in: little improvement of Cygwin-detection
6237   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
6238   * support/regression/tests/bug-221100.c: small changes for mcs51
6239   * support/regression/tests/bug-221168.c: small changes for mcs51
6240   * support/regression/tests/bug-227710.c: small changes for mcs51
6241   * support/regression/tests/staticinit.c: small changes for mcs51
6242   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
6243   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
6244   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
6245
6246 $Revision$