359777b9f3ee13aacc8324b2c97988b6c38672d1
[fw/sdcc] / ChangeLog
1 2006-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * device/include/mcs51/C8051F520.h: new, added
4         * device/include/mcs51/compiler.h: added link about predefined macros
5
6 2006-11-23 Raphael Neider <rneider AT web.de>
7
8         * src/regression/Makefile: add -L path to fresh library
9         * src/regression/simulate: emphasize FAILED output
10         * src/regression/create_stc: output _failures from gpsim
11         * src/regression/compare4.c,
12         * src/regression/rotate6.c: fixed char literals,
13           all compile, all run =8-D
14
15         * src/pic/pcode.h: added isPCASMDIR macro
16         * src/pic/gen.c (genAnd): fixed bit offset
17         * src/pic/ralloc.c (allocNewDirReg,allocDirReg,allocRegByName,
18           packBits): unified register numbering schemes,
19           (newReg): do not insert stack registers into hash table,
20           (initStack): unpinned pseudo stack, simplified,
21           (typeRegWithIdx): fixed retrieval of stack registers,
22         * src/pic/pcode.c (addpCodeComment,sameBank): added,
23           (pCodeReplace): removed invalid assertion,
24           (insertPCodeInstruction): fixed newly added labels,
25           (insertBankSwitch,BankSelect,IsBankChange,DoBankSelect,
26           FixRegisterBankingInFlow,compareBankFlow,FixBankFlow,
27           DumpFlow): removed unsed (broken?) code,
28           (insertBankSel): prevent STATUS from being BANKSELed,
29           (FixRegisterBanking): rewritten from scratch, implemented generic
30             optimizations (suppress BANKSELs to same register and to registers
31             present in all banks),
32           (AnalyzeBanking): update flow after BANKSELection
33
34         * src/pic/glue.c (pic14_constructAbsMap): emit pseudo stack in
35             sharebank, let linker place it, mark STKxx symbols as emitted
36
37 2006-11-21 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
38
39         * src/regression/arrays.c,
40         * src/regression/bank1.c,
41         * src/regression/bool2.c,
42         * src/regression/compare7.c,
43         * src/regression/compare8.c,
44         * src/regression/compare9.c,
45         * src/regression/compare10.c,
46         * src/regression/configword.c,
47         * src/regression/for.c,
48         * src/regression/mult1.c,
49         * src/regression/pointer1.c,
50         * src/regression/rotate6.c,
51         * src/regression/string1.c,
52         * src/regression/struct1.c,
53         * src/regression/Makefile: make PIC14 regression tests run again
54           (3 fail, 6 won't compile)
55
56 2006-11-21 Raphael Neider <rneider AT web.de>
57
58         * device/include/pic16/pic18f4550.h,
59         * device/include/pic16/pic18f4455.h,
60         * device/lib/pic16/libdev/pic18f4550.c,
61         * device/lib/pic16/libdev/pic18f4455.c: fixed #1578591 and #1595144
62         * configure.in: removed superfluous closing bracket
63
64 2006-11-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
65
66         * device/lib/expf.c: Fixed bug 1599523: result of expf(x) is
67           always positive.
68
69 2006-11-21 Raphael Neider <rneider AT web.de>
70
71         * src/pic/device.{c,h}: added pic14_getPIC()
72         * src/pic/gen.c (continueIfTrue,jumpIfTrue): added PIC code,
73           (genAnd): added PIC code for one case, fixes #1597044
74         * src/pic/pcode.c (BankSelect): Ohoh, added generic optimization for
75           SFRs that are present in all banks (e.g., STATUS)
76
77 2006-11-20 Raphael Neider <rneider AT web.de>
78
79         * src/pic/pcode.c: changed inverted ops for DECFSZ/DECFSZW and
80           INCFSZ/INCFSZW and declared them as changing Z bit,
81           (insertPCodeInstruction): correctly invert the above instructions,
82           fixes #1599333,
83           (DoBankSelect): don't panic on po_immediates
84
85 2006-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
86
87         * as/link/aslink.h,
88         * as/link/mcs51/lkihx.c (newArea),
89         * as/link/mcs51/lkrloc.c: renamed newArea() to ihxNewArea()
90         * as/link/mcs51/lkihx.c (ihx): output reset vector as start address
91
92 2006-11-11 Raphael Neider <rneider AT web.de>
93
94         * src/pic/pcode.c (newpCodeOpBit): search SymbolTab for referenced
95           bitfield symbols, fixes #1579535 (once more...).
96
97 2006-11-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
98
99         * support/regression/generate-cases.py,
100         * support/regression/fwk/include/testfwk.h,
101         * support/regression/fwk/lib/testfwk.c: used code pointers,
102           (about 50kByte less code generated for mcs51)
103
104 2006-11-06 Borut Razem <borut.razem AT siol.net>
105
106         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
107           debugger/mcs51/configure: fixed failed check because the function
108           rl_function_of_keyseq isn't in Readline 5.2. Thanks to Ilya Goldberg
109           who submitted the patch for gpsim.
110         * debugger/mcs51/configure.in: removed the result message
111         * debugger/mcs51/Makefile.in: fixed the config.status warning
112           "... seems to ignore the --datarootdir setting"
113
114 2006-11-03 Maarten Brock <sourceforge.brock AT dse.nl>
115
116         * device/include/mcs51/c8051f020.h,
117         * device/include/mcs51/c8051f040.h,
118         * device/include/mcs51/c8051f060.h,
119         * device/include/mcs51/c8051f120.h: added PS0, fixed bug 1589279
120         * src/z80/gen.c (gencjneshort),
121         * src/z80/peeph.def: applied patch 1571373, thanks Philipp Krause
122
123 2006-10-31 Borut Razem <borut.razem AT siol.net>
124
125         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
126           debugger/mcs51/configure: get readline version
127
128 2006-10-30 Borut Razem <borut.razem AT siol.net>
129
130         * debugger/mcs51/sdcdb.c: replaced hardcoded "/" with DIR_SEPARATOR_STRING
131         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
132           debugger/mcs51/configure: locate readline even when cross compiling
133         * support/scripts/sdcc.nsi: include readline5.dll into the setup package
134
135 2006-10-29 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
136
137         * device/include/mcs51/serial_IO.h: putchar() and getchar() using
138           serial port.
139
140 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
141
142         * device/include/malloc.h,
143         * device/lib/calloc.c,
144         * device/lib/free.c,
145         * device/lib/malloc.c,
146         * device/lib/realloc.c: moved definition of struct into sources
147         * support/regression/tests/malloc.c: use void* for init_dynamic_memory()
148
149 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
150
151         * as/asx8051.dsp: corrected output directories
152         * as/link/hc08: new directory for hc08 linker
153         * as/hc08/aslink.h,             as/link/aslink.h,
154         * as/hc08/aslink.mak,           as/link/hc08/aslink.mak,
155         * as/hc08/clean.mk,             as/link/hc08/clean.mk,
156         * as/hc08/link_hc08.dsp,        as/link/hc08/link_hc08.dsp,
157         * as/hc08/lkaomf51.c,           as/link/hc08/lkaomf51.c,
158         * as/hc08/lkarea.c,             as/link/hc08/lkarea.c,
159         * as/hc08/lkdata.c,             as/link/hc08/lkdata.c,
160         * as/hc08/lkelf.c,              as/link/hc08/lkelf.c,
161         * as/hc08/lkihx.c,              as/link/hc08/lkihx.c,
162         * as/hc08/lklibr.c,             as/link/hc08/lklibr.c,
163         * as/hc08/lkmain.c,             as/link/hc08/lkmain.c,
164         * as/hc08/lkmem.c,              as/link/hc08/lkmem.c,
165         * as/hc08/lkrloc.c,             as/link/hc08/lkrloc.c,
166         * as/hc08/lks19.c,              as/link/hc08/lks19.c,
167         * as/hc08/Makefile.aslink,      as/link/hc08/Makefile.aslink,
168         * as/hc08/Makefile.bcc,         as/link/hc08/Makefile.bcc,
169         * as/hc08/Makefile.in,          as/link/hc08/Makefile.in,
170         * as/link/hc08/conf.mk,
171         * configure,
172         * configure.in,
173         * Makefile.in,
174         * sdcc.dsw: moved hc08 linker to as/link/hc08
175         * as/hc08/lkeval.c,     as/link/mcs51/lkeval.c,     as/link/lkeval.c,
176         * as/hc08/lkhead.c,     as/link/mcs51/lkhead.c,     as/link/lkhead.c,
177         * as/hc08/lklex.c,      as/link/mcs51/lklex.c,      as/link/lklex.c,
178         * as/hc08/lklist.c,     as/link/mcs51/lklist.c,     as/link/lklist.c,
179         * as/hc08/lknoice.c,    as/link/mcs51/lknoice.c,    as/link/lknoice.c,
180         * as/hc08/lksym.c,      as/link/mcs51/lksym.c,      as/link/lksym.c,
181         * as/link/mcs51/aslink.dsp,
182         * as/link/mcs51/Makefile.in: factored out the common files
183         * as/hc08/lkstore.c: deleted, use the one already in as/link/
184         * as/clean.mk: extra cleaning common files
185         * as/link/mcs51/strcmpi.c,      as/strcmpi.c: moved
186         * as/link/mcs51/strcmpi.h: deleted, moved protoype to aslink.h
187         * as/mcs51/asm.h: include sdccconf.h or sdcc_vc.h
188
189 2006-10-29 Raphael Neider <rneider AT web.de>
190
191         * src/pic/ralloc.c (newReg): create aliases for registers with
192           multiple names to fix #1579535 and #1584001,
193           (regWithIdx,dirregWithName): resolve aliases on lookup
194         * src/pic/pcode.c (DoBankSelect): die with error message on failing
195           bankselect
196         * device/lib/pic/libdev/Makefile.in: move pseudo stack down to 0x4f
197           to prevent build errors on small devices
198
199 2006-10-28 Raphael Neider <rneider AT web.de>
200
201         * src/pic/gen.c (genFunction,genCall): drop "same code page"
202           assumption within interrupt handlers, fixes #1584940
203         * src/pic/glue.c (pic14_constructAbsMap): mark absolute symbols as
204           "emitted" to avoid emitting them again in udata
205
206 2006-10-27 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
207
208         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
209         Removed.
210
211 2006-10-26 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
212
213         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
214         Initialize uart only if SM0 and SM1 are zero.  Also, use flag to turn
215         on/off CR to CRLF conversion.
216
217 2006-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
218
219         * doc/sdccman.lyx: updated IRQ section
220
221 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
222
223         * device/lib/serial_io.c: removed
224         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c
225         replacements for serial_io.c
226
227 2006-10-24 Maarten Brock <sourceforge.brock AT dse.nl>
228
229         * src/z80/main.c (_process_pragma, _parseOptions): fixed bug 1583318
230
231 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
232
233         * device/lib/serial_io.c: Default putchar() and getchar() for
234           mcs51 uses serial port.
235
236 2006-10-23 Maarten Brock <sourceforge.brock AT dse.nl>
237
238         * src/mcs51/gen.c (movc): improved check for 0 and 1, see RFE 1582704
239
240 2006-10-23 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
241
242         * support/regression/ports/mcs51/support.c: smaller
243         _sdcc_external_startup()
244         * device/lib/mcs51/crtxclear.asm: don't check high byte of l_PSEG
245
246 2006-10-20 Maarten Brock <sourceforge.brock AT dse.nl>
247
248         * device/lib/gbz80/crt0.s,
249         * device/lib/gbz80/crt0_rle.s,
250         * device/lib/gbz80/div.s,
251         * device/lib/gbz80/fstubs.s,
252         * device/lib/gbz80/heap.s,
253         * device/lib/gbz80/mul.s,
254         * device/lib/gbz80/putchar.s,
255         * device/lib/gbz80/stubs.s,
256         * device/lib/z80/crt0.s,
257         * device/lib/z80/crt0_rle.s,
258         * device/lib/z80/div.s,
259         * device/lib/z80/fstubs.s,
260         * device/lib/z80/heap.s,
261         * device/lib/z80/mul.s,
262         * device/lib/z80/putchar.s,
263         * device/lib/z80/stubs.s: reverted, I was mistaken
264
265 2006-10-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
266
267         * src/mcs51/peeph.def: peephole 238.x added check for notvolatile
268         * support/regression/ports/mcs51/support.c: removed race
269         condition on TI in _putchar allowing to use serial port mode 0
270
271 2006-10-20 Borut Razem <borut.razem AT siol.net>
272
273         * debugger/mcs51/sdcdb.c: replaced isblank() with isspace()
274
275 2006-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
276
277         * device/lib/gbz80/crt0.s,
278         * device/lib/gbz80/crt0_rle.s,
279         * device/lib/gbz80/div.s,
280         * device/lib/gbz80/fstubs.s,
281         * device/lib/gbz80/heap.s,
282         * device/lib/gbz80/mul.s,
283         * device/lib/gbz80/putchar.s,
284         * device/lib/gbz80/stubs.s,
285         * device/lib/z80/crt0.s,
286         * device/lib/z80/crt0_rle.s,
287         * device/lib/z80/div.s,
288         * device/lib/z80/fstubs.s,
289         * device/lib/z80/heap.s,
290         * device/lib/z80/mul.s,
291         * device/lib/z80/putchar.s,
292         * device/lib/z80/stubs.s: removed all leading underscores from area names
293
294 2006-10-17 Maarten Brock <sourceforge.brock AT dse.nl>
295
296         * support/regression/ports/mcs51/support.c: use highest baudrate so the
297           regression tests are not waiting in the simulator for simulated
298           transmission of debug output
299
300 2006-10-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
301
302         * device/lib/printf_large.c: slightly smaller
303         * doc/sdccman.lyx: do not use spaces within html links
304
305 2006-10-16 Borut Razem <borut.razem AT siol.net>
306
307         * configure.in, configure, sdccconf_in.h, src/SDCCglobal,
308           debugger/mcs51/Makefile.in, debugger/mcs51/sdcdb.[ch],
309           debugger/mcs51/aclocal.m4, debugger/mcs51/acinclide.m4,
310           debugger/mcs51/config.h.in, debugger/mcs51/configure.in,
311           debugger/mcs51/configure:
312           [ 1185668 ] add gnu readline support to sdcdb - enabled
313
314 2006-10-16 Raphael Neider <rneider AT web.de>
315
316         * src/pic/pcode.c (BankSelect): another fix on (partial) BANKSELs,
317           fixes #1577882, removes close to all banking optimizations
318
319 2006-10-15 Maarten Brock <sourceforge.brock AT dse.nl>
320
321         * src/SDCCsymt.c (checkSClass): no error for uninitialised absolute
322           variables in code memory
323         * support/regression/tests/absolute.c: added test for this
324
325 2006-10-15 Raphael Neider <rneider AT web.de>
326
327         * src/pic/pcode.c (InsertBankSel): suppress BANKSELs for one bank
328           devices,
329           (BankSelect): emit BANKSEL before touching linker-placed regs,
330           fixes #1570934
331
332 2006-10-10 Raphael Neider <rneider AT web.de>
333
334         * src/SDCCmain.c (optionsTable): accept --stack-size for PICs,
335         * src/pic/device.c (pic14_getSharebankSize,pic14_getSharebankAddress),
336         * src/pic/main.c (_pic14_parseOptions),
337         * src/pic/main.h: mostly reverted to previous state, now use results
338             from SDCCmain.c's argument parsing
339
340 2006-10-10 Borut Razem <borut.razem AT siol.net>
341
342         * debugger/mcs51/break.[ch], debugger/mcs51/cmd.c,
343           debugger/mcs51/sdcdb.[ch], debugger/mcs51/simi.c:
344           [ 1185668 ] add gnu readline support to sdcdb -
345           prepared for READLINE, not enabled yet,
346           thanks to <tal.bav AT gmail.com>
347
348 2006-10-10 Raphael Neider <rneider AT web.de>
349
350         * src/pic16/pcode.c (pic16_pCode2str): use isACCESS_BANK macro
351         * src/pic16/devices.inc,
352         * device/include/pic16 (pic18f[24]620.h),
353         * device/include/pic18fregs.h,
354         * device/lib/pic16/pics.all,
355         * device/lib/pic16/libdev/pic18f[24]{620,525}.c): added support for
356             18f2620, 18f4620, 18f2525, and 18f4525 devices, thanks to
357             Gary Plumbridge and Anton Strobl
358
359 2006-10-10 Raphael Neider <rneider AT web.de>
360
361         * src/pic/main.c (_pic14_parseOptions): added --stack-loc=NUM and
362           --stack-siz=NUM options to configure the argument passing stack
363         * src/pic/main.h: added stackLocation and stackSize to pic14_options_t
364         * src/pic/device.c (mapRegister): catch out-of-memory SIGSEGVs,
365           (pic14_getSharebankSize): obey --stack-siz=NUM,
366           (pic14_getSharebankAddress): obey --stack-loc=NUM
367
368 2006-10-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
369
370         * doc/sdccman.lyx: added to the manual
371         * doc/figures/ddd_example.png: added (neither pdflatex nor
372         most browsers seem to like the .eps file)
373
374 2006-10-06 Bernhard Held <bernhard AT bernhardheld.de>
375
376         * src/SDCCglue.c (tempfileandname): changed un*x tmp search paths
377         to /tmp and /var/tmp acc. LSB
378         * src/SDCCast.c (addCast): Fixed bug 1571231: promote in case of
379         RESULT_TYPE_IFX
380         * support/regression/tests/onebyte.c: added test
381
382 2006-10-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
383
384         * src/mcs51/gen.c: emitcode for "add a,0x%02x" requires only 8 bits.
385
386 2006-10-05 Borut Razem <borut.razem AT siol.net>
387
388         * partially fixed [ 1570701 ] peephole - not replacing code from multiline macros,
389           thanks to dfulab:
390           - sdcc.dsw: changed property eol-style to CRLF
391           - support/scripts/resource.rc: replaced references to "afxres.h" with "winres.h"
392
393 2006-10-04 Raphael Neider <rneider AT web.de>
394
395         * device/include/pic/{pic16f84.h,pic16f84a.h},
396         * device/lib/pic/libdev/{pic16f84.c,pic16f84a.c}: added PORT[AB]_bits
397           from patch #1522504, thanks to Robas Teodor
398
399 2006-10-02 Maarten Brock <sourceforge.brock AT dse.nl>
400
401         * as/link/z80/lkarea.c: essentially reverted lnksect() to #4380 which
402           fixes bug 1566015
403
404 2006-10-01 Maarten Brock <sourceforge.brock AT dse.nl>
405
406         * src/pic16/glue.c (pic16emitMaps),
407         * src/pic/glue.c (pic14emitMaps): hopefully fixed bug 1568779
408         * device/lib/gets.c: fixed bug 1568829,thanks Philipp Krause
409         * device/lib/pic16/libc/string/memcpypgm2ram.c,
410         * device/lib/pic16/libc/string/memcpyram2ram.c: fixed bug 1568836, thanks
411           Philipp Krause
412         * as/mcs51/asmain.c (asmbl, newdot): fixed problems with absolute areas
413         * as/link/mcs51/lkmem.c (summary2): reverted, do do count abs segments
414
415 2006-09-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
416
417         * support/librarian/sdcclib.c: Added option -l.
418         * as/link/mcs51/lkmem.c: don't use absolute segments to compute memory
419           usage totals.
420         * device/lib/make51lib.bat: added.  Allows building mcs51 libraries easily
421           using Windows command prompt.
422
423 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
424
425         * device/lib/libsdcc.lib: added module rand
426         * src/ds390/ralloc.c (rematStr),
427         * src/hc08/ralloc.c (rematStr),
428         * src/mcs51/ralloc.c (rematStr),
429         * src/z80/ralloc.c (rematStr): made output more consistent
430         * src/mcs51/gen.c: cosmetic changes
431
432 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
433
434         * src/port.h: added mem.cabs_name to PORT
435         * src/ds390/main.c,
436         * src/hc08/main.c,
437         * src/mcs51/main.c,
438         * src/pic16/main.c,
439         * src/pic/main.c,
440         * src/xa51/main.c,
441         * src/z80/main.c: added cabs_name initializers
442         * src/SDCCglue.c (emitStaticSeg): allocate and initialize absolute
443           constants
444           (emitMaps): emit absolutes in code memory into cabs_name
445         * src/SDCCmem.c,
446         * src/SDCCmem.h: added memory map c_abs and defined CABS_NAME
447         * src/ds390/gen.c (genCodePointerGet): fixed bug if left is a literal
448         * support/regression/fwk/include/testfwk.h: added define for at
449         * support/regression/tests/absolute.c: added, new
450
451 2006-09-29 Maarten Brock <sourceforge.brock AT dse.nl>
452
453         * src/mcs51/gen.c (genPlusIncr, genMinusDec, genAddrOf): small
454           optimizations, see also patch 887161 by Stas Sergeev
455         * src/mcs51/peeph.def(104, 207, 209, 212): disabled as they do not seem
456           to be necessary anymore,
457           (102, 103, 104, 127): renamed all occurances of bp to _bp
458
459 2006-09-27 Maarten Brock <sourceforge.brock AT dse.nl>
460
461         * device/include/mcs51/at89c51snd1c.h: fixed MSK_SREQ definition
462           thanks Weston T. Schmidt for patch 1555221
463         * src/mcs51/peeph.def: renamed rule 257 to 257.a, added 257.b
464         * src/SDCCicode.c(geniCodeMultiply): small optimization
465
466 2006-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
467
468         * device/include/stdlib.h: added rand prototypes
469         * device/lib/rand.c: new, added
470         * device/lib/Makefile.in: added rand.c
471         * src/z80/peeph.def,
472         * src/z80/peeph-gbz80.def,
473         * src/z80/peeph-z80.def: updated conditonals, fixed bug 1565908
474
475 2006-09-20 Raphael Neider <rneider AT web.de>
476
477         * device/lib/pic16/libio/i2c/i2cnack.c (i2c_nack): fixed ACKDT bit
478
479 2006-09-19 Maarten Brock <sourceforge.brock AT dse.nl>
480
481         * as/link/aslink.h: cosmetic changes
482         * as/link/mcs51/Makefile.in,
483         * as/link/z80/Makefile.in: fixed build on CF where VPATH is used
484
485 2006-09-17 Maarten Brock <sourceforge.brock AT dse.nl>
486
487         * as/link/aslink.h,
488         * as/link/mcs51/aslink.h,
489         * as/link/z80/aslink.h: merged and moved to as/link/
490         * as/link/lkstore.c,
491         * as/link/mcs51/lkstore.c: moved to as/link/
492         * as/link/clean.mk: remove *.o
493         * as/link/mcs51/alloc.h: deleted
494         * as/link/mcs51/lkarea.c: added lnksect prototype
495         * as/link/mcs51/lkdata.c,
496         * as/link/mcs51/lklex.c,
497         * as/link/mcs51/lkmain.c: renamed as_getline to lk_getline
498         * as/link/mcs51/lkmem.c,
499         * as/link/mcs51/lknoice.c: removed include strcmpi.h
500         * as/link/mcs51/lksym.c: include stdlib.h instead of malloc.h or alloc.h
501         * as/link/mcs51/aslink.dsp,
502         * as/link/mcs51/Makefile.aslink,
503         * as/link/mcs51/Makefile.bcc,
504         * as/link/mcs51/Makefile.in: updated for moved files
505         * as/link/z80/lkarea.c,
506         * as/link/z80/lkhead.c,
507         * as/link/z80/lklex.c,
508         * as/link/z80/lklibr.c,
509         * as/link/z80/lklist.c,
510         * as/link/z80/lkmain.c,
511         * as/link/z80/lkrloc.c,
512         * as/link/z80/lksym.c: synced with mcs51
513         * as/link/z80/lkdata.c,
514         * as/link/z80/lkeval.c,
515         * as/link/z80/lkihx.c,
516         * as/link/z80/lks19.c: cosmetic changes
517         * as/link/z80/Makefile.in,
518         * as/link/z80/linkgbz80.dsp,
519         * as/link/z80/linkz80.dsp: updated for moved files
520
521 2006-09-16 Borut Razem <borut.razem AT siol.net>
522
523         * debugger/mcs51/sdcdb.c: partially fixed
524           [ 1203664 ] sdcdb fails to open files w. two "." periods
525         * debugger/mcs51/simi.c, debugger/mcs51/symtab.c,
526           debugger/mcs51/symtab.h: fixed indenting
527         * configure.in, configure: up to date with latest Maarten's changes
528
529 2006-09-15 Maarten Brock <sourceforge.brock AT dse.nl>
530
531         as/link/mcs51
532         as/aslink.dsp,                  as/link/mcs51/aslink.dsp,
533         as/link/mcs51/aslink.h,         as/mcs51/aslink.h,
534         as/link/mcs51/aslink.mak,       as/mcs51/aslink.mak,
535         as/link/mcs51/lkaomf51.c,       as/mcs51/lkaomf51.c,
536         as/link/mcs51/lkarea.c,         as/mcs51/lkarea.c,
537         as/link/mcs51/lkdata.c,         as/mcs51/lkdata.c,
538         as/link/mcs51/lkeval.c,         as/mcs51/lkeval.c,
539         as/link/mcs51/lkhead.c,         as/mcs51/lkhead.c,
540         as/link/mcs51/lkihx.c,          as/mcs51/lkihx.c,
541         as/link/mcs51/lklex.c,          as/mcs51/lklex.c,
542         as/link/mcs51/lklibr.c,         as/mcs51/lklibr.c,
543         as/link/mcs51/lklist.c,         as/mcs51/lklist.c,
544         as/link/mcs51/lkmain.c,         as/mcs51/lkmain.c,
545         as/link/mcs51/lkmem.c,          as/mcs51/lkmem.c,
546         as/link/mcs51/lknoice.c,        as/mcs51/lknoice.c,
547         as/link/mcs51/lkrloc.c,         as/mcs51/lkrloc.c,
548         as/link/mcs51/lks19.c,          as/mcs51/lks19.c,
549         as/link/mcs51/lkstore.c,        as/mcs51/lkstore.c,
550         as/link/mcs51/lksym.c,          as/mcs51/lksym.c,
551         as/link/mcs51/Makefile.aslink,  as/mcs51/Makefile.aslink,
552         as/link/mcs51/alloc.h,
553         as/link/mcs51/clean.mk,
554         as/link/mcs51/conf.mk,
555         as/link/mcs51/Makefile.bcc,
556         as/link/mcs51/Makefile.in,
557         as/link/mcs51/readme.390,
558         as/link/mcs51/strcmpi.c,
559         as/link/mcs51/strcmpi.h,
560         as/mcs51/clean.mk,
561         as/mcs51/Makefile.bcc,
562         as/mcs51/Makefile.in,
563         configure,
564         Makefile.in,
565         sdcc.dsw: moved mcs51 linker to as/link/mcs51
566
567 2006-09-14 Maarten Brock <sourceforge.brock AT dse.nl>
568
569         * as/link,
570         * as/link/Makefile.in,
571         * as/link/z80/linkgbz80.dsp,
572         * as/link/z80/linkz80.dsp,
573         * configure,
574         * link,
575         * link/clean.mk,
576         * link/Makefile.in,
577         * link/README,
578         * link/z80,
579         * link/z80/aslink.h,
580         * link/z80/clean.mk,
581         * link/z80/conf.mk,
582         * link/z80/linkgbz80.dsp,
583         * link/z80/linkz80.dsp,
584         * link/z80/lkarea.c,
585         * link/z80/lkdata.c,
586         * link/z80/lkeval.c,
587         * link/z80/lkgb.c,
588         * link/z80/lkgg.c,
589         * link/z80/lkhead.c,
590         * link/z80/lkihx.c,
591         * link/z80/lklex.c,
592         * link/z80/lklibr.c,
593         * link/z80/lklist.c,
594         * link/z80/lkmain.c,
595         * link/z80/lkrloc.c,
596         * link/z80/lks19.c,
597         * link/z80/lksym.c,
598         * link/z80/Makefile.in,
599         * Makefile.in,
600         * sdcc.dsw: moved link/ to as/link/
601
602 2006-09-11 Maarten Brock <sourceforge.brock AT dse.nl>
603
604         * as/mcs51/i51mch.c (machine): fixed warning
605
606 2006-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
607
608         * as/mcs51/i51mch.c (machine): S_DJNZ fixed bug 1554318
609
610 2006-09-09 Borut Razem <borut.razem AT siol.net>
611
612         * debugger/mcs51/sdcdb.c, debugger/mcs51/simi.c:
613           sdcdb WIN32 native port
614         * src/clean.mk: fixed
615
616 2006-09-08 Borut Razem <borut.razem AT siol.net>
617
618         * doc/sdccman.lyx: SDCDB and ucSim are available on Win32 platforms.
619
620 2006-09-08 Raphael Neider <rneider AT web.de>
621
622         * src/pic16/main.c (_pic16_linkEdit,pic16_linkCmd),
623         * src/pic/main.c(_pic14_do_link, linkCmd): pass "-w" and "-r"
624             to gplink to disable processor mismatch warning and to allow
625             the use of devices with only aliased (shared) memory banks,
626           (_pic16_genAssemblerPreamble): include pXXX.inc on --mplab-comp
627
628 2006-09-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
629
630         * doc/sdccman.lyx: Some re-formating plus example on using
631           #pragma preproc_asm +/-
632
633 2006-09-07 Borut Razem <borut.razem AT siol.net>
634
635         * support/scripts/sdcc.nsi: added SDCDB executables in a separate
636           section
637
638 2006-09-06 Borut Razem <borut.razem AT siol.net>
639
640         * support/scripts/sdcc.nsi: fixed Error: unterminated string parsing
641           line at sdcc.nsi:153
642         * sdcc/debugger/mcs51/simi.c: argsToCmdLine() fixes
643
644 2006-09-05 Borut Razem <borut.razem AT siol.net>
645
646         * configure.in, configure: support for winsock2
647         * debugger/mcs51/break.h, debugger/mcs51/cmd.c,
648           debugger/mcs51/cmd.h, debugger/mcs51/sdcdb.c,
649           debugger/mcs51/sdcdb.h, debugger/mcs51/simi.c,
650           debugger/mcs51/simi.h, debugger/mcs51/symtab.c,
651           debugger/mcs51/symtab.h: sdcdb WIN32 native port
652
653 2006-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
654
655         * src/SDCCopt.c (cnvToFcall): fixed bug 1551947 by updating OP_USES
656           and OP_DEFS
657         * support/regression/tests/bug1551947.c: new, added
658         * src/SDCCsymt.h: strings are char* not byte*
659
660 2006-09-05 Raphael Neider <rneider AT web.de>
661
662         * device/lib/pic16/libdev/pic18f4550.c,
663           device/include/pic16/pic18f4550.h: added PORTD/TRISD
664             declarations/definitions from patch #1520949
665
666 2006-09-05 Raphael Neider <rneider AT web.de>
667
668         * src/pic16/gen.c (genPackBits): fix assignment to 8-bit,
669           byte-aligned bitfields, fixes #1539278
670
671 2006-09-05 Raphael Neider <rneider AT web.de>
672
673         * src/pic/gen.c (genReceive): skip unreferenced arguments,
674           fixes #1544120
675
676 2006-09-04 Borut Razem <borut.razem AT siol.net>
677
678         * support/scripts/sdcc.nsi: move ucSim executables to a separate section
679         * support/scripts/sdcc_cygwin_mingw32: don't disable ucsim,
680           -mno-cygwin is a part of the compiler name
681         * support/scripts/sdcc_mingw32: don't disable ucsim
682
683 2006-09-03 Borut Razem <borut.razem AT siol.net>
684
685         * sdcc.spec: corrected for 2.6.0. Thanks to Christer Weinigel.
686         * device/lib/Makefile.in device/lib/clean.mk: small but essential corrections
687
688 2006-09-03 Raphael Neider <rneider AT web.de>
689
690         * src/pic/ralloc.c,
691         * src/pic/pcode.c (InitReuseRegs): allocate registers with pseudo
692           indices >= 0x1000 to disambiguate them from fixed regs __at(addr),
693           fixes #1550049
694
695 2006-09-01 Borut Razem <borut.razem AT siol.net>
696
697         * sim/ucsim/cmd.src/cmdutil.cc: #include <sys/time.h> and <unistd.h>
698           to make ppc-osx happy
699
700 2006-08-31 Borut Razem <borut.razem AT siol.net>
701
702         * sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
703         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
704         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
705         * support/regression/ports/ds390/spec.mk,
706           support/regression/ports/mcs51/spec.mk,
707           support/regression/ports/xa51/spec.mk: introduced DEV_NULL variable.
708           To run regression tests in mingw environment:
709           make DEV_NULL=NUL CC=gcc
710
711 2006-08-30 Borut Razem <borut.razem AT siol.net>
712
713         * sim/ucsim/cmd.src/newcmdposix.cc, sim/ucsim/cmd.src/newcmdposixcl.h,
714           sim/ucsim/cmd.src/newcmdwin32.cc, sim/ucsim/cmd.src/newcmdwin32cl.h,
715           sim/ucsim/app.cc, sim/ucsim/appcl.h, sim/ucsim/configure,
716           sim/ucsim/configure.in, sim/ucsim/ddconfig_in.h, sim/ucsim/error.cc,
717           sim/ucsim/errorcl.h, sim/ucsim/option.cc, sim/ucsim/optioncl.h,
718           sim/ucsim/utils.cc, sim/ucsim/utils.h, sim/ucsim/cmd.src/Makefile.in,
719           sim/ucsim/avr.src/avr.cc, sim/ucsim/avr.src/avrcl.h,
720           sim/ucsim/cmd.src/bp.cc, sim/ucsim/cmd.src/bpcl.h,
721           sim/ucsim/cmd.src/cmdconf.cc, sim/ucsim/cmd.src/cmdgui.cc,
722           sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/cmdset.cc,
723           sim/ucsim/cmd.src/cmdsetcl.h, sim/ucsim/cmd.src/cmdstat.cc,
724           sim/ucsim/cmd.src/cmduc.cc, sim/ucsim/cmd.src/cmduccl.h,
725           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
726           sim/ucsim/cmd.src/command.cc, sim/ucsim/cmd.src/commandcl.h,
727           sim/ucsim/cmd.src/get.cc, sim/ucsim/cmd.src/getcl.h,
728           sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/newcmd.cc,
729           sim/ucsim/cmd.src/newcmdcl.h, sim/ucsim/cmd.src/set.cc,
730           sim/ucsim/cmd.src/show.cc, sim/ucsim/cmd.src/timer.cc,
731           sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
732           sim/ucsim/s51.src/Makefile.in, sim/ucsim/s51.src/interrupt.cc,
733           sim/ucsim/s51.src/interruptcl.h, sim/ucsim/s51.src/pca.cc,
734           sim/ucsim/s51.src/pcacl.h, sim/ucsim/s51.src/port.cc,
735           sim/ucsim/s51.src/portcl.h, sim/ucsim/s51.src/serial.cc,
736           sim/ucsim/s51.src/serialcl.h, sim/ucsim/s51.src/timer0.cc,
737           sim/ucsim/s51.src/timer0cl.h, sim/ucsim/s51.src/timer1.cc,
738           sim/ucsim/s51.src/timer1cl.h, sim/ucsim/s51.src/timer2.cc,
739           sim/ucsim/s51.src/timer2cl.h, sim/ucsim/s51.src/uc390.cc,
740           sim/ucsim/s51.src/uc390cl.h, sim/ucsim/s51.src/uc390hw.cc,
741           sim/ucsim/s51.src/uc390hwcl.h, sim/ucsim/s51.src/uc51.cc,
742           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/wdt.cc,
743           sim/ucsim/s51.src/wdtcl.h, sim/ucsim/sim.src/hw.cc,
744           sim/ucsim/sim.src/hwcl.h, sim/ucsim/sim.src/mem.cc,
745           sim/ucsim/sim.src/memcl.h, sim/ucsim/sim.src/obsolete.cc,
746           sim/ucsim/sim.src/obsolete.h, sim/ucsim/sim.src/sim.cc,
747           sim/ucsim/sim.src/simcl.h, sim/ucsim/sim.src/stack.cc,
748           sim/ucsim/sim.src/stackcl.h, sim/ucsim/sim.src/test_mem_speed.cc,
749           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
750           sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
751           sim/ucsim/z80.src/z80.cc, sim/ucsim/z80.src/z80cl.h:
752           ucsim WIN32 native port
753
754 2006-08-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
755
756         * doc/sdccman.lyx: added note on dynamic memory heap initialization
757
758 2006-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
759
760         * src/mcs51/gen.c (genAnd, genOr, genXor): fixed bug 1546986
761         * src/ds390/gen.c (aopGetUsesAcc): handle AOP_DPTR2 and AOP_DPTRn too
762
763 2006-08-26 Maarten Brock <sourceforge.brock AT dse.nl>
764
765         * src/ds390/gen.c (genAnd, genOr, genXor): fixed bug 1546986
766         * support/regression/tests/bug1546986.c: new, added
767         * as/mcs51/.cvsignore,
768         * debugger/mcs51/.cvsignore,
769         * src/.cvsignore: deleted
770
771 2006-08-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
772
773         * device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit
774           definitions)
775
776 2006-08-20 Borut Razem <borut.razem AT siol.net>
777
778         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
779           removed cl_listen_console::match(), cl_console::match(),
780           restructured cl_commander::proc_input()
781
782 2006-08-16 Borut Razem <borut.razem AT siol.net>
783
784         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h,
785           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
786           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/uc.cc: code cleaning
787
788 2006-08-14 Borut Razem <borut.razem AT siol.net>
789
790         * support/regression/Makefile.in,
791           support/regression/ports/pic14/gpsim.cmd,
792           support/regression/ports/pic14/spec.mk,
793           support/regression/ports/pic14/support.c:
794           added pic14 regression test
795
796 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
797
798         * as/doc/asxhtm.html: documented changed ABS behaviour
799         * as/doc/README: fixed some typos
800
801 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
802
803         * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
804           not defined on host
805
806 2006-08-12 Borut Razem <borut.razem AT siol.net>
807
808         * support/regression/fwk/include/testfwk.h,
809           support/regression/fwk/lib/testfwk.c,
810           support/regression/generate-cases.py,
811           support/regression/Makefile.in:
812           regression test framework does not depend on function pointers and
813           variable arguments
814
815 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
816
817         * device/include/stddef.h: c temporary hack to fix bug 1518273
818
819 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
820
821         * device/include/mcs51/cc2510fx.h: added
822         * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
823           to projects.
824
825 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
826
827         * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
828         * as/z80/Makefile.in: added strcmpi.c
829         * as/z80/z80adr.c: added upper case registers and lower case conditionals
830         * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
831
832 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
833
834         * device/lib/gbz80/asm_strings.s,
835         * device/lib/gbz80/crt0_rle.s,
836         * device/lib/gbz80/div.s,
837         * device/lib/gbz80/mul.s,
838         * device/lib/gbz80/shift.s,
839         * device/lib/z80/asm_strings.s,
840         * device/lib/z80/crt0_rle.s,
841         * device/lib/z80/div.s,
842         * device/lib/z80/mul.s,
843         * device/lib/z80/shift.s: changed to all lower case menmonics except the
844           flags which are all upper case
845
846 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
847
848         * as/z80/asm.h: made CASE_SENSITIVE 1
849         * link/z80/aslink.h: made CASE_SENSITIVE 1
850         * src/z80/gen.c (throughout): made all conditionals upper case
851         * support/regression/tests/bug1503067.c: new
852
853 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
854
855         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
856           (shiftIntoPair): added case 2 for PAIR_IY,
857           (setupToPreserveCarry): replaced parameters with iCode and check if
858            PAIR_DE is in use to fix bug 1399290,
859           (genPlus, genMinus): updated call to setupToPreserveCarry
860         * support/regression/tests/bug1399290.c: new
861
862 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
863
864         * device/lib/Makefile.in (Z80SOURCES): enabled float support
865         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
866         * src/ds390/gen.c (shiftRLong),
867         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
868         * src/mcs51/gen.c (sameReg): changed to sameByte,
869           (xch_a_aopGet): new,
870           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
871            shiftRLong): fixed bug 1533966
872         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
873           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
874         * support/regression/Makefile.in: disabled z80, enabled ucz80
875         * support/regression/tests/float_trans.c: enabled test for z80 and host
876         * support/regression/tests/shifts2.c: new, for testing bug 1533966
877
878 2006-08-01 Borut Razem <borut.razem AT siol.net>
879
880         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
881           comparison is always false due to limited range of data type
882           on PPC64 machine (openpower-linux1) where "char = unsigned char"
883
884 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
885
886         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
887         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
888         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
889         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
890
891 2006-07-31 Borut Razem <borut.razem AT siol.net>
892
893         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
894           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
895           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
896           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
897           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
898           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
899           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
900           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
901           enable ucsim mingw compilation. Serial port is disabled,
902           since it uses termios.h API, which is not available on native
903           WIN32
904
905 2006-07-31 Borut Razem <borut.razem AT siol.net>
906
907         * Small Device C Compiler 2.6.0 released
908         * support/scripts/sdcc.nsi: added FULL_DOC option
909         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
910
911 2006-07-28 Borut Razem <borut.razem AT siol.net>
912
913         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
914         * doc/INSTALL.txt: updated
915
916 2006-07-27 Borut Razem <borut.razem AT siol.net>
917
918         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
919           device/lib/pic/libdev/Makefile.in: fixed bug
920           [ 1438354 ] pic libsdcc: distclean doesn't work
921         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
922           device/lib/pic16/libio/Makefile.in: fixed bug
923           [ 1438344 ] pic16 lib: clean doesn't work properly
924         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
925
926 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
927
928         * device/lib/pic/libsdcc/fsdiv.c,
929         * device/lib/pic/libsdcc/fsmul.c,
930         * device/lib/pic16/libsdcc/float/fsdiv.c,
931         * device/lib/pic16/libsdcc/float/fsmul.c,
932         * device/lib/_fsdiv.c,
933         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
934         * support/regression/tests/bug1520966.c: added
935         * doc/knownbugs.html: removed [ 1520966 ] from the list
936
937 2006-07-25 Borut Razem <borut.razem AT siol.net>
938
939         * configure.in, configure, sdccconf_in.h: fixed bug
940           [ 1519095 ] regression test onebyte.c fails on ppc64 host
941         * doc/knownbugs.html: removed [ 1519095 ] from the list
942
943 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
944
945         * doc/knownbugs.html: added, contains list of known bugs at release
946         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
947
948 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
949
950         * device/include/mcs51/compiler.h: added SFRX for xdata based special
951           function registers and corrected defaults with additional warning
952         * device/lib/malloc.c: cosmetic changes
953         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
954         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
955           (fillGaps): and used it
956
957 2006-07-20 Raphael Neider <rneider AT web.de>
958
959         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
960           output unless SDCCPICDEBUG is set
961         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
962           output if SILENT is set
963
964 2006-07-11 Borut Razem <borut.razem AT siol.net>
965
966         * doc/README.txt: updated
967
968 2006-07-10 Borut Razem <borut.razem AT siol.net>
969
970         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
971           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
972           in WIN32 installation
973         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
974           release candidate 1
975
976 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
977
978         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
979         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
980
981 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
982
983         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
984
985 2006-07-06 Borut Razem <borut.razem AT siol.net>
986
987         * support/regression/tests/bitfields.c:
988           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
989         * support/regression/tests/constantRange.c:
990           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
991
992 2006-07-04 Borut Razem <borut.razem AT siol.net>
993
994         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
995           src/port.mk,
996           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
997           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
998           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
999           reverted changes from 2006-07-03
1000         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
1001         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
1002           added CPPFLAGS, used by the host port
1003
1004 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
1005
1006         * support/regression/valdiag/tests/switch.c,
1007         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
1008         * support/regression/tests/libmullong.c: fixed for host
1009         * support/regression/ports/host/spec.mk: disable all warnings for host,
1010         SDCC runs with --less-pedantic too
1011
1012 2006-07-03 Borut Razem <borut.razem AT siol.net>
1013
1014         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
1015           defined CPPFLAGS
1016         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
1017         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
1018           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
1019           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
1020           include ../port.mk
1021         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
1022           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1023           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
1024           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
1025
1026 2006-07-02 Raphael Neider <rneider AT web.de>
1027
1028         * src/pic16/devices.inc,
1029         * device/include/pic16/pic18fregs.h,
1030         * device/include/pic16/pic18f4550.h,
1031         * device/lib/pic16/pics.all,
1032         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
1033
1034 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
1035
1036         * as/hc08/lkaomf51.c (OutputName),
1037         * as/mcs51/lkaomf51.c (OutputName),
1038         * as/z80/asmain.c (asmbl),
1039         * src/ds390/main.c (asmLineNodeFromLineNode),
1040         * src/hc08/ralloc.c (hc08_assignRegisters),
1041         * src/mcs51/main.c (asmLineNodeFromLineNode),
1042         * src/xa51/ralloc.c (checkRegMask),
1043         * src/xa51/gen.c (emitcode),
1044         * src/z80/gen.c (_emit2),
1045         * src/SDCCast.c (searchLitOp),
1046         * src/SDCCglobl.h,
1047         * support/packihx/packihx.c,
1048         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
1049         * src/ds390/gen.c (aopPutUsesAcc),
1050         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
1051         * support/regression/tests/libmullong.c (mullong_wrapper),
1052         * src/SDCCsymt.c (powof2),
1053         * src/SDCCast.c,
1054         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
1055         * src/SDCCsymt.h: added TYPE_TARGET_*
1056         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
1057         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
1058         SDCCast because 1) header problems 2) this is the right place
1059         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
1060         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
1061         prototype
1062
1063 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
1064
1065         * src/SDCCicode.h: removed buggy semicolon in unused macro
1066         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
1067         search for previous definiton of auto symbols too,
1068         (findPrevUse): fixed logic of emitWarnings
1069
1070 2006-06-26 Raphael Neider <rneider AT web.de>
1071
1072         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
1073           PCLATH and PCLATU on interrupts, potentially fixes #1505141
1074
1075 2006-06-25 Raphael Neider <rneider AT web.de>
1076
1077         * device/lib/pic/libm: NEW, added math library functions
1078         * device/lib/pic/libsdcc: NEW; added float support functions
1079         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
1080         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
1081           NEW, added math related headers
1082         * device/include/asm/pic/features.h: NEW
1083         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
1084           (popGet): allow larger offsets for AOP_PCODE,
1085           (genDataPointerSet): handle literals explicitly, more debug output,
1086           (genAssign): fixed for float using aopLiteral ;-)
1087         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
1088           GOTO initialisation routine
1089         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
1090           flag on registers, fixes #1469043 (local variables do not work)
1091         * src/pic/main.c (_pic14_do_link),
1092         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
1093           available
1094
1095 2006-06-25 Borut Razem <borut.razem AT siol.net>
1096
1097         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
1098           characters printed (not including the trailing '\0' used to end
1099           output to strings). Problem detected in regression test bug-927659.c.
1100           NOTE: printf() family functions should return int instead
1101           unsigned int!
1102         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
1103           specifier are printed as themselves
1104         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
1105           support flags, width and precision specifiers
1106
1107 2006-06-24 Borut Razem <borut.razem AT siol.net>
1108
1109         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
1110           to the list of sdcc tagrets not supporting bit type
1111         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
1112           testfor pic16 due to bug:
1113           [ 1511794 ] pic16: regression test bug-895992.c fails
1114
1115 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
1116
1117         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
1118         * src/SDCCglue.c (initPointer), fixed bug 1496419
1119         * support/regression/tests/bug1496419.c: new, added
1120
1121 2006-06-22 Borut Razem <borut.razem AT siol.net>
1122
1123         * support/regression/ports/pic16/support.c: use gpsim usart module from
1124           libgpsim_modules library
1125
1126 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1127
1128         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
1129         IP0H to IPH0.
1130
1131 2006-06-19 Raphael Neider <rneider AT web.de>
1132
1133         * src/pic/glue.h,src/pic16/glue.h: added prototypes
1134         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
1135           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
1136           (pic14printExterns,pic14printPublics,pic16printPublics,
1137           pic16_printExterns): use new functions to emit symbols
1138           (picglue,pic16glue): emit publics before emitting externs
1139         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
1140           locally defined functions to avoid bug #1443651
1141         * support/regression/tests/bug-716242.c: removed pic16 workaround
1142         * support/regression/ports/pic16/spec.mk: ignore errors during build
1143
1144 2006-06-19 Raphael Neider <rneider AT web.de>
1145
1146         * src/pic/glue.h: added pic14aopLiteral prototype
1147         * src/pic/glue.c (pic14aopLiteral): return unsigned int
1148         * src/pic/gen.c: removed stdint.h dependency
1149           (aopGet): use Safe_strdup()
1150           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
1151           (genDataPointerSet): use pic14aopLiteral()
1152         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
1153           for pic16; thanks to Bernhard and Maarten
1154
1155 2006-06-18 Borut Razem <borut.razem AT siol.net>
1156
1157         * support/regression/tests/structflexarray.c: flexible array members
1158           not supported by gcc < 3
1159         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
1160           GUI tool by default
1161         * src/pic/gen.c: don't include [p]strdin.h on solaris
1162         * support/Util/pstdint.h: addad svn attributes
1163         * support/regression/tests/constantRange.c,
1164           support/regression/tests/rotate.c: include inttypes.h instead
1165           stdint.h on solaris, addad svn attributes
1166
1167 2006-06-18 Raphael Neider <rneider AT web.de>
1168
1169         * src/SDCCsymt.c (initCSupport): change return type of divschar to
1170           int for PIC16
1171         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
1172           (pic16_genMinusBits): simplified sign-extension
1173           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
1174             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
1175             adjusted to correctly handle mixed-signed operands, disabled
1176             now unused multiplciation routines
1177         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
1178           (assignResultValue): added argument denoting the size of the result
1179             as returned by the function (fixes upcasts in assigning from
1180             function calls: char foo(); int i = foo();)
1181           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
1182             function result to assignResultValue
1183           (genMult): disabled inlined multiplication code
1184           (genDiv): augmented to also handle the modulus operator, fixed to
1185             handle mixed-signed operands correctly
1186           (genMod): simply call genDiv, disabled unused code
1187           (genAssign): fixed missing (sign-)extension on result
1188         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
1189             valid char operands, allow signed operands for native code, added
1190             division and modulo operator handling
1191         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
1192
1193         As a consequence, onebyte.c (if split into two files) and muldiv.c
1194         pass regression tests.
1195
1196 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1197
1198         * doc/Makefile.in: two runs of makeindex seem needed to get
1199         correct page references in the index of sdccman.pdf
1200         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
1201
1202 2006-06-17 Borut Razem <borut.razem AT siol.net>
1203
1204         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
1205
1206 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1207
1208         * doc/sdccman.lyx: updated, added (porting source code, debugging),
1209         mentioned ec2drv and paulmon
1210
1211 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
1212
1213         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
1214           consecutive abs areas
1215           (find_empty_space, allocate_space): added map to handle codemap or
1216            xdatamap,
1217           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
1218            absolute idata and xdata
1219         * as/mcs51/lkmem.c (summary2): updated legend
1220
1221 2006-06-16 Raphael Neider <rneider AT web.de>
1222
1223         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
1224
1225 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
1226
1227         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
1228           1208515
1229         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
1230
1231 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
1232
1233         * src/port.h (struct PORT): added field gp_tags, to hold the tag
1234         value of generic pointers,
1235         * src/avr/main.c,
1236           src/ds390/main.c,
1237           src/hc08/main.c,
1238           src/izt/i186.c,
1239           src/izt/tlcs900h.c,
1240           src/mcs51/main.c,
1241           src/pic/main.c,
1242           src/pic16/main.c,
1243           src/xa51/main.c,
1244           src/z80/main.c: PORT structure, added elements for gp_tags field,
1245         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
1246         fields in the PORT structure of each port,
1247         * src/SDCCast.c (decorateType): allow processing of generic pointers
1248         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
1249         S_FIXED symbols
1250
1251 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
1252
1253         * link/z80/lkgb.c,
1254         * link/z80/lkgg.c,
1255         * src/pic16/gen.c,
1256         * src/pic16/main.c,
1257         * src/pic16/pcode.c,
1258         * src/pic/main.c,
1259         * src/pic/pcoderegs.c,
1260         * src/SDCCicode.c,
1261         * src/SDCCmain.c,
1262         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
1263           bug 1504689 on minGW
1264
1265 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1266
1267         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
1268
1269 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
1270
1271         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
1272
1273 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
1274
1275         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
1276           for optimization
1277
1278 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
1279
1280         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
1281         to a char variable. Fixed bug #1504211
1282         * device/include/pic16/adc.h,
1283         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
1284         and fixed bug #1364390
1285
1286 2006-06-10 Borut Razem <borut.razem AT siol.net>
1287
1288         * CVSROOT: removed the CVS left-over
1289
1290 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
1291
1292         * as/hc08/asmain.c (asexit),
1293         * as/hc08/lkmain.c (lkexit),
1294         * as/mcs51/asmain.c (asexit),
1295         * as/mcs51/lkmain.c (lkexit),
1296         * src/SDCCglue.c (DEFSETFUNC),
1297         * src/SDCCmain.c (linkEdit, assemble),
1298         * support/librarian/sdcclib.c (AddRel),
1299           replaced unlink() by standard C remove()
1300         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
1301         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
1302           gatherImplicitVariables): new, added to fix bug 608752,
1303           (createFunction): added gatherImplicitVariables()
1304         * src/SDCCast.h: added createRMW prototype
1305         * src/SDCCsymt.h (struct symbol): added infertype
1306         * support/regression/tests/bug608752.c: new, added
1307
1308 2006-06-10 Raphael Neider <rneider AT web.de>
1309
1310         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
1311           multibyte dummy reads (fixes #1503234)
1312
1313 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
1314
1315         * device/include/mcs51/compiler.h: new, added header file to enable
1316           creating common sfr definition header files for different compilers
1317
1318 2006-06-05 Raphael Neider <rneider AT web.de>
1319
1320         * src/pic16/{pcode.h,genarith.c}:
1321           introduced pCodeOp combining any two pCodeOps (previously only
1322           two register operands could be combined), removed pcop2 from
1323           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
1324         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
1325         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
1326           rewritten to use new PO_TWO_OPS
1327         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
1328         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
1329           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
1330           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
1331           (pic16_get_op): embraced return arg to allow #define return(x),
1332             added new case for combined opcodes
1333           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
1334           (pic16_pCode2str,pic16_getRegFrompCodeOp,
1335            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
1336
1337 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
1338
1339         * src/SDCCval.c (checkConstantRange): added
1340         * src/SDCCval.h: added checkConstantRange
1341         * support/Util/SDCCerr.c,
1342         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
1343         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
1344         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
1345         * src/SDCCast.c (decorateType): added checkConstantRange,
1346         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
1347         can be emitted with the correct always true/false warning,
1348         added optimization for double '!';
1349         result of decorateType() must be assigned back to the tree, because
1350         decorateType() can change the tree
1351         * src/SDCCicode.c (geniCodeLogic),
1352         (geniCodeAssign): replaced new checkConstantRange, added warnings,
1353         (checkConstantRange): removed, it was only a fragment which never
1354         emitted a warning
1355         * src/SDCCsymt.c (computeType): fixed promotion for
1356         "-1 < (unsigned bit) b"
1357         * src/pic/ralloc.c (packRegsForAssign),
1358         * src/pic16/ralloc.c (packRegsForAssign),
1359         * src/hc08/ralloc.c (packRegsForAssign),
1360         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
1361         from mcs51
1362         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
1363         * support/regression/tests/constantRange.c: added
1364         * support/valdiag/tests/constantRange.c: added
1365         * support/valdiag/valdiag.py: added -DPORT_HOST=1
1366
1367 2006-06-02 Borut Razem <borut.razem AT siol.net>
1368
1369         * support/regression/ports/pic16/support.c: increase stack size
1370           to 255 bytes
1371         * support/regression/Makefile.in: sort tests by name so that the
1372           resutlts can be compared on different machines / platforms
1373
1374 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
1375
1376         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
1377         * src/ds390/gen.c (emitLabel): new, added,
1378           (genDjnz): fixed stack overflow bug,
1379           (throughout): cosmetic changes to sync with mcs51/gen.c,
1380           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
1381         * src/mcs51/gen.c (genEndFunction): small optimization,
1382           (throughout): cosmetic changes to sync with ds390/gen.c
1383
1384 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
1385
1386         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
1387           (_print_format): fixed printing pointers
1388         * src/mcs51/gen.c (emitLabel, movb): new, added,
1389           (genAssign): small optimization,
1390           (genDjnz): fixed stack overflow bug,
1391           (throughout): replaced sprintf with SNPRINTF,
1392           replaced mcs51_regWithIdx with REG_WITH_INDEX,
1393           replaced emitcode("mov", "b,...") with MOVB(...),
1394           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
1395           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
1396         * src/mcs51/peeph.def: added rules 140 and 264
1397         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
1398           so they may get optimized into registers
1399
1400 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
1401
1402         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
1403           immediately when encountered,
1404           (printUsage): always use stderr even on windows
1405
1406 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
1407
1408         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
1409         (processParms): fixed bug #1247551
1410         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
1411         parseCmdLine, main): print '--version' to stdout,
1412         print 'help' to stdout if --help is given,
1413         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
1414         arguments are given; fixed --help
1415
1416 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
1417
1418         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
1419         * support/regression/tests/bug-1493710.c: added
1420
1421 2006-05-27 Borut Razem <borut.razem AT siol.net>
1422
1423         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
1424           static instead auto
1425         * support/regression/ports/pic16/support.c: increase stack size
1426           from default 64 bytes to 128 bytes
1427         * support/regression/tests/staticinit.c,
1428           support/regression/tests/float.c: regression tests fully enabled
1429           for pic16 port by putting the initialized data arrays into the code
1430           section
1431         * support/regression/ports/pic16/spec.mk: don't link default libraries.
1432           This was changed by mistake in the previous version.
1433
1434 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
1435
1436         * src/pic16/gen.c (genFunction, genEndFunction): some
1437         beautifications, fixed bug with falsely restoring FSR2 in large
1438         stack model, thanks to Beau E. Cox for reporting the bug
1439
1440 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1441
1442         * debugger/mcs51/break.c,
1443         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
1444           use %p to print pointers, made address variables unsigned
1445         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
1446         * debugger/mcs51/symtab.c (parseSymbol): must return something
1447         * src/mcs51/gen.c (aopForSym): small optimization,
1448            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
1449           (freeAsmop): added missing break,
1450           (aopPut): removed parameter bvolatile, determine it inside the function,
1451           (saveRegisters, unsaveRegisters): small optimization,
1452           (genIpush): removed pointless check,
1453           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
1454           replaced sprintf with SNPRINTF,
1455           replaced strcpy with strncpyz,
1456           updated aopPut calls,
1457           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
1458         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
1459
1460 2006-05-24 Borut Razem <borut.razem AT siol.net>
1461
1462         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
1463           modification of test for the pic16 port, put the array to the code
1464           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
1465
1466 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1467
1468         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
1469         * support/Util/pstdint.h: added
1470
1471 2006-05-22 Borut Razem <borut.razem AT siol.net>
1472
1473         * src/regression/Makefile: removed bool2.c test, added -q linker option
1474         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
1475           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
1476           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
1477           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
1478           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
1479           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
1480           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
1481           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
1482           define SUPPORT_BIT_TYPES 0, removed unused bit variables
1483
1484 2006-05-22 Raphael Neider <rneider AT web.de>
1485
1486         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
1487           bug #1492360 (problematic due to generic pointers, see code)
1488
1489 2006-05-22 Borut Razem <borut.razem AT siol.net>
1490
1491         * support/regression/ports/pic16/specs.mk: removed stack size linker
1492           directive
1493         * support/regression/tests/array.c,
1494           support/regression/tests/bitopcse.c,
1495           support/regression/tests/bug-908454.c,
1496           support/regression/tests/malloc.c: modified for pic16 regression test
1497         * support/regression/tests/bitfields.c:
1498           pic16 - excluded bitfileds of size > 8
1499         * support/regression/tests/bp.c: pic16 - reduced data size
1500         * support/regression/tests/bug-221100.c: pic16 - reduced data size
1501         * support/regression/tests/bug-460010.c:
1502           pic16 - used the absolute address the fits in memory
1503         * support/regression/tests/bug-716242.c:
1504           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
1505         * support/regression/tests/float.c:
1506           pic16 - excluded - data size too big
1507         * support/regression/tests/onebyte.c:
1508           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
1509         * support/regression/tests/shifts.c:
1510           pic16 - function names probably have to differ in first X characters
1511           (gpasm limitation?)
1512         * support/regression/tests/staticinit.c:
1513           pic16 - excluded some tests due error: no target memory available for
1514           section ".idata"
1515
1516 2006-05-22 Borut Razem <borut.razem AT siol.net>
1517
1518         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1519           second try. Thanks Stas Sergeev once more.
1520
1521 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1522
1523         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
1524           (genLeftShift, genRightShift): fixed bug 1491627
1525         * src/hc08/peeph.def (rules 7, 8.x): added
1526         * support/regression/tests/shifts.c (ShiftLeftByParam,
1527           ShiftRightByParam, testShiftByParam): added to test variable shifting
1528
1529 2006-05-20 Raphael Neider <rneider AT web.de>
1530
1531         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
1532         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
1533           (allocReg): add only new registers to dynAllocRegs,
1534           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
1535             #1489055, #1445850, and probably #1483693
1536
1537 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
1538
1539         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
1540         bug in for-loop that didn't emit the last of CONFIG and ID registers
1541
1542 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
1543
1544         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
1545           with offset
1546         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
1547           1489016, 1434401 and 1490124
1548         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
1549           1489016, 1434401 and 1490124
1550
1551 2006-05-17 Borut Razem <borut.razem AT siol.net>
1552
1553         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1554           thanks Stas Sergeev
1555
1556 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1557
1558         * device/include/mcs51/P89c51RD2.h,
1559         * device/include/mcs51/P89LPC901.h,
1560         * device/include/mcs51/P89LPC922.h,
1561         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
1562
1563 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1564
1565         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
1566         to fix missing stack pragma in compiled binary object file,
1567
1568 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
1569
1570         * support/packihx/configure.in,
1571         * support/packihx/configure: removed warning, autoconf >= 2.5x can
1572         determine sizeof basic types even while cross compiling
1573
1574 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
1575
1576         * src/avr/gen.c (aopop),
1577         * src/ds390/gen.c (aopOp),
1578         * src/hc08/gen.c (aopOp),
1579         * src/mcs51/gen.c (aopop),
1580         * src/pic16/gen.c (pic16_aopOp),
1581         * src/pic/gen.c (aopOp),
1582         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
1583         if size of operand is smaller than spill location
1584
1585 2006-05-12 Borut Razem <borut.razem AT siol.net>
1586
1587         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
1588           have to have CR/LF line endings even if they are checked out on *nix
1589           or on WIN32 in cygwin binmode
1590
1591 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
1592
1593         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
1594         * device/include/ds80c390.h: added sfr16 definitions
1595         * src/ds390/gen.c,
1596         * src/ds390/gen.h,
1597         * src/ds390/main.c,
1598         * src/ds390/ralloc.c,
1599         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
1600           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
1601           bit returning functions
1602         * support/regression/tests/sfr16.c: enabled test on ds390
1603
1604 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1605
1606         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
1607         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
1608
1609 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
1610
1611         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
1612         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
1613           (cl_address_space constructor): removed expensive initialization,
1614           (cl_address_space::get_cell): extended for late initialization,
1615           (cl_address_space::*): use late initialization,
1616           (cl_address_decoder::activate): removed expensive initialization,
1617           This reduced regression test running time by 25%
1618
1619 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
1620
1621         * packihx/,
1622         * configure.in,
1623         * configure,
1624         * sdcc.dsw,
1625         * Makefile.bcc,
1626         * Makefile.in,
1627         * support/packihx/Makefile.in,
1628         * support/packihx/clean.mk,
1629         * support/packihx/Makefile.bcc,
1630         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
1631
1632 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1633
1634         * src/SDCCval.c (valNot): fix for regression test failure
1635           of not.c on big endian hosts
1636
1637 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1638
1639         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
1640
1641 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1642
1643         * device/lib/mcs51/Makefile.in: changed string comparison operator
1644           to = for POSIX compliance; == is bash extension
1645
1646 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1647
1648         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
1649           kosmonaut_pirx
1650
1651 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
1652
1653         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
1654         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
1655         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
1656         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
1657         bug report #1478657,
1658
1659 2006-05-05 Borut Razem <borut.razem AT siol.net>
1660
1661         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
1662           making the html
1663
1664 2006-05-02 Borut Razem <borut.razem AT siol.net>
1665
1666         * doc/Makefile.in: removed *.ind dependency since there is no rule to
1667           create *.ind, which made make to fail if invoked with -j 2
1668
1669 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
1670
1671         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
1672           Hubert Sack for patch 1479782
1673
1674 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
1675
1676         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
1677
1678 2006-05-01 Raphael Neider <rneider AT web.de>
1679
1680         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
1681           (create_pic): store only prefix-free device name,
1682           (init_pic): check for device names with "16" prefix,
1683           (list_valid_pics),
1684         * src/pic/device.h (struct PIC_device),
1685         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
1686             stored device name,
1687         * device/include/pic/pic12f{635,675,629,683}.h,
1688         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
1689         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
1690         * device/include/pic/pic16f505.h,
1691         * device/lib/pic/libdev/pic16f505.c: removed
1692         * device/include/pic/pic14devices.txt: added support for pic12f
1693             devices, removed unsupported non 16-bit devices
1694             [above changes provided by patch from Zik Saleeba]
1695         * src/pic/*, src/pic16/*, device/include/pic16/*,
1696           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
1697
1698 2006-05-01 Borut Razem <borut.razem AT siol.net>
1699
1700         * configure.in, configure, doc/Makefile.in:
1701           sync with nightly build makefile - latex, dvipdf and dvips
1702           not needed any more
1703
1704 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
1705
1706         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
1707         in the library source
1708
1709 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
1710
1711         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
1712
1713 2006-04-28 Raphael Neider <rneider AT web.de>
1714
1715         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
1716         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
1717           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
1718         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
1719
1720 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
1721
1722         * device/lib/pic/libdev/Makefile.in,
1723         * device/lib/hc08/Makefile.in,
1724         * device/lib/gbz80/Makefile.in,
1725         * device/lib/z80/Makefile.in,
1726         * device/lib/ds390/Makefile.in,
1727         * device/lib/ds400/Makefile.in: added srcdir to include search path,
1728         thanks to Borut for the bug report
1729         * configure.in,
1730         * configure: always create doc/Makefile independent from --enable-doc
1731         * Makefile.in: always install from directory doc independent from
1732         --enable-doc
1733         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
1734         removed
1735         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
1736         * doc/Makefile.in: install *.txt if present
1737         * device/include/Makefile.in (install): added installation of pic/*.inc
1738         and pic/*.txt files again, they were erroneously removed
1739
1740 2006-04-28 Raphael Neider <rneider AT web.de>
1741
1742         * src/pic/{gen.c,main.h,pcode.c},
1743         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
1744             concerning signedness with casts
1745
1746 2006-04-28 Raphael Neider <rneider AT web.de>
1747
1748         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
1749             definition of an interrupt handler,
1750         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
1751             interrupt handler stuff from picglue() to separate routine,
1752           (picglue): enabled definition of intr handlers in files w/o main()
1753
1754 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1755
1756         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
1757           compilation with MSVC 2005 Express Edition (VC8)
1758
1759 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
1760
1761         * device/lib/Makefile: fixed build of gbz80 lib
1762
1763 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1764
1765         * support/regression/tests/bug-460010.c,
1766         * support/regression/tests/bug-524691.c,
1767         * support/regression/tests/bug-716242.c: removed conditional defines
1768           that are already in testfwk.h
1769
1770 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1771
1772         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
1773           (AccAXRsh1): added, shift right by 1,
1774           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
1775            AccAXLrl1
1776         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
1777
1778 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
1779
1780         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
1781         remove cast to same type
1782         * src/SDCCast.c (decorateType): fix for RFE 1475742,
1783         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
1784         * as/z80/Makefile,
1785         * link/z80/Makefile: removed, they have moved to
1786         Makefile.in files
1787         * configure,
1788         * configure.in: replaced duplicate message about ucsim by missing sdcpp
1789         * install-sh: fix bug #1204398 by setting umask 0022
1790         * device/lib/Makefile: separate build of z80 and gbz80 lib
1791
1792 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
1793
1794         Enabled VPATH feature: changed nearly all Makefiles (149 files).
1795         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
1796
1797         One basic decision: e.g. src/clean.mk includes further files. In order
1798         to make this work there are two solutions:
1799         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
1800           run configure on them. This way they can use
1801           'include $(srcdir)/port-clean.mk'
1802         - always include clean.mk by the Makefile at the same level. To avoid
1803           that `make clean` tries to include and build Makefile.dep the
1804           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
1805           implemented, because now even `make uninstall` doesn't create
1806           Makefile.in. clean.mk could be eliminated by pasting it in
1807           Makefile.in.
1808
1809         * debugger/mcs51/Makefile.in: build own objects from library sources
1810         (SLIB, SDCC) in current directory
1811
1812         * configure, configure.in: renamed --disable-device-lib-build in
1813         --disable-device-lib; added --enable-doc, the required tools are
1814         searched by configure; added result message; the toolchain for the
1815         belonging ports are now only built, if the port is enabled.
1816
1817         * support/regression/*: all output is written in directory gen, because
1818         the fwk and ports directories don't livet in the build tree using vpath
1819
1820         * doc/sdccman.lyx: renamed --disable-device-lib-build to
1821         --disable-device-lib, added --enable-doc, added section VPATH
1822
1823         * sim/ucsim/configure.in,
1824         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
1825         z80 are enabled by default
1826
1827 2006-04-24 Raphael Neider <rneider AT web.de>
1828
1829         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
1830             to config word, "pic14_"-prefixed some extern functions
1831           (pic14_emitConfigWord): emit __config directive(s) if assignment to
1832             config word has been found
1833         * src/pic/device.h: added prototypes
1834         * src/pic/pcode.c: added "pic14_"-prefix where needed
1835         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
1836             fixup
1837         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
1838             words,
1839           (pic14emitRegularMap): ignore config words,
1840           (pic14createInterruptVect): moved generating __config directives away
1841           (picglue): have __config directives emitted
1842
1843 2006-04-24 Borut Razem <borut.razem AT siol.net>
1844
1845         * doc/Makefile: sync with nightly build makefile
1846
1847 2006-04-24 Raphael Neider <rneider AT web.de>
1848
1849         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
1850             registers that have not been assigned proper liveranges,
1851             fixes #1469504 and #1474602,
1852           (pCodeRegOptimizeRegUsage): fixed typo in comment
1853
1854 2006-04-24 Borut Razem <borut.razem AT siol.net>
1855
1856         * device/examples/main8051.c: deleted - it was removed from CVS
1857           24.mar.2000 and after that modified 18.feb.2001, so it reappered
1858           after the transition to Subversion
1859         * src/SDCCalloc.h: deleted - it was removed  from CVS
1860           3.feb.2001 and after that modified 18.feb.2001, so it reappered
1861           after the transition to Subversion
1862         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
1863           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
1864           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
1865           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
1866
1867 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
1868
1869         * as/asx8051.dsp: added mcs51/strcmpi.h
1870         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
1871         * as/hc08/aslink.h: updated lnksect prototype
1872         * as/hc08/asm.h,
1873         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
1874         * as/hc08/asmain.c,
1875         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
1876           (newdot): handle A_ABS
1877         * as/hc08/asout.c,
1878         * as/mcs51/asout.c (outarea): output address
1879         * as/hc08/lkaomf51.c,
1880         * as/mcs51/lkaomf51.c: disabled unused array UsageType
1881         * as/hc08/m08pst.c,
1882         * as/mcs51/i51pst.c,
1883         * as/z80/z80pst.c: "ABS" is not A_OVR
1884         * as/hc08/lkarea.c (newarea): read a_addr,
1885           (lnkarea): added codemap array, sort absolute areas to the front,
1886            combine all GSINITx/GSFINAL,
1887           (find_empty_space, allocate_space): new functions,
1888           (lnksect): return next address, handle absolute sections
1889         * as/mcs51/lkarea.c (newarea): read a_addr,
1890           lnksect2 prototype changed,
1891           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
1892           (find_empty_space, allocate_space): new, factored out of lnksect2,
1893           (lnksect2): return next address, handle absolute sections
1894         * as/hc08/lkhead.c,
1895         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
1896         * as/hc08/lklibr.c (addfile, fndsym),
1897         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
1898           index out of range and detect both '\' and '/'
1899         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
1900         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
1901           regression tests (ds390 cannot return bool yet)
1902         * doc/sdccman.lyx: changed version number, document changed --no-peep,
1903           document critical interrupts on z80, document changed SDCC define
1904         * src/asm.c (_asxxxx_mapping): fixed .org directive,
1905           (_a390_mapping): added .org directive
1906         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
1907           (genMultOneByte): fixed warnings
1908         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
1909           ones
1910         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
1911         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
1912           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
1913         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
1914         * src/pic16/main.c: removed newReg prototype
1915         * src/pic16/pcode.c,
1916         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
1917           warnings
1918         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
1919           ones
1920         * src/pic16/ralloc.c
1921         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
1922           to fix warnings
1923         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
1924           from short to PIC_OPTYPE
1925         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
1926         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
1927           optype from short to PIC_OPTYPE
1928         * src/port.h: made int_size unsigned to fix warnings
1929         * src/SDCC.y: fixed warning on MSVC
1930         * src/SDCCicode.c (getArraySizePtr): return unsigned int
1931         * src/SDCCopt.c (convertToFcall): fixed warnings
1932         * src/SDCCsymt.h: removed double prototype for genSymName
1933         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
1934           offset int to fix warnings
1935
1936 2006-04-22 Borut Razem <borut.razem AT siol.net>
1937
1938         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1939           references to CVS replaced with Subversion
1940
1941 2006-04-21 Borut Razem <borut.razem AT siol.net>
1942
1943         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1944           references to CVS replaced with Subversion
1945
1946 2006-04-19 Borut Razem <borut.razem AT siol.net>
1947
1948         * src/version.awk: adapted for svn
1949         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
1950           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
1951           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
1952           /binutils-avr/etc/*.vi, *.jin: removed all properties
1953           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
1954
1955 2006-04-19 Borut Razem <borut.razem AT siol.net>
1956
1957         * CVS to Subversion migration completed
1958
1959 2006-04-18 Borut Razem <borut.razem AT siol.net>
1960
1961         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
1962           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
1963
1964 2006-04-17 Borut Razem <borut.razem AT siol.net>
1965
1966         * device/include/Makefile.in: added pic/*.inc to the installation
1967
1968 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1969
1970         * support/regression/collate-results.py: fixed output in case of
1971         a valdiag error
1972         * support/regression/generate-cases.py: fixed splitting of pathnames
1973         with dots
1974         * as/hc08/lklibr.c (addfile),
1975         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1976
1977 2006-04-11 Raphael Neider <rneider AT web.de>
1978
1979         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1980         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1981         * src/pic16/pcode.c (assignValnums): fixed #1460578
1982
1983 2006-04-11 Raphael Neider <rneider AT web.de>
1984
1985         * device/lib/pic/libdev/*.c,
1986         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1987           fixes #1468739, enables compilation in --std-c99 mode
1988         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1989
1990 2006-04-11 Raphael Neider <rneider AT web.de>
1991
1992         * src/pic/device.c (find_device): removed debug output
1993           (list_valid_pics): enabled verbose listing of supported devices
1994         * device/include/stdbool.h: define bool as char for pic14/16 as well
1995
1996 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1997
1998         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1999
2000 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2001
2002         * .version: bumped version to 2.5.6
2003         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
2004
2005 2006-04-06 Raphael Neider <rneider AT web.de>
2006
2007         * .version: bumped version to 2.5.6 (pic14 ABI changed)
2008         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
2009         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
2010           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
2011             pic14_constructAbsMap
2012           (pic14printPublics): declare absolute global symbols as global
2013           (pic14createInterruptVect),
2014         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
2015           (newReg): assume new registers unused, use correct name in
2016             hashtable (reg->name instead of name), more debugLog output
2017         * src/pic/device.h (PIC_device): added fields for verbose output
2018         * src/pic/device.c: moved device definition to pic14devices.txt,
2019             added routines for runtime parsing of pic14devices.txt,
2020             added support for second config word
2021         * src/pic/main.c (_process_pragma): removed #pragma maxram,
2022           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
2023           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
2024           (_pic14_parseOptions): moved pCodeInitRegisters here
2025           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
2026         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
2027           (pCodeInitRegisters): rewrapped comments, perpared new approach to
2028             handling the pseudo stack
2029         * device/lib/Makefile.in: ignore failures in objects-pic16,
2030         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
2031         * device/lib/pic/NEWS: document new dependency on picXXX.lib
2032         * device/lib/pic/Makefile.subdir,
2033         * device/lib/pic16/Makefile.subdir: improved clean rules
2034         * device/lib/pic/libdev/: NEW, pic14 device libraries
2035         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
2036         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
2037         * device/include/Makefile.in: create subdir and install pic14 headers
2038         * device/include/pic/p16f_common.inc: removed unused declarations
2039         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
2040             PICs from inc2h.pl v1.6,
2041             replaced BIT_AT macros with struct declarations
2042         * device/include/pic/pic14devices.txt: definition of supported devices,
2043             all above improvements contributed by Zik Saleeba, thanks
2044         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
2045         * support/scripts/sdcc.nsi: also install pic14 device libraries and
2046             headers
2047
2048 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2049
2050         * device/include/mcs51/c8051f410.h: added interrupt numbers,
2051         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
2052           thanks to Charles Olds
2053
2054 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2055
2056         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
2057
2058 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2059
2060         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
2061         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
2062         * support/regression/bug1464657.c: added, new test
2063
2064 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
2065
2066         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
2067           version number
2068
2069 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
2070
2071         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
2072           --no-peep and --peep-file <file> are used don't use default rules but
2073           do use the <file>
2074
2075 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
2076
2077         * src/mcs51/gen.c (genCall): fixed bug 1457608
2078
2079 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2080
2081         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
2082         changes seem to cause (trigger?) problems with the build system.
2083
2084 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
2085
2086         * src/SDCCpeeph.c (operandsLiteral): new, added,
2087           (callFuncByName): inserted operandsLiteral
2088         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
2089
2090 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2091
2092         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
2093         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
2094
2095 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2096
2097         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
2098           implemented patch 1120823 Thanks to Willy De la Court (normal
2099           interrupts need an interrupt number now if they are made critical),
2100           and enabled nesting of critical functions though not for gbz80
2101           (genCritical, genEndCritical): added functions
2102           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
2103         * src/z80/mappings.i: added "ei" to all mappings
2104
2105 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2106
2107         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
2108         submitted by the Debian SDCC maintainer Aurelien Jarno:
2109         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
2110         archive with gcc 4.1 on mips and wrote the patch"
2111
2112 2006-03-16 Raphael Neider <rneider AT web.de>
2113
2114         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
2115           the left operand is shorter than the result (c* = lit-c* + int),
2116           fixes bug #1450796
2117         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
2118           OP_SYMBOL
2119
2120 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2121
2122         * src/.version: increased version number to 2.5.5
2123         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
2124         linking is done manually in pic16 port's _linkEdit,
2125         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
2126         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
2127         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
2128         allocate asmop as AOP_ACC,
2129         (aopForRemat): added parameter 'bool result' in function declaration,
2130         (pic16_aopGet): return AOP_ACC when accessing WREG,
2131         (pic16_popGetTempReg): minor modification,
2132         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
2133         'pic16_allocWithIdx',
2134         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
2135         calling function in absolute addresses,
2136         (genAssign): take into account AOP_ACC asmop,
2137         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
2138         * src/pic16/pcoderegs.c: some debug functions and lines added,
2139         * src/pic16/ralloc.c (decodeRegType): added but commented out,
2140         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
2141         register too,
2142         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
2143         call to allocReg, not by manually allocating a new one,
2144         (pic16_assignRegisters): now before going through the register
2145         allocating functions mark all registers as free. This eliminates some
2146         side effects resulting from peephole parser done earlier in the backbone
2147
2148 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
2149
2150         * src/SDCCicode.c (geniCodeLogic),
2151         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
2152
2153 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
2154
2155         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
2156           (genSend): bugfix, do not allocate and free twice,
2157           (shiftRLong): handle partially overlapping aops
2158         * support/regression/tests/bitopcse.c: fixed warning redefined idata
2159
2160 2006-03-08 Borut Razem <borut.razem AT siol.net>
2161
2162         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
2163           for pic16
2164
2165 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
2166
2167         * support/regression/tests/bug1409955.c: new, added
2168         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
2169         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
2170           (aopForSym, aopOp): increment asmop.allocated if reused,
2171           (freeAsmop): decrement asmop.allocated and check for zero instead of
2172           using asmop.freed,
2173           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
2174           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
2175            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
2176            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
2177            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
2178            genSignedRightShift, genRightShift, genDataPointerGet,
2179            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
2180            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
2181             in reverse order from allocation,
2182           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
2183             added swappedLR to keep track
2184         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
2185           pdata & code for GCC, z80, gbz80 & hc08
2186         * support/regression/tests/zeropad.c: moved defines to testfwk.h
2187
2188 2006-03-08 Raphael Neider <rneider AT web.de>
2189
2190         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
2191
2192 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
2193
2194         * device/include/mcs51/c8051f410.h: new SiLabs mcu
2195         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
2196         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
2197
2198 2006-03-06 Borut Razem <borut.razem AT siol.net>
2199
2200         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
2201           made the linker quiet
2202
2203 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2204
2205         * src/pic16/gen.c (genPcall): fixed bug #1443644
2206         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
2207         which dumps before the function entry point a data byte which represents
2208         the number of the local variables used by the specified function, added
2209         'xinst' for initial support for Extended Instruction Support,
2210         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
2211         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
2212         port->fun_prefix anymore (may change later),
2213         (genFunction, genEndFunction): do not store/restore local registers for
2214         _main (this should take care the --main-return command line option in
2215         the future),
2216         (genOr): removed some legacy pic-port instructions,
2217         * src/pic16/genarith.c (genAddLit): re-enabled old code because
2218         performing operations with SFR's causes data to be written more than
2219         once to each SFR. Perhaps SFRs should be handled in special cases...
2220         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
2221         pcode.h
2222         * src/pic16/main.c (_process_pragma): stack bound checking did not take
2223         into account for stack starting position,
2224         (struct OPTIONS pic16_optionsTable): added command line argument
2225         --extended or -y for Extended Instruction Support,
2226         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
2227         (deassignLRs): *** perhaps the most important change, old 'for' code
2228         (commented out for reference), didn't account for some registers which
2229         were left marked 'not free' after a pointer operation. The change
2230         reduces register usage a lot in some cases
2231
2232 2006-03-04 Borut Razem <borut.razem AT siol.net>
2233
2234         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
2235           _clean
2236         * support/regression/tests/bug-524697.c: decreased array size for
2237           mcs51 to fit into the internal RAM
2238         * support/regression/Makefile.in: a little bit more verbose
2239
2240 2006-03-03 Borut Razem <borut.razem AT siol.net>
2241
2242         * support/regression/fwk/lib/testfwk.c,
2243           support/regression/fwk/include/testfwk.h: introduced function
2244           _prints(), nonrecursive _printn(), call _initEmu() from main()
2245         * support/regression/ports/gbz80/support.asm,
2246           support/regression/ports/ucz80/support.asm,
2247           support/regression/ports/z80/support.asm,
2248           support/regression/ports/ds390/support.c,
2249           support/regression/ports/hc08/support.c,
2250           support/regression/ports/host/support.c,
2251           support/regression/ports/mcs51/support.c,
2252           support/regression/ports/xa51/support.c: added empty _initEmu()
2253           function
2254         * support/regression/ports/pic16/gpsim.cmd,
2255           support/regression/ports/pic16/spec.mk,
2256           support/regression/ports/pic16/support.c,
2257           support/regression/Makefile.in: added pic16 regression test
2258
2259 2006-03-01 Raphael Neider <rneider AT web.de>
2260
2261         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
2262           genConstPointerGet): use safe way of generating MOVFF to cover
2263             literals as well as registers, fixes bug #1440527
2264         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
2265             dereference
2266           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
2267             more correctly, fixes bug #1232186
2268           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
2269         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
2270             gplink guess the correct processor in more cases, applied patch
2271             from Till Riedel attached to and fixing bug #1436552
2272
2273 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2274
2275         * support/regression/tests/array.c: added, contains check for #1434401
2276         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
2277
2278 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
2279
2280         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
2281         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
2282         * device/include/mcs51/c8051f326.h,
2283         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
2284         * device/include/mcs51/c8051f000.h,
2285         * device/include/mcs51/c8051f018.h,
2286         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
2287           PCON_IDLE,PCON_STOP and added sfr16 definitions
2288
2289 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
2290
2291         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
2292           genGetWord): fixed bug 1409955
2293
2294 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
2295
2296         * device/include/hc08/mc68hc908gp32.h,
2297         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
2298
2299 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
2300
2301         * src/SDCCast.c (constExprValue): return NULL if not a value
2302         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
2303         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
2304         * support/regression/tests/bitfields.c: enabled signed bitfield for all
2305
2306 2006-02-13 Borut Razem <borut.razem AT siol.net>
2307
2308         * src/regression/ptrarg.c: added, fails due to bug #1430967
2309         * src/regression/Makefile: ptrarg.c added, ...
2310
2311 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
2312
2313         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
2314         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
2315
2316 2006-02-11 Borut Razem <borut.razem AT siol.net>
2317
2318         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
2319           print "Processor: xxx" message to stdout only if --verbose
2320
2321 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2322
2323         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
2324         * support/regression/tests/bug1426356.c: added
2325         * support/regression/tests/bitfields.c: removed 2 tests
2326
2327 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2328
2329         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
2330         * device/include/mcs51/c8051f330.h,
2331         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
2332           PCON_IDLE,PCON_STOP and added sfr16 definitions
2333         * device/lib/_divsint.c,
2334         * device/lib/_divuint.c,
2335         * device/lib/_divulong.c,
2336         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
2337           register bank bug for small stackauto
2338
2339 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2340
2341         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
2342
2343 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
2344
2345         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
2346         * all.dsp: corrected several bin paths
2347         * device/include/mcs51/c8051f120.h,
2348         * device/include/mcs51/c8051f300.h,
2349         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
2350           to PCON_IDLE,PCON_STOP
2351         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
2352         * device/lib/printf_large.c (output_float): fixed bug 1388703
2353         * support/regression/tests/bug1057979.c: added test for bug 1388703
2354
2355 2006-02-08 Raphael Neider <rneider AT web.de>
2356
2357         * src/pic/pcode.c (pciTRIS): fixed typo,
2358           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
2359           (LinkFlow): fixed handling of flows that end in a call,
2360           (ReuseReg): perform safety check earlier
2361         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
2362             to work with flows at the beginning of a pBlock,
2363             fixes #1426557 (Symbol not previously defined),
2364           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
2365             usage information
2366           (RemoveUnusedRegisters): update register usage info
2367         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
2368             created, reuse existing ones instead
2369         * src/pic/gen.c (genPcall): fixed #1424719
2370
2371 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
2372
2373         * link/z80/lkmain.c,
2374         * link/z80/lklex.c,
2375         * link/z80/lkdata.c,
2376         * link/z80/aslink.h: fixed build on current cygwin:
2377         replaced getline() by lk_getline()
2378
2379 2006-02-01 Borut Razem <borut.razem AT siol.net>
2380
2381         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
2382           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
2383           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
2384           src/regression/bool1.c, src/regression/bool2.c,
2385           src/regression/bool3.c, src/regression/call1.c,
2386           src/regression/compare.c, src/regression/compare10.c,
2387           src/regression/compare2.c, src/regression/compare3.c,
2388           src/regression/compare4.c, src/regression/compare5.c,
2389           src/regression/compare6.c, src/regression/compare7.c,
2390           src/regression/compare8.c, src/regression/compare9.c,
2391           src/regression/configword.c, src/regression/for.c,
2392           src/regression/inline.c, src/regression/mult1.c,
2393           src/regression/nestfor.c, src/regression/or1.c,
2394           src/regression/pointer1.c, src/regression/ptrfunc.c,
2395           src/regression/rotate1.c, src/regression/rotate2.c,
2396           src/regression/rotate3.c, src/regression/rotate4.c,
2397           src/regression/rotate5.c, src/regression/rotate6.c,
2398           src/regression/rotate7.c, src/regression/string1.c,
2399           src/regression/struct1.c, src/regression/sub.c,
2400           src/regression/sub2.c, src/regression/switch1.c,
2401           src/regression/while.c, src/regression/xor.c,
2402           src/regression/create_stc, src/regression/simulate,
2403           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
2404           regression tests
2405         * src/regression/gpsim_assert.h: added
2406
2407 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
2408
2409         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
2410         ((void (code *) (void)) 0) ();
2411         * as/hc08/aslex.c,
2412         * as/hc08/aslink.h,
2413         * as/hc08/asm.h,
2414         * as/hc08/asmain.c,
2415         * as/hc08/lkdata.c,
2416         * as/hc08/lklex.c,
2417         * as/hc08/lkmain.c,
2418         * as/mcs51/aslex.c,
2419         * as/mcs51/aslink.h,
2420         * as/mcs51/asm.h,
2421         * as/mcs51/asmain.c,
2422         * as/mcs51/lkdata.c,
2423         * as/mcs51/lklex.c,
2424         * as/mcs51/lkmain.c,
2425         * as/z80/aslex.c,
2426         * as/z80/asm.h,
2427         * as/z80/asmain.c: fixed build on current cygwin:
2428         replaced getline() by as_getline()
2429
2430 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
2431
2432         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
2433         declarator in the symbol chain
2434         * src/SDCCsymt.h,
2435         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
2436         parameter list for function pointers
2437         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
2438         * support/regression/tests/bug-716242.c: added
2439
2440 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
2441
2442         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
2443         offset if possible
2444         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
2445
2446 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
2447
2448         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
2449         inifinitely recurseable, added static
2450         * support/regression/tests/bug-1408066.c: added
2451
2452 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
2453
2454         * src/SDCCicode.h,
2455         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
2456         renamed, added possibility to create "postLoopLbl"-labels
2457         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
2458         newiTempLoopHeaderLabel
2459         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
2460         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
2461         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
2462         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
2463         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
2464         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
2465         (basicInduction): fixed bug #136564, made static,
2466         (loopInduction): changed parameter of basicInduction, made static,
2467         (addPostLoopBlock): added
2468         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
2469         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
2470         findLoopEndSeq
2471         * support/regression/tests/bug-136564.c: added
2472         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
2473         --std-sdcc99 to LIBSDCCFLAGS
2474
2475 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
2476
2477         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
2478         while loop
2479         * support/regression/tests/bug-1406131.c: added
2480
2481 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
2482
2483         * src/SDCCast.c (decorateType): fix promotion of unary minus
2484         * src/SDCCsymt.c (computeType): beautified
2485         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
2486         (valUnaryPM, valComplement): fix sign and promotion,
2487         (valNot): ANSI: result type is int (SDCC: unsigned char)
2488         * support/regression/tests/uminus.c: speedup by removing superflous
2489         test case 'int'
2490         * support/regression/tests/onebyte.c: added promotion and signedness
2491         tests for unary minus
2492         * support/regressions/tests/bug-477927.c: disable warning about
2493         uninitialized variables
2494         * support/regression/tests/not.c: added
2495
2496 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
2497
2498         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
2499         * src/mcs51/gen.c (gen51Code): show final register usage after
2500         fillGaps in asm with --i-code-in-asm
2501         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
2502         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
2503         incUsed, rliveClear, adjustIChain): made static,
2504         (setFromRange): excluded because it's unused,
2505         (findPrevUseSym, markWholeLoop): added,
2506         (findPrevUse): rewritten; fixes bug 895992; now a complete search
2507         through all branches of predecessors enables sdcc to emit the warning
2508         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
2509         (rlivePoint): made static, added parameter emitWarnings which is only
2510         true during the first run out of two,
2511         (findRecursiveSucc, findRecursivePred): removed,
2512         (computeLiveRanges): made static, added parameter emitWarnings,
2513         (dumpIcRlive): added for debugging only
2514         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
2515         removed prototype of setFromRange()
2516         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
2517         in call of computeLiveRanges()
2518         * support/regression/tests/bug-895992.c: added
2519         * support/regression/tests/bug-971834.c: added
2520         * support/valdiag/tests/bug-895992.c: added
2521         * support/valdiag/tests/bug-971834.c: added
2522
2523 2005-12-18 Raphael Neider <rneider AT web.de>
2524
2525         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
2526           (genUnpackBits): improved code for direct operands,
2527           (genPackBits): improved code for literal assignment to bitfields
2528             and for direct destination operands (no FSR indirection),
2529             prevented redundant AND, fixes #1362800,
2530           (AccLsh): added parameter to disable masking of the result
2531         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
2532           skip instructions with side-effects (like incfsz),
2533           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
2534         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
2535         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
2536           fixes #1375263
2537
2538 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
2539
2540         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
2541         volatile variables as spill location
2542
2543 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
2544
2545         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
2546         replacing literals
2547         * support/regression/tests/bug-1376320.c: added
2548
2549 2005-12-08 Raphael Neider <rneider AT web.de>
2550
2551         * src/pic/device.c: renamed is_shared to pic14_is_shared
2552         * src/pic/gen.c (genIfx): re-enabled handling of sbits
2553         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
2554           (is_valid_identifier): added for above workaround
2555
2556 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
2557
2558         * device/lib/Makefile.in: fixed to enable port-specific-objects
2559         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
2560           char, thanks Hubert Sack
2561         * doc/sdccman.lyx: documented --xstack-loc,
2562           elaborated a bit more on interrupts and pitfalls,
2563           removed "setjmp/longjmp unsupported",
2564           documented some unsupported C99 features
2565         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
2566         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
2567           if, thanks Hubert Sack
2568         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
2569         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
2570           make make_library
2571         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
2572           regression tests can report resource usage (rfe 700441)
2573         * support/regression/collate-results.py: report resource usage
2574         * support/regression/ports/ds390/spec.mk,
2575         * support/regression/ports/hc08/spec.mk,
2576         * support/regression/ports/mcs51/spec.mk,
2577         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
2578         * support/regression/ports/ds390/uCsim.cmd,
2579         * support/regression/ports/hc08/uCsim.cmd,
2580         * support/regression/ports/mcs51/uCsim.cmd,
2581         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
2582         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
2583           library, use the default one
2584         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
2585           building the library
2586
2587 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
2588
2589         * config.dsp: added dependency on .version and configure_vc.awk
2590         * device/include/setjmp.h: updated for --stack-auto and --xstack
2591         * device/include/mcs51/at89c51snd1c.h: corrected line endings
2592         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
2593         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
2594         * device/lib/libsdcc.lib: added _setjmp
2595         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
2596           (decorateType): fixed bug 1372851,
2597           (optimizeGetHbit): fixed warning
2598         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
2599           array initialisation
2600         * support/regression/tests/bug1057979.c: added test for bug 1358192
2601         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
2602
2603 2005-12-03 Borut Razem <borut.razem AT siol.net>
2604
2605         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
2606           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
2607
2608 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2609
2610         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
2611         createIval): implement symbol independant "flexible array member",
2612         (createIvalCharPtr): implemented flexible array initialisation with a
2613         string
2614         * src/SDCCsymt.c (copyStruct): removed,
2615         (getSize): fixed misleading comment,
2616         (getAllocSize): removed, the additional allocation size is now in
2617         sym->flexArrayLength,
2618         (checkStructFlexArray): new, syntax checks for flexible array members,
2619         (compStructSize): added syntax checks for "flexible array members"
2620         (copyStruct): removed,
2621         (copyLinkChain): removed inefficient fix for bug 770487
2622         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
2623         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
2624         symbol->flexArrayLength
2625         * src/SDCCerr.c,
2626         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
2627         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
2628         * support/regression/tests/structflexarray.c: added
2629         * support/valdiag/tests/structflexiblearray.c: added
2630
2631 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2632
2633         * src/SDCCast.c (decorateType): fixed bug 1368489
2634         * support/Util/SDCCerr.c,
2635         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
2636
2637 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2638
2639         * device/include/mcs51/at89c51snd1c.h: added file submitted by
2640           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
2641
2642 2005-11-27 Borut Razem <borut.razem AT siol.net>
2643
2644         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
2645           support/cpp2/mkdeps.h: added command line option
2646           -obj-ext=<extension> to SDCPP to define object file externion, used
2647           for generation of make dependencies (-M)
2648         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
2649
2650 2005-11-26 Borut Razem <borut.razem AT siol.net>
2651
2652         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
2653           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
2654           added pic and pic16 libraries
2655
2656 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2657
2658         * device/include/float.h: Corrected typo in prototype of __fsgt
2659
2660 2005-11-25 Borut Razem <borut.razem AT siol.net>
2661
2662         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
2663           added creation of model-mcs51-stack-auto libraries
2664
2665 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
2666
2667         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
2668         and fields-list too
2669         * src/SDCCast.c (createIvalArray): removed obsolete comment
2670
2671 2005-11-24 Borut Razem <borut.razem AT siol.net>
2672
2673         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
2674           added missing device/lib/mcs51/crt*.asm sources
2675
2676 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
2677
2678         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
2679
2680 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
2681
2682         * device/lib/_fs2schar.c,
2683         * device/lib/_fs2sint.c,
2684         * device/lib/_fs2slong.c: optimized inline asm
2685
2686 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2687
2688         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2689           Better handling of floats between -1.0 and 0.0.
2690
2691 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2692
2693         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
2694           (the missing "if"s prohibited removal of redundant labels)
2695
2696 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2697
2698         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2699           Properly convert floats between -1.0 and 0.0 to long, int, and char
2700           types (max integer value of negative floats tends to zero).
2701         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2702           Removed changes made so to work properly with floats between
2703           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
2704           and _fs2char.c
2705
2706 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2707
2708         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
2709         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
2710         (genCast) cosmetic change
2711         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
2712         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
2713         from mcs51
2714         * support/regression/tests/bitfields (testSignedBitfields): added
2715
2716 2005-11-18 Borut Razem <borut.razem AT siol.net>
2717
2718         * sdcc/device/lib/Makefile.in: remove all unnecessary files
2719         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
2720           introduced SILENT option to make building of pic16 libraries less
2721
2722 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2723
2724         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2725           Now they work properly with floats between -1.0 and 0.0
2726         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
2727
2728 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2729
2730         * src/SDCCicode.c (printOperand): added missing else
2731
2732 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2733
2734         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
2735         reformatted for better readability
2736         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
2737         signed bitfields
2738
2739 2005-11-17 Borut Razem <borut.razem AT siol.net>
2740
2741         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
2742           introduced SILENT option to make building of pic16 libraries less
2743           verbose - used for nightly snapshot build
2744         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
2745           available on Win32 platforms.
2746         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
2747           medium, large, pic and pic16
2748
2749 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2750
2751         * device/lib/printf_large.c: Temporary patch for bug 1358192:
2752           printf("%f"...) sets fraction to zero.
2753
2754 2005-11-16 Raphael Neider <rneider AT web.de>
2755
2756         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
2757           fixes #1357221
2758         * src/pic/gen.c (genIfx): implemented for CARRY bit
2759         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
2760           to generic pointers, fixes #1357332,
2761           (pic16_movLit2f): NEW,
2762           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
2763
2764 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2765
2766         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
2767
2768 2005-11-11 Raphael Neider <rneider AT web.de>
2769
2770         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
2771         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
2772           compute pointer's type from operand,
2773           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
2774           improved single bit reads, fixes bug #1353379
2775
2776 2005-11-09 Borut Razem <borut.razem AT siol.net>
2777
2778         * support/scripts/sdcc.nsi: added lib/pic to the package
2779
2780 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
2781
2782         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
2783
2784 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2785
2786         * support/regression/tests/bug1348008.c: added
2787         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
2788         * support/regression/tests/bug1337835.c: updated comment
2789
2790 2005-11-06 Borut Razem <borut.razem AT siol.net>
2791
2792         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2793           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2794           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2795           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2796           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
2797           dynamic construction of cl_error_class and derivates - 2.nd try
2798
2799 2005-11-05 Borut Razem <borut.razem AT siol.net>
2800
2801         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
2802           bug, which caused Bus Errors on sparc solaris
2803
2804 2005-11-04 Borut Razem <borut.razem AT siol.net>
2805
2806         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2807           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2808           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2809           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2810           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
2811           and derivates to resolve the initialization problem on OSX
2812
2813 2005-11-02 Borut Razem <borut.razem AT siol.net>
2814
2815         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2816           corrected typo - #include <winsock2.h>
2817
2818 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
2819
2820         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
2821           (_asxxxx_mapping): added org directive for future enhancements
2822
2823 2005-11-01 Borut Razem <borut.razem AT siol.net>
2824
2825         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2826           enabled sockets on WIN32
2827         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
2828
2829 2005-10-31 Borut Razem <borut.razem AT siol.net>
2830
2831         * support/regression/generate-cases.py: escape backslashes in {testcase}:
2832           WIN32 backslash path delimiters should be escaped when used in C strings
2833         * support/regression/tests/bitfields.c: exclude failing assertions for
2834           __CYGWIN32__ and __MINGW32__ hosts
2835
2836 2005-10-30 Borut Razem <borut.razem AT siol.net>
2837
2838         * src/SDCCutil.c: corrected double comparison typo
2839
2840 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
2841
2842         * device/lib/medium/Makefile: added for new memory model medium
2843         * device/include/asm/mcs51/features.h: updated for medium/pdata
2844         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
2845           added Multiply & Accumulate sbit's and MAC0_PAGE define
2846         * device/include/mcs51/c8051f300.h: added sfr16 definitions
2847         * device/include/mcs51/c8051f310.h: added sfr16 definitions
2848         * device/lib/_mullong.c: update for medium model
2849         * device/lib/incl.mk: added medium model
2850         * doc/sdccman.lyx: documented medium model
2851         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
2852         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
2853         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
2854         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
2855           (allocParms): set SCLS and OCLS to pdata for medium model
2856         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
2857           for pdata,
2858           (powof2): return <0 if not power of 2
2859         * src/avr/gen.c (genBitWise): use updated powof2
2860         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
2861           (shiftR2Left2Result): small optimization in setup, save acc when storing,
2862           (shiftLLeftOrResult): use B if necessary
2863         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
2864         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
2865         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
2866         * support/regression/Makefile.in: added test-mcs51-medium
2867         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
2868
2869 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
2870
2871         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
2872         specifier unsigned
2873         * device/lib/time.c (mktime): fixed bug 1334315
2874
2875 2005-10-28 Raphael Neider <rneider AT web.de>
2876
2877         * device/include/pic/p16f_common.inc: added common declarations
2878         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
2879
2880 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2881
2882         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
2883           (aopPutUsesAcc): added to predict accumulator use,
2884           (assignResultValue): save acc if necessary,
2885           (genMinusDec): store result if indirectly addressed,
2886           (genDivOneByte):  save acc if necessary,
2887           (movLeft2Result): bugfix if left already in acc,
2888           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
2889             attention to accumulator use (esp. pdata),
2890           (genReceive): receive pdata correctly
2891         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
2892         * src/SDCCicode.h: added isOperandInPagedSpace prototype
2893
2894 2005-10-27 Raphael Neider <rneider AT web.de>
2895
2896         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
2897
2898 2005-10-27 Raphael Neider <rneider AT web.de>
2899
2900         * .version: changed version to 2.5.4
2901         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
2902         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
2903           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
2904             arithmetics support routines
2905         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
2906         * device/lib/Makefile.in: also create installdir for pic
2907
2908         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
2909           pic14 port as well
2910         * src/pic/device.c (dump_sfr): rewritten to delegate register
2911           placement to the linker (use `extern sym' rather than sym EQU addr),
2912           (validAddress): fixed to check last specified address
2913         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
2914           (popGetLit): truncate literal value to 8 bit,
2915           (popGet): moved assert to more appropriate place
2916           (popGetExternal): create pCode operand from and mark the according
2917             symbol as being `extern'
2918           (popGetAddr): added sanity check on immediate's offset, provide
2919             GPOINTER tag on demand
2920           (aopPut): fixed for immediates,
2921           (mov2w_op): move operand's address or contents to WREG (depending on
2922             operand type), safer variant of mov2w,
2923           (movwf,call_libraryfunc): NEW, handy abbreviations,
2924           (get_argument_pcop,get_return_val_pcop,pass_argument,
2925           get_returnvalue): interface for accessing function parameters and
2926             return values,
2927           (assignResultValuei,genRet): use new parameter/return value interface
2928           (pic14_getDataSize): back to old version handling generic pointers,
2929           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
2930             provided implementation and/or fixed old one,
2931           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
2932             calls, removed legacy 8051 reference code
2933           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
2934           (loadSignToC): NEW, move the operands sign bit to CARRY,
2935           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
2936             genRightShiftSigned, accepts negative shift counts,
2937           (setup_fsr): load FSR and adjust IRP (indirect memory access),
2938           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
2939             generic pointers, __data pointers and __code pointers,
2940           (genUnpackBits,genPackBits): rewritten to work with generic pointers
2941             and signed bitfields, limit bitfields to 8 bit,
2942           (genDataPointerGet): fixed number of bytes read,
2943           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
2944           (genPointerGet,genPointerSet): fixed handling of __code pointers,
2945             pointers to constant data are no longer assumed to point to __code
2946             space, removed invalid pointer types,
2947           (bitpatternFromVal): retrieve the PICs representation of an integer
2948             or float literal,
2949           (genDataPointerSet): fixed assigning to po_immediate operands,
2950           (genGenPointerSet): implemented as library call,
2951           (genIfx): fixed incorrect condition,
2952           (genAddrOf): limit generic pointers' addresses to 2 bytes,
2953             provide GPOINTER tag according to destination's storage class,
2954           (genCast): added code to handle casting to generic pointers, added
2955             sign-/zero extension of the result
2956           (aop_isLitLike,op_isLitLike): fixed handling of immediates
2957         * src/pic/gen.h: added macros to access IRP bit in STATUS register
2958         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
2959           extend the result
2960         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
2961           address/register resides in the shared banks
2962           (emitSymbolToFile): improved to handle global and `pinned' symbols,
2963             put all variables into separate sections (have the linker arrange
2964             them)
2965           (picglue): put init code and interrupt handlers in separate sections
2966         * src/pic/main.c: added port specific options table, modified to PORT
2967           structure to make GPOINTERs 3 byte, added pic14_options
2968           (_pic14_do_link): private linking routine (update paths to libraries,
2969             add libsdcc.lib by default)
2970         * src/pic/main.h: declare pic14_options
2971         * src/pic/pcode.c: fixed instructions i/o relations,
2972           (RegCond): reverted to correct version,
2973           (newpCodeOpLit): truncate literals to 8 bit,
2974           (genericPrint): added debug output,
2975           (getRegFromInstruction): fixed for various operand types, simplified
2976           (BuildFlow): fixed broken handling of isntructions with labels
2977           (LinkFlow): start at last instruction in flow (skip trailing comments),
2978             pass the flow on to the next instruction after CALL
2979           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2980           (insertPCodeInstruction): fixed inserting after a skip instruction,
2981           (DoBankSelect): fixed for labeled instructions
2982           (OptimizepBlock): honor --nopeep switch
2983           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2984         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2985         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2986           (pCodeOptime2pCodes): allow disabling this optimization via
2987             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2988             but is still buggy), started implementation of a dataflow based
2989             pCode optimization (CSE + dead code elimination)
2990           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2991         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2992           names are independant of the stack location and therefore portable across
2993           devices
2994
2995 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2996
2997         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2998           (selectSpil): fixed bug 1337835 by not spilling bit variables
2999         * support/regression/tests/bug1337835.c: added test for this bug
3000         * src/mcs51/peeph.def: restart after rule 3.c,
3001           addded rules 263.x to optimize loading constants
3002
3003 2005-10-26 Raphael Neider <rneider AT web.de>
3004
3005         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
3006         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
3007           (genAssign): emit warning when casting literals to generic pointer
3008             type, also applies when taking the address of a fixed variable,
3009           (genCast): improved casting to generic pointers
3010         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
3011           extern variables, added verbose error message
3012         * device/include/pic16/{string.h,errno.h}: added #pragma library c
3013
3014 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
3015
3016         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
3017         carry must be complemented too
3018         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
3019         could be emitted by genMinus
3020         * src/SDCCval.c (constVal): fixed bug 1305065
3021
3022 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
3023
3024         * src/SDCCast.c (addCast): added promotion for bit variables
3025         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
3026         promotion casts + optimisation
3027         (optimizeGetWord): fix warning 'i' might be used uninitialized
3028         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
3029         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
3030
3031 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
3032
3033         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
3034         all chars are promoted to int; promotion should be handled in SDCCast.c
3035
3036 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3037
3038         * device/lib/_strcmp.c: Fixed bug 1326457
3039
3040 2005-10-11 Raphael Neider <rneider AT web.de>
3041
3042         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
3043         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
3044
3045 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3046
3047         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
3048         * support/regression/tests/sfr16.c: added test for the sfr32 bug
3049
3050 2005-10-04 Raphael Neider <rneider AT web.de>
3051
3052         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
3053           device/lib/pic16/pics.all: added pic18f1320
3054         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
3055
3056 2005-09-30 Raphael Neider <rneider AT web.de>
3057
3058         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
3059         * src/pic16/devices.inc: NEW, provides device descriptions
3060         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
3061
3062 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
3063
3064         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
3065           GETHBIT
3066
3067 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
3068
3069         * doc/sdccman.lyx: updated Highest Order Bit documentation,
3070           documented Any Order Bit, Higher Order Byte and Higher Order Word
3071         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
3072         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
3073           (optimizeGetAbit): new, to get any bit, not only the high bit,
3074           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
3075           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
3076           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
3077           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
3078             RIGHT_OP: also try GETBYTE, GETWORD optimization,
3079             GETABIT, GETBYTE, GETWORD: decorate them,
3080           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
3081           (ast_print): added GETABIT, GETBYTE, GETWORD
3082         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
3083         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
3084           (geniCodeBinary): new generic binary icode,
3085           (ast2iCode): added GETABIT, GETBYTE, GETWORD
3086         * src/port.h: updated comment for PORT.hasExtBitOp
3087         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
3088           (genGetByte): new, to get a single byte,
3089           (genGetWord): new, to get a word from a long,
3090           (gen51Code): added GETABIT, GETBYTE, GETWORD
3091         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
3092
3093 2005-09-23 Raphael Neider <rneider AT web.de>
3094
3095         * configure.in, configure: have device/lib/pic configured
3096         * device/lib/Makefile.in: added model-pic14
3097         * device/lib/clean.mk: added pic/ to clean rule
3098         * device/lib/pic: added rudimentary pic14 library providing support
3099           functions for multiplication/division/generic pointer access
3100         * src/SDCCopt.c (convilong): mark support functions as extern
3101           for pic14 port as well
3102         * src/pic/gen.c (genMult): added assertions,
3103           (genpic14Code): emit warning on unhandled iCodes
3104         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
3105         * src/pic/pcode.c (pCodeOpCopy),
3106         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
3107           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
3108           SFR_REGISTER}), made safe for future extensions
3109         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
3110           instructions even if preceeded by SKIP instructions (also remove
3111           them); removed unused code
3112         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
3113           prevents leaving parts of the structure uninitialized after copying
3114
3115 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
3116
3117         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
3118           ago by me
3119         * support/regression/tests/addsub.c: added test for the bug
3120
3121 2005-09-21 Raphael Neider <rneider AT web.de>
3122
3123         * device/include/pic16/pic18f1220.h,
3124           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
3125         * device/lib/pic16/Makefile.rules: added missing opening paren
3126         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
3127           are provided in genutils.c,
3128           (genUminusFloat,genUminus,genCmpEq): added asserts on different
3129           operand/result sizes,
3130           (genCmp): assert on NULL pointers first, then check deref'ed values
3131         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
3132           result size
3133
3134 2005-09-18 Raphael Neider <rneider AT web.de>
3135
3136         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
3137           as these are now unused,
3138           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
3139         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
3140           local, avoids uninitialized pointer dereference on r->name
3141         * src/pic16/ralloc.c (newReg): fixed indentation
3142
3143 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
3144
3145         * src/SDCCval.c (constVal): fixed bug 730366
3146         * support/Util/SDCCerr.c,
3147         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
3148
3149 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
3150
3151         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
3152
3153 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
3154
3155         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
3156
3157 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3158
3159         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
3160           (hex2dec): made hex_digit unsigned char, removed ascii dependance
3161         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
3162           (hex2dec): made hex_digit unsigned char, removed ascii dependance
3163         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
3164         * packihx/packihx.c (hexDigit): made c unsigned char
3165         * as/mcs51/lklibr.c (fndsym),
3166         * link/z80/lkgb.c (gb),
3167         * link/z80/lklibr.c (fndsym),
3168         * link/z80/lkrloc.c (relr),
3169         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
3170         * src/SDCC.lex (checkCurrFile, process_pragma),
3171         * src/SDCCglue.c (spacesToUnderscores),
3172         * src/SDCCmain.c (setParseWithComma, processFile),
3173         * src/asm.c (tvsprintf, printCLine),
3174         * src/avr/gen.c (emitcode, aopPut),
3175         * src/ds390/gen.c (emitcode),
3176         * src/hc08/gen.c (emitcode, emitinline),
3177         * src/mcs51/gen.c (emitcode, genInline),
3178         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
3179           tokenizeLineNode),
3180         * src/pic/ralloc.c (debugLog),
3181         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
3182           tokenizeLineNode),
3183         * src/pic16/ralloc.c (debugLog),
3184         * src/z80/main.c (_process_pragma):
3185            made all ctype.h function calls safe
3186         * src/SDCCopt.c: include math.h for fabs
3187         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
3188           and used them throughout the code to make ctype.h function calls safe
3189         * src/ds390/main.c (asmLineNodeFromLineNode),
3190         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
3191         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
3192            unsigned char*
3193         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
3194           (newpCodeAsmDir): made ctype.h function calls safe
3195         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
3196           pic16_emitcode):  made lbp unsigned char*
3197         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
3198           (pic16_newpCodeAsmDir): made ctype.h function calls safe
3199         * src/xa51/gen.c (emitcode),
3200         * src/z80/gen.c (_emit2): made lbp unsigned char*
3201         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
3202            char*
3203
3204 2005-09-05 Raphael Neider <rneider AT web.de>
3205
3206         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
3207           access bank splitpoint
3208
3209 2005-09-05 Raphael Neider <rneider AT web.de>
3210
3211         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
3212
3213 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
3214
3215         * .version: changed to version 2.5.3
3216         * doc/sdccman.lyx: changed version to 2.5.3,
3217           documented --codeseg and --constseg and pragma codeseg and constseg,
3218           documented bit parameters (reentrant) and bit returning
3219         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
3220            currFunc->recvSize, but is this ok for all ports?
3221           (ast2iCode): result of ~ on unsigned char must be cast to int for
3222            bool to work
3223         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
3224           function pointers in bit space
3225         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
3226           (processFuncArgs): call port.reg_parm() with reentrancy info
3227         * src/port.h,
3228         * src/avr/main.c,
3229         * src/ds390/main.c,
3230         * src/hc08/main.c,
3231         * src/pic/main.c,
3232         * src/pic16/main.c,
3233         * src/xa51/main.c,
3234         * src/z80/main.c: port.reg_parm prototype extended with
3235           "bool reentrant" parameter
3236         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
3237           options.stackAuto for allocating bit register parameters
3238         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
3239           (genSend): set BitBankUsed if it is,
3240           (selectRegBank): factored out of genCall for use in genPcall,
3241           (genCall): removed redundant dtype assignmen, use selectRegBank,
3242           (genPcall): handle returning in Carry properly, save in F0 if needed,
3243           (genReceive): handle bit register parameters
3244         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
3245           (mcs51_assignRegisters): enable bit registers for all reentrant
3246            functions and don't set BitBankUsed unconditionally
3247         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
3248         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
3249         * support/regression/tests/funptrs.c: added tests for BOOL and for return
3250
3251 2005-08-27 Borut Razem <borut.razem AT siol.net>
3252
3253         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
3254         ppc-osx (Darwin) does not support -u option. It seems that it is
3255         supported only on Linux - GNU cp
3256
3257 2005-08-25 Borut Razem <borut.razem AT siol.net>
3258
3259         * sim/ucsim/gui.src/serio.src/Makefile.in,
3260           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
3261           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
3262           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
3263           install and strip, since the strip at /usr/ccs/bin should be used
3264           on solaris
3265
3266 2005-08-24 Borut Razem <borut.razem AT siol.net>
3267
3268         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
3269
3270 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
3271
3272         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
3273         ffffffffu
3274
3275 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
3276
3277         * as/mcs51/aslink.h: completed lkrloc.c prototypes
3278         * as/mcs51/lkmain.c (link_main): fixed warning
3279         * device/include/stdbool.h: ds390 has no advanced bit support yet
3280         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
3281         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
3282         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
3283           and updated their macros
3284         * src/SDCCval.c (constVal): updated comment for renamed b_long
3285
3286 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
3287
3288         * as/mcs51/asdata.c: changed ctype['['] to BINOP
3289         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
3290           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
3291           (oprio): set priority for '['
3292         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
3293            and adb_24_bit
3294         * as/mcs51/asm.h: added defines R_BIT and S_BIT
3295         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
3296         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
3297         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
3298           added overlayable BIT_BANK area
3299         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
3300           (summary2): explain 'T' in legenda
3301         * as/mcs51/lkrloc.c: replaced old K&R style,
3302           (relr): added R_BIT processing,
3303           (errmsg): added "Bit-addressable relocation error",
3304           (adb_bit): added for converting from byte- to bit-addressable space,
3305           (adb_24_bit): added for converting from byte- to bit-addressable space
3306         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
3307            used in reentrant functions now even as return value
3308         * device/lib/_gptrput.c (_gptrput): removed obsolete code
3309         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
3310           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
3311         * src/SDCCglobl.h: added indicator BitBankUsed
3312         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
3313            the bit registers b0-b7
3314         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
3315           (geniCodeCast): fixed bug 1263853,
3316           (geniCodeLogicAndOr): put result in bool or char,
3317           (geniCodeReceive): added parameter func for accessing the return type,
3318           (geniCodeFunctionBody): pass func to geniCodeReceive
3319         * src/SDCCmain.c: added indicator BitBankUsed
3320         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
3321         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
3322           (checkSClass): don't put automatic bool/bit on stack,
3323           (checkFunction): removed check on function cannot return bit
3324         * src/SDCCsymt.h: added newBoolLink prototype
3325         * src/mcs51/gen.c (rb1regs): added bit registers,
3326           (movc): created for assigning to carry,
3327           (pushReg, popReg): created for pushing registers,
3328           (sameRegs): check both AOP_REG and AOP_CRY types,
3329           (aopOp): handle bit registers,
3330           (aopPut): optimization no self-assign,
3331           (saveRegisters): push reg->base (bits) only once for bit registers,
3332            and use pushReg,
3333           (unsaveRegisters): pop reg->base only once and use popReg,
3334           (assignResultValue): added parameter func and return in carry for bits,
3335           (genIpush): optimization no reload in A if not changed,
3336           (genSend): bit parameters in reentrant functions are passed in bit
3337            registers by first assigning to bits in B, then save registers and
3338            copy B to bits,
3339           (genCall): handle returning in Carry properly, save it in F0 if needed,
3340           (genPcall): updated assignResultValue call, this is not safe yet for bit
3341            returning function !!!
3342           (genFunction): don't generate equ's for bit registers and use pushReg,
3343           (genEndFunction): take care of bit returning functions and use popReg,
3344           (genRet): return bit in Carry,
3345           (genIfx): optimize bit registers and other directly addressable bits,
3346           (genReceive): updated assignResultValue call
3347         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
3348           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
3349            registers when using stack-auto
3350         * src/mcs51/ralloc.c (_G): added allBitregs,
3351           (regs8051): added the bit registers,
3352           (createStackSpil): use macro IS_BIT,
3353           (getRegBit): added to allocate a bit register, else spill,
3354           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
3355           (updateRegUsage): factored out to ease stepping while debugging,
3356           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
3357            also allocate bit registers,
3358           (fillGaps): handle bit registers,
3359           (findAllBitregs): added to create bit vector with all bit registers,
3360           (mcs51_allBitregs): returns this bit vector,
3361           (mcs51_assignRegisters): when using stack-auto use bit registers for
3362            passing parameters and creating local variables
3363         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
3364
3365 2005-08-22 Borut Razem <borut.razem AT siol.net>
3366
3367         * device/lib/Makefile.in: replaced find option -or with -o
3368           to make it run on solaris
3369
3370 2005-08-22 Raphael Neider <rneider AT web.de>
3371
3372         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
3373           fixes #1265442 (crash on Solaris)
3374
3375 2005-08-20 Borut Razem <borut.razem AT siol.net>
3376
3377         * configure, configure.in: added tests for libsocket and libnsl libraries,
3378           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
3379           from support/regression/Makefile.in
3380         * support/regression/Makefile.in: added
3381         * device/lib/pic16/Makefile.common.in: force make to use bash shell
3382         * sim/ucsim/libtool: regenerated on sparc-solaris
3383         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
3384           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
3385           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
3386           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
3387           sparc-solaris, which doesn't use GNU ld linker
3388         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
3389         * as/Makefile: find on sparc-solaris does not support -maxdepth option
3390
3391 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
3392
3393         * src/mcs51/peeph.def: updated comments
3394
3395 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3396
3397         * device/lib/_gptrget.c,
3398         * device/lib/_gptrput.c: slightly shorter
3399         * doc/sdccman.lyx: incremented version
3400         * src/mcs51/peeph.def: moved peephole comments to the line of first
3401           change to better keep line correlation, reanimated 186.e
3402         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
3403
3404 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3405
3406         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
3407           David Saxton with quotes around file name.
3408
3409 2005-08-15 Borut Razem <borut.razem AT siol.net>
3410
3411         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
3412           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
3413           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
3414           make tests run on x86_64 platform
3415
3416 2005-08-13 Raphael Neider <rneider AT web.de>
3417
3418         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
3419           as it might be executed DURING a build (parallel make is wonderful)
3420
3421 2005-08-13 Raphael Neider <rneider AT web.de>
3422
3423         * device/lib/Makefile.in (port-specific-objects-pic16):
3424           revert to cp $(PORT)/bin/*.* $(PORTDIR)
3425         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
3426           dependency
3427         * device/lib/pic16/Makefile.rules: build subdirs before creating
3428           the library, removed builddir rule, create $(builddir) early in
3429           recurse rule, use empty recurse rule for leaf directories
3430         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
3431           mkdir errors (race condition), removed duplicate suffix "hex"
3432           from clean rules
3433         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
3434         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
3435           prevents mkdir -p from aborting on Alpha
3436
3437 2005-08-12 Raphael Neider <rneider AT web.de>
3438
3439         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
3440           db-statements in order to allow for arrays of pointers in code
3441           sections to be placed without interspersed 0-padding, fixes
3442           bug #1256215
3443         * (emitStatistics): fixed division by zero for pic18f1220
3444         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
3445           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
3446         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
3447         * (pic16_pCodeConstString): keep track of already emitted string
3448           literals to prevent "duplicate definitions of symbol _str_NR"
3449         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
3450           debug message
3451         * device/lib/Makefile.in: ignore failing PIC16 library builds
3452         * device/lib/pic16/Makefile: do not build if gputils are missing
3453         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
3454
3455 2005-08-10 Raphael Neider <rneider AT web.de>
3456
3457         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
3458           my last commit)
3459
3460 2005-08-10 Raphael Neider <rneider AT web.de>
3461
3462         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
3463           Rokas' patch to add the new fixed point type "__fixed16x16"
3464         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
3465           functions for __fixed16x16 arithmetics
3466         * device/lib/pic16: reimplemented the build system to support
3467           a separate build directory, better handling of libio (create
3468           the library in a separate subdir for each architecture) and
3469           easier configuration (centralized in Makefile.common)
3470
3471 2005-08-07 Raphael Neider <rneider AT web.de>
3472
3473         * src/pic16/gen.c (genrshTwo): fixed sign extension
3474         * src/pic16/device.c: added pic18f2320, 4220 and 4320
3475         * device/include/pic16/pic18f2220.h: changed some bit definitions,
3476           added T0CONbits
3477         * device/include/pic16/pic18f4220.h: NEW, header for
3478           pic18f4220 and pic18f4320
3479         * device/include/pic16/pic18fregs.h: added new devices,
3480           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
3481         * device/include/pic16/signal.h: resolved name clashes
3482           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
3483           to also allow testing for interrupt enable bits, added
3484           comments on how to use the macros
3485         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
3486         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
3487           register definitions for the devices
3488         * device/lib/pic16/pics.all: added new devices
3489         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
3490           allocated memory
3491         * device/lib/pic16/libc/stdlib/memfree: do not count
3492           the block header as free memory
3493         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
3494           simplified and added missing end-of-blocklist-marker
3495           (reported by Peter Onion, fixes #1252814)
3496         * (_mergeHeapBlock): fixed loop condition
3497         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
3498           len==0, restructured code
3499         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
3500           up a bit, reduced bitfield accesses, prevent endless loops
3501           in case of heap corruption
3502         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
3503           "unreferenced arguments/must return a value" warnings
3504         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
3505           replaced BAUDREG with SPBRG
3506         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
3507           device/lib/pic16/debug/gstack/gstack.c: replaced
3508           _naked, _asm, _endasm with __naked, __asm, __endasm
3509
3510 2005-08-05 Raphael Neider <rneider AT web.de>
3511
3512         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
3513           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
3514
3515 2005-08-05 Borut Razem <borut.razem AT siol.net>
3516
3517         * device/lib/Makefile.in: added missing ';'
3518         * configure: removed ^M characters
3519
3520 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3521
3522         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
3523           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
3524           License
3525
3526 2005-08-04 Borut Razem <borut.razem AT siol.net>
3527
3528         * configure.in: pic16 libraries build 2nd try - enable running
3529           configure in device/lib/pic16
3530         * configure: regenerated from configure.in
3531         * device/lib/Makefile.in: create $(PORT)/bin directory
3532
3533 2005-08-03 Raphael Neider <rneider AT web.de>
3534
3535         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
3536           to get/set values via pointers
3537         * (genUnpackBits,genPackBits): changed detection of
3538           ptr->bitfield vs. sym.bitfield, fixed access via generic
3539           pointers, removed dead (wrong) code for multibyte bitfields
3540         * (genNearPointerGet, genGenPointerGet): removed useless code,
3541           fixed bitfield detection, fixes #1250594
3542         * (genNearPointerSet): removed useless code
3543         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
3544           and introduced macro pic16_emitpcode that conditionally emits
3545           the origin of the following pCode (useful for debugging SDCC)
3546         * src/pic16/pcode.c: changed (and disabled) some debug outputs
3547         * (createDefmap): fixed handling of LFSR for --optimize-df
3548
3549 2005-08-02 Borut Razem <borut.razem AT siol.net>
3550
3551         * device/lib/Makefile.in: pic16 libraries build enabled since
3552           gputils-0.13.2 are now localy installed at sourceforge's compile farm
3553
3554 2005-08-02 Raphael Neider <rneider AT web.de>
3555
3556         * src/pic16/gen.c (genPackBits): removed deprecated warning
3557         * (genGenPointerSet): fixed bitfield detection
3558
3559 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3560
3561         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
3562
3563 2005-07-31 Raphael Neider <rneider AT web.de>
3564
3565         * device/lib/pic16/libdev/pic18f458.c,
3566           device/include/pic16/pic18f458.h: added missing T0CONbits
3567
3568 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3569
3570         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
3571
3572 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
3573
3574         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
3575
3576 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3577
3578         * device/include/mcs51/at89c51ed2.h: added.
3579
3580 2005-07-23 Raphael Neider <rneider AT web.de>
3581
3582         * src/pic/gen.h: added emitpcode macro for debugging
3583         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
3584           and replace by macro adding debug information on demand
3585         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
3586         * (gencjne): tried to fix; replaced with correct (slower) code
3587         * (gen{Unp,P}ackBits): fixed single bit access
3588         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
3589         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
3590           previous instruction
3591         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
3592           register has to be handled with care (forbidding movement
3593           of assignments/uses, removing assignments completely, ...)
3594         * (pCodeOptime2pCodes): make use of regIsSpecial
3595         * added lots of debugging output (commented out)
3596         * src/pic/rallloc.c (deassignLRs): prevent operand registers
3597           from being reused as result UNLESS it is known to work
3598
3599 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
3600
3601         * support/Util/dbuf.h: include <stddef.h> for size_t
3602         * .version: changed to version 2.5.2
3603
3604 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3605
3606         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
3607
3608 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3609
3610         * src/hc08/gen.c (genMinus): fixed bug #1241835,
3611           (genModOneByte): removed needless psha/pula
3612
3613 2005-07-22 Raphael Neider <rneider AT web.de>
3614
3615         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
3616           have PIC14 handled like PIC16, fixes broken pic14 linker calls
3617         * src/pic/gen.c (resolveIfx): do not "invent" labels
3618         * (genSkipc): changed to positive logic
3619         * (genSkipCond): removed as no longer needed
3620         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
3621           backport from PIC16
3622         * (genLeftShift): check operands are in different registers
3623         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
3624           INCF does not update CARRY...
3625         * src/pic/main.c: fixed _linkCmd
3626         * src/pic/pcode.c (unlinkpCode): added inactive code
3627         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
3628           alive (do not assign result and operand overlapping registers)
3629
3630 2005-07-22 Raphael Neider <rneider AT web.de>
3631
3632         * src/pic/device.c (dump_sfr): replaced register declaration with
3633           call to emitSymbolToFile() to avoid duplicate symbols
3634         * (assignRelocatableRegisters): do not declare external symbols
3635         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
3636           right (take size of type, not etype)
3637         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
3638         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
3639         * (packRegsForAccUse): disabled assignment of WREG as
3640           the result reg to prevent occurence of just fixed #1235003,
3641           fixes #1242954
3642         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
3643           symbols (avoids duplicate symbols in .asm file)
3644         * (pic14emitRegularMap): use emitSymbolToFile()
3645         * src/pic/gen.c (aopOp): fixed spillLocation handling
3646         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
3647         * (genDataPointerSet): removed unneccessary variables/output
3648
3649 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
3650
3651         * as/mcs51/lkarea.c: enlarged codemap for banked memory
3652         * device/lib/mcs51/crtbank.asm: added # to 0x0F
3653
3654 2005-07-21 Raphael Neider <rneider AT web.de>
3655
3656         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
3657           architecture cannot handle them efficiently, fixes bug #1235003
3658         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
3659           check for empty sets before using them (fixes bug #1232190)
3660
3661 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
3662
3663         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
3664           (lnksect2): generate warnings for memory overlap
3665         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
3666           constseg to set the name of these segments so you can instruct the linker
3667           to place them in banks
3668         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
3669         * src/SDCCglobl.h: added MODEL_HUGE to enum,
3670           added code_seg and const_seg to options
3671         * src/SDCCglue.c (emitMaps): use options.const_seg,
3672           (createInterruptVect): put interrupt vectors in segment HOME,
3673           (glue): put HOME before static segment and put the main glue in HOME,
3674           (glue): use options.code_seg
3675         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
3676         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
3677           these segments so you can instruct the linker to place them in banks
3678           (linkEdit): use code_loc for HOME segment which should be the first
3679           segment in code memory now
3680         * src/SDCCmem.c: fixed more stuff like bug 1238386
3681         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
3682           (changePointer): don't change function pointers to code pointers for
3683           banked functions,
3684           (compareType): added exceptional check for banked function pointers
3685         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
3686         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
3687           after static in code memory
3688         * src/mcs51/gen.c: added aopLiteralLong prototype,
3689           (aopForSym): use getSize for functions,
3690           (genCall): generate banked calls over one trampoline __sdcc_banked_call
3691           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
3692           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
3693           the segment,
3694           (genPcall): use call for literal function pointers and generate banked
3695           calls over the one trampoline so there's only one place for the user to
3696           modify according to his/hers hardware,
3697           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
3698           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
3699         * src/mcs51/main.c: added keyword banked,
3700           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
3701         * support/Util/SDCCerr.c,
3702         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
3703           needed for passing the bank and address to the trampoline
3704         * device/lib/mcs51/crtbank.asm: added for bankswitching
3705         * device/lib/mcs51/Makefile: added crtbank
3706
3707 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3708
3709         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
3710           for fields at offset 0 of a struct or union as reported
3711           on 2005-07-07 in the developer mailing list.
3712
3713 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
3714
3715         * src/SDCCmem.c: fixed bug 1238386
3716
3717 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3718
3719         * src/mcs51/peeph.def: added labelrefcounting for peepholes
3720           (patch #1144962), added peephole 300, enabled 259.x
3721         * doc/sdccman.lyx: removed screenshot and provided link instead
3722
3723 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3724
3725         * doc/sdccman.lyx: added section about debugging with ddd
3726         * doc/figures/ddd_example.eps: screenshot of debugging session
3727
3728 2005-07-04 Raphael Neider <rneider AT web.de>
3729
3730         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
3731           like CODE pointers, fixes #1115683
3732         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
3733           call, fixes bugs #1232211, #1228110,
3734           fixed wrong casts to pCodeFlow from pCodeInstructions
3735
3736 2005-07-04 Raphael Neider <rneider AT web.de>
3737
3738         * src/pic/gen.c (popGet): changed assert to allow for
3739           bit operands
3740         * (popGetAddr): changed signature to provide
3741           an additional index, patched all call sites
3742         * (genCmpEq): handle literal-like operands correctly
3743         * (genAddrOf): added sanity checks on __code/__data pointers
3744         * (genAssign): added handling of symbols from __code section
3745         * (gencjne): do not generate code for comparisons whose result
3746           is neither stored nor used, fixes bug #1171114
3747         * (AccLsh, AccRsh): operate on operand instead of WREG
3748         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
3749           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
3750           by known count
3751         * rewrote complete shift-by-literal logic, commented unused
3752           functions out
3753         * (genConstPointerGet): get multiple bytes (if result size > 1),
3754           fixed handling of non-immediate addresses
3755         * (genPointerGet): handle CODE pointers like CONST pointers
3756         * (genpic14Code): insert C-SRC lines as Cource-pCodes
3757         * ({aop,op}_isLitLike): NEW, single place to decide whether an
3758           operand is to be treated as a literal or not
3759         * (mov2w,genPcall,genCmpEq),
3760           src/pic/genarith.c: use aop_isLitLike() to decide between
3761           literal/register contents
3762         * (addSign): added missing offset
3763         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
3764           only emit comment in debug-mode,
3765           use {aop,op}_isLitLike throughout the file
3766         * src/pic/glue.c: fix initializers for pointers (work in progress)
3767         * src/pic/pcode.c (get_op): honor index on _const symbols
3768         * ({reset,dump}pCodeStatistics): NEW, estimate code size
3769         * (dumppBlock): added pCode size estimation
3770         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
3771           check for IS_SYMOP before OP_SYMBOL'ing
3772         * fixed indentation, compacted switch-statements
3773         * (allocReg): find free register and allocate it instead of
3774           allocating new registers all the time
3775         * (deassignLRs): prevent POINTER_GET's from being assigned the same
3776           registers as its operands (necessary only for multibyte GETs)
3777
3778 2005-07-01 Raphael Neider <rneider AT web.de>
3779
3780         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
3781           debugging .asm-output macros FENTRY + FEXIT
3782         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
3783           way... I wonder...
3784         * (emitpComment): NEW, printf to pCode
3785         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
3786           offset handling
3787         * (popGetAddr): NEW, variant of popGet to access an immediates
3788           high(er) bytes instead of the n'th byte of memory they reference,
3789           replaced popGet with popGetAddr where neccessary
3790         * (genDataPointerGet): reactivated and fixed implementation
3791         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
3792           accesses
3793         * (genDataPointerSet): fixed multibyte assignments
3794         * (genpic14Code): fixed --i-code-in-asm handling
3795         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
3796         * (genPlus): fixed index-out-of-bounds error
3797         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
3798         * src/pic/ralloc.c: added debugging output macro FENTRY2
3799         * (spillThis): fixed indentation, enbraced for-body for clarity
3800         * (rematStr): commented out as now unused
3801         * (regTypeNum): commented out special spill case (overwrites
3802           arbitrary values)
3803         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
3804
3805 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
3806
3807         * doc/sdccman.lyx: documented sfr16/sfr32,
3808           added example for using storage class with function pointers
3809         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
3810
3811 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
3812
3813         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
3814         * device/lib/_itoa.c,
3815         * device/lib/_ltoa.c: optimized codesize
3816         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
3817           but don't know how to suppress the double warning.
3818         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
3819         * support/Util/SDCCerr.c,
3820         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
3821
3822 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
3823
3824         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
3825           fixed old K&R prototypes
3826         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
3827         * device/lib/_gptrget.c,
3828         * device/lib/_gptrgetc.c,
3829         * device/lib/_gptrput.c: changed versions for new memory indicator values,
3830           also new versions for small generic pointers and banked generic pointers
3831         * src/port.h: added const_name
3832         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
3833         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
3834         * src/SDCCcse.c (findPrevIc): check all associative operators
3835         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
3836         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
3837         * src/SDCCmem.c: updated comments,
3838           set far-space to 0 for pdata, results in optimized code
3839         * src/SDCCmem.h: added macro CONST_NAME
3840         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
3841           moving the info into the highest bits, see also gptrget/gptrput
3842         * src/src.dsp: added sdcc.ico to project files
3843         * src/avr/gen.c (genCast): fixed bug 0x%d
3844         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
3845         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
3846           relation between ptr_type and DCL_TYPE,
3847           (genCast): fixed bug 0x%d
3848         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
3849           (CODE)" for const_name
3850         * src/hc08/gen.c (genCast): fixed bug 0x%d
3851         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
3852           (hc08_port): added "CONST (CODE)" for const_name
3853         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
3854           (aopForRemat, adjustArithmeticResult): disconnected direct relation
3855           between ptr_type and DCL_TYPE,
3856           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
3857           operand* and took AOP() inside function so sfr-ness can be checked,
3858           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
3859           new prototype,
3860           (genFunction, genEndFunction): optimized stack setup,
3861           (genMinus): optimized for literals with ending zeroes (in bytes),
3862           (genCast): fixed bug 0x%d
3863         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
3864           (mcs51_port): added "CONST (CODE)" for const_name
3865         * src/mcs51/peeph.def: made rule 226 more generic
3866         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
3867         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
3868         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
3869         * src/z80/main.c (z80_port): added NULL for const_name,
3870           (gbz80_port): added NULL for const_name
3871         * support/regression/tests/bug663539.c,
3872         * support/regression/tests/sfr16.c: new tests
3873
3874 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3875
3876         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
3877
3878 2005-06-24 Raphael Neider <rneider AT web.de>
3879
3880         * device/lib/pic16/libdev/pic18f[68][567]20.c:
3881           corrected typos...
3882         * device/include/pic16/signal.h: added USBIF
3883           and SIG_USB
3884
3885 2005-06-24 Raphael Neider <rneider AT web.de>
3886
3887         * device/lib/pic16/libdev/pic18f2455.c,
3888           device/include/pic16/pic18f2455.h: NEW
3889         * device/include/pic16/pic18fregs.h,
3890           device/lib/pic16/pics.all,
3891           src/pic16/device.c: added 18f2455
3892         * device/lib/pic16/libdev/pic18f[68][567]20.c,
3893           device/include/pic16/{pic18f[68][567].h,usart.h}:
3894           replaced MULTIPLE_USARTS define with more relaible
3895           compatibility sfrs (for USART access)
3896
3897 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
3898
3899         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
3900           and the output asm file line is printed on two lines.
3901
3902 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3903
3904         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
3905           BGT, BLE, BHI, and BLS instructions
3906         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
3907           genCmpEq): removed
3908         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
3909           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
3910           fixes bug #1216342
3911         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
3912
3913 2005-06-15 Raphael Neider <rneider AT web.de>
3914
3915         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
3916         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
3917         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
3918           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
3919           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
3920
3921 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3922
3923         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
3924           Marcel Telka in bug #1215704
3925
3926 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
3927
3928         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
3929           located in shared memory bank.
3930
3931 2005-05-31 Raphael Neider <rneider AT web.de>
3932
3933         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
3934           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
3935           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
3936
3937 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
3938
3939         * device/lib/_strncpy.c: fixed the fix
3940
3941 2005-05-26 Raphael Neider <rneider AT web.de>
3942
3943         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
3944           initializers with \0, bug #1208187
3945         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
3946           intializers with \0, bug #1208187
3947
3948 2005-05-26 Raphael Neider <rneider AT web.de>
3949
3950         * src/pic16/glue.c (pic16_printIvalChar): fixed string
3951           initializers with \0, bug #1208187
3952         * src/pic16/main.c (_process_pragma): added sanity checks
3953           for stack position and size, emit warnings when appropriate
3954
3955 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
3956
3957         * device/lib/_strncpy.c: fixed not filling with \0
3958
3959 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3960
3961         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
3962           createFunction),
3963         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
3964           compound_statement),
3965         * src/SDCCsymt.h,
3966         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3967
3968 2005-05-24 Raphael Neider <rneider AT web.de>
3969
3970         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3971
3972 2005-05-24 Raphael Neider <rneider AT web.de>
3973
3974         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3975           TRISE definitions, closes bug #1162453
3976
3977 2005-05-22 Raphael Neider <rneider AT web.de>
3978
3979         * src/pic16/main.c (_process_pragma): check for missing
3980           arguments to pragmas code and udata
3981         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3982           consistency fixes to match other headers (thanks to Jim Paris)
3983         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3984
3985 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3986
3987         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3988
3989 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3990
3991         * support/regression/tests/bug1198642.c: new test
3992         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3993         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3994         * support/scripts/resource.h,
3995         * support/scripts/resource.rc,
3996         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3997         * support/scripts/sdcc.ico: added 32x32 icon
3998
3999 2005-05-18 Raphael Neider <rneider AT web.de>
4000
4001         * device/lib/pic16/libdev/pic18f*.c,
4002         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
4003           keywords to "__sfr" and "__at (X)"
4004         * device/include/pic16/pic18fregs.h: added pic18f4520
4005         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
4006           #1203088 (MPLAB compatibility)
4007
4008 2005-05-17 Raphael Neider <rneider AT web.de>
4009
4010         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
4011         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
4012         * device/lib/pic16/pics.all: added new devices
4013         * src/pic16/device.c: added support for pic18f4520
4014
4015 2005-05-16 Raphael Neider <rneider AT web.de>
4016         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
4017         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
4018         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
4019           convenience function for bit access
4020
4021 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4022
4023         * device/lib/printf_large.c: fixed bug 1193299
4024         * support/regression/tests/bug1057979.c: added test %3.3s
4025
4026 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4027
4028         * device/include/mcs51/8051.h,
4029         * device/include/mcs51/8052.h: made parseable with lint
4030         * device/include/mcs51/lint.h: added include file for (sp)lint
4031         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
4032         * doc/cdbfileformat.lyx,
4033         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
4034
4035 2005-05-14 Raphael Neider <rneider AT web.de>
4036
4037         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
4038         * device/lib/pic16/libc/stdlib/itoa.c (new)
4039         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
4040         * device/lib/pic16/libio/Makefile: exclude subdir according to
4041           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
4042         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
4043         * src/pic16/gen.c (genFunction): prevent annoying warning
4044         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
4045           nameclashes on BeOS
4046         * support/cpp2/cppmain.c (cpp_output_string): new
4047         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
4048           fixes bug 1116802
4049
4050 2005-05-13 Borut Razem <borut.razem AT siol.net>
4051
4052         * src/SDCCmain.c (linkEdit): fixed bug 1195202
4053
4054 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4055
4056         * .version: changed to version 2.5.1; back to bleeding edge development
4057
4058 2005-05-11 Borut Razem <borut.razem AT siol.net>
4059
4060         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
4061           generate PDF version 1.3 documents
4062
4063 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4064
4065         * .version: changed to version 2.5.0
4066
4067 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4068
4069         * doc/sdccman.lyx: updated weblinks, index and smaller updates
4070
4071 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4072
4073         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
4074         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
4075         well as many smaller updates.
4076         * .version: changed to version 2.5.0-pre1
4077
4078 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4079
4080         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
4081
4082 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
4083
4084         * support/regression/tests/bug1185672.c: added
4085         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
4086           bug 1185672
4087         * src/mcs51/gen.c (genCall): added comments, made it look safer
4088         * src/mcs51/gen.c (genEndFunction): simplified
4089
4090 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
4091
4092         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
4093
4094 2005-04-14 Borut Razem <borut.razem AT siol.net>
4095
4096         * fixed bug 1045046 - SIGSEGV with really simple code?:
4097           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
4098           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
4099
4100 2005-04-14 Borut Razem <borut.razem AT siol.net>
4101
4102         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
4103           src/pic16/device.h: temporarily disabled experimental #inline pragma
4104           for 2.5.0 release
4105
4106 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
4107
4108         * device/include/z80/stdio.h,
4109         * device/include/z80/string.h: removed these highly incomplete files so
4110           SDCC can use the default ones in device/include/
4111
4112 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4113
4114         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
4115         gcc warning.
4116         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
4117         fix sdcpp warnings.
4118
4119 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
4120
4121         * device/include/malloc.h: removed redundant __reentrant prototypes
4122         * device/lib/_mullong.c: added working xstack variant in asm (C version
4123           doesn't pass regression tests)
4124         * device/lib/bpx.c: used __data and made bpx char for mcs51
4125         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
4126           (createFunction): fixed bug with xstackPtr
4127         * src/SDCCcse.c: corrected comments
4128         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
4129           (killDeadCode, eBBlockFromiCode): removed unused code
4130         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
4131           corrected comments
4132         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
4133           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
4134           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
4135           (genModOneByte): fixed warning in MSVC
4136         * src/mcs51/main.c (): added comments
4137         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
4138
4139 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
4140
4141         * src/SDCCmain.c (linkEdit): oops, changed one line too many
4142
4143 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
4144
4145         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
4146
4147 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
4148
4149         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
4150         characters arrays of larger size than the declared one.
4151
4152 2005-04-10 Borut Razem <borut.razem AT siol.net>
4153
4154         * src/pic/gen.c (genInline),
4155           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
4156           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
4157           (findNextInstruction), (findPrevInstruction),
4158           (findInstructionUsingLabel),
4159           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
4160         * src/pic/pcode.c (findLabel): added missing '\n'
4161         * src/src.dsp: added SDCCdwarf2.c to the project
4162
4163 2005-04-09 Borut Razem <borut.razem AT siol.net>
4164
4165         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
4166
4167 2005-04-08 Raphael Neider <rneider AT web.de>
4168
4169         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
4170           into the chain after a given one) and mergeDefmapSymbols (combine
4171           defmap entries for each symbol per pcode)
4172         * (createDefmap): have defmap entries merged in the end
4173         * (defmapReplaceSymRef): split defmap entries covering two accesses to
4174           a symbol before replacing one access type's symbol, merge symbols in
4175           the end (replacement symbol might already have an entry)
4176         * (assignValnums): keep reference to written WREG intact
4177
4178 2005-04-08 Raphael Neider <rneider AT web.de>
4179
4180         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
4181           Alpha)
4182
4183 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
4184
4185         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
4186         bytes
4187
4188 2005-04-07 Raphael Neider <rneider AT web.de>
4189
4190         * device/include/pic16/usart.h: added compatibility defines for
4191           devices with more than one USART
4192         * device/include/pic16/pic18f[68][567]20.h: activated above defines
4193
4194 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4195
4196         * device/lib/Makefile.in: updated for port specific include
4197
4198 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4199
4200         * support/regression/ports/mcs51/spec.mk: added mcs51 include
4201
4202 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4203
4204         * device/include/8051.h,
4205         * device/include/8052.h,
4206         * device/include/at89S8252.h,
4207         * device/include/at89c55.h,
4208         * device/include/at89x051.h,
4209         * device/include/at89x51.h,
4210         * device/include/at89x52.h,
4211         * device/include/mcs51reg.h,
4212         * device/include/reg51.h,
4213         * device/include/reg764.h,
4214         * device/include/regc515c.h,
4215         * device/include/sab80515.h: (re)moved these 12 files
4216         * device/include/mcs51/8051.h,
4217         * device/include/mcs51/8052.h,
4218         * device/include/mcs51/at89S8252.h,
4219         * device/include/mcs51/at89c55.h,
4220         * device/include/mcs51/at89x051.h,
4221         * device/include/mcs51/at89x51.h,
4222         * device/include/mcs51/at89x52.h,
4223         * device/include/mcs51/mcs51reg.h,
4224         * device/include/mcs51/reg51.h,
4225         * device/include/mcs51/reg764.h,
4226         * device/include/mcs51/regc515c.h,
4227         * device/include/mcs51/sab80515.h: and added them here
4228
4229 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
4230
4231         * device/include/stdarg.h: changed SDCC specific keywords to double
4232           underlined form.
4233         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
4234           mcs51 and ds390.
4235         * device/include/hc08/mc68hc908gp32.h,
4236         * device/include/hc08/mc68hc908jb8.h,
4237         * device/include/hc08/mc68hc908jkjl.h,
4238         * device/include/hc08/mc68hc908qy.h: fixed comments
4239         * device/include/mcs51/README: updated
4240         * device/include/mcs51/c8051f120.h: added PINRSF
4241         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
4242         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
4243           amidst code. Also inline is not supported.
4244
4245 2005-04-06 Raphael Neider <rneider AT web.de>
4246
4247         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
4248         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
4249           callers stack/frame pointers
4250
4251 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
4252
4253         * device/include/pic16/usart.h: added, missing in previous commit,
4254         * device/include/pic16/adc.h: fixed typo,
4255         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
4256         commit,
4257         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
4258         <p18fxxx.inc>
4259         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
4260         uninitialized because a bug appears with gplink
4261         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
4262         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
4263         complains for unrecognised option
4264
4265 2005-04-05 Raphael Neider <rneider AT web.de>
4266
4267         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
4268           structs as well (using memcpy)
4269         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
4270           on ISRs (GOTO has no label)
4271         * src/pic16/device.h: added OF_OPTIMIZE_DF
4272         * src/pic16/main.c: added compiler switch --optimize-df to enable the
4273           new data flow analysis/optimization
4274         * src/pic16/pcode.c: added (prototypes for and implementation of)
4275           dataflow analysis functions, fixed pCodeInstructions' inCond and
4276           outCond values, made RCALL a branch instruction
4277         * (pic16_unlinkpCode): keep C line if possible
4278         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
4279           C line moved if possible
4280         * (pic16_getRegFrompCodeOp): NEW, improved version of...
4281         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
4282           to use new pic16_getRegFrompCodeOp (works for more SFRs)
4283         * (pic16_BuildFlow): fixed skip instructions with label (did not start
4284           new flow)
4285         * (pic16_getJumptabpCode): NEW, needed in...
4286         * (LinkFlow): fixed handling of jumptables, calls and conditional
4287           branches
4288         * (pic16_InsertCommentAfter): NEW
4289         * (pic16_pCodeReplace): made verbose and flow preserving
4290         * (AnalyzeFlow): added call to data flow analysis
4291         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
4292         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
4293         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
4294
4295 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4296
4297         * src/SDCCast.c (decorateType): fixed bug #1105626
4298
4299 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
4300
4301         * device/include/asm/pic16/features.h,
4302         * pic18f*.h headers,
4303         * device/include/pic16/adc.h,
4304         * device/include/pic16/delay.h,
4305         * device/include/pic16/i2c.h,
4306         * device/include/pic16/malloc.h,
4307         * device/include/pic16/stdio.h,
4308         * device/include/pic16/stdlib.h,
4309         * device/include/pic16/string.h,
4310         * device/lib/pic16/libc/stdio/printf_tiny.c,
4311         * device/lib/pic16/libc/stdio/printf_small.c,
4312         * device/lib/pic16/libc/stdio/strmgpsim.c,
4313         * device/lib/pic16/libc/stdio/strmmssp.c,
4314         * device/lib/pic16/libc/stdio/strmusart.c,
4315         * device/lib/pic16/libc/stdio/vfprintf.c,
4316         * device/lib/pic16/libc/stdlib/ltoa.c,
4317         * device/lib/pic16/libc/stdlib/putchar.c,
4318         * device/lib/pic16/libc/stdlib/x_ftoa.c,
4319         * device/lib/pic16/libc/stdlib/memchrpgm.c,
4320         * device/lib/pic16/libc/stdlib/memchrram.c,
4321         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
4322         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
4323         * device/lib/pic16/libio/adc/adcbusy.c,
4324         * device/lib/pic16/libio/adc/adcread.c,
4325         * device/lib/pic16/libio/adc/adcsetch.c,
4326         * device/lib/pic16/libio/usart/ubaud.c,
4327         * device/lib/pic16/libio/usart/ubusy.c,
4328         * device/lib/pic16/libio/usart/udrdy.c,
4329         * device/lib/pic16/libio/usart/uopen.c,
4330         * device/lib/pic16/libio/usart/uputc.c,
4331         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
4332         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
4333         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
4334         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
4335         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
4336         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
4337         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
4338         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
4339         specific keywords to double underlined form,
4340         * device/lib/pic16/libc/Makefile.rules,
4341         * device/lib/pic16/libsdcc/Makefile.rules,
4342         * device/lib/pic16/libm/Makefile,
4343         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
4344         to compile with C standard set in Makefile.common
4345         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
4346         rand.c and crc.c in compilation process,
4347         * device/lib/pic16/libsdcc/int/divuint.c,
4348         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
4349         `c' from signed to unsigned,
4350         * device/lib/pic16/startup/crt0.c,
4351         * device/lib/pic16/startup/crt0i.c,
4352         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
4353         keywords to double underlined form, bug fixes in _do_cinit function
4354         which prevented the correct initialization of the .idata segment,
4355         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
4356         core to enter a infinite loop
4357         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
4358
4359 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4360
4361         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
4362
4363 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4364
4365         * device/include/Makefile.in: add support for hc08 subdirectory
4366         * device/include/hc08/: new subdirectory
4367         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
4368         Lucas Loizaga, thanks!
4369         * device/include/hc08/mc68hc908qy.h,
4370         * device/include/hc08/mc68hc908gp32.h,
4371         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
4372         their own directory. Changed internal macro names to use the compiler
4373         reserved namespace. Changed SDCC specific keywords to double
4374         underlined form.
4375         * device/include/math.h,
4376         * device/include/malloc.h,
4377         * device/include/stdarg.h,
4378         * device/include/stdbool.h
4379         * device/include/string.h,
4380         * device/include/tinibios.h,
4381         * device/include/ds400rom.h,
4382         * device/include/8051.h,
4383         * device/include/8052.h,
4384         * device/include/80c51xa.h,
4385         * device/include/at89c55.h,
4386         * device/include/at89S8252.h,
4387         * device/include/at89x51.h,
4388         * device/include/at89x52.h,
4389         * device/include/ds80c390.h,
4390         * device/include/reg764.h,
4391         * device/include/regc515c.h,
4392         * device/include/sab80515.h,
4393         * device/include/mcs51/c8051f000.h,
4394         * device/include/mcs51/c8051f018.h,
4395         * device/include/mcs51/c8051f020.h,
4396         * device/include/mcs51/c8051f040.h,
4397         * device/include/mcs51/c8051f060.h,
4398         * device/include/mcs51/c8051f120.h,
4399         * device/include/mcs51/c8051f300.h,
4400         * device/include/mcs51/c8051f310.h,
4401         * device/include/mcs51/c8051f320.h,
4402         * device/include/mcs51/c8051f330.h,
4403         * device/include/mcs51/c8051f350.h,
4404         * device/include/z180.h: Changed SDCC specific keywords to double
4405         underlined form.
4406
4407 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
4408
4409         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
4410         18F4455,
4411         * (pic16_assignConfigWordValue): disable testing of configuration
4412         register value with config mask,
4413         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
4414         function with port->fun_prefix,
4415         * (genFunction): when generating a naked interrupt function never
4416         create an absolute segment placed in interrupt vector address, place
4417         the actual interrupt function at IVA instead, when an interrupt
4418         function is generated with unspecified interrupt then do not create
4419         the absolute section,
4420         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
4421         code for generating a call to generic pointer get/put function with
4422         a call to function pic16_callGenericPointer(),
4423         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
4424         the call to the generic pointer get/put functions with prefixing the
4425         function name with port->fun_prefix,
4426         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
4427         * src/pic16/main.c (_process_pragma): prefix function with
4428         port->fun_prefix,
4429         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
4430         calling assembler, old 18Fxxxx macro is deprecated,
4431         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
4432         PC_ASMDIR in while condition,
4433         * (findInstruction): add PC_ASMDIR in while condition,
4434         * (buildCallTree): prefix main with port->fun_prefix,
4435         * (pic16_pCode2str): fixed bug that didn't emit the memory access
4436         identifier for variable with banked access in instructions BTFSS,
4437         BTFSC, BCF, BSF, BTG
4438         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
4439         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
4440         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
4441         perform optimization when enviroment variable NO_REG_OPT is set,
4442         * (insideLRBlock): NEW, return 1 if register is inside an
4443         INF_LOCALREGS block,
4444         * (RemoveRegFromLRBlock): remove a register that is completely
4445         eliminated by register optimization, but it is still left in local
4446         register store/restore in/from stack block,
4447         * (Remove2pcodes): after removing register, check to see if it
4448         should be removed from local register store/restore in/from stack
4449         block,
4450         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
4451         DUMMY_READ_VOLATILE,
4452
4453         * device/include/pic16/adc.h: minor prototype modifications and
4454         update,
4455         * device/include/pic16/malloc.h: added GPL notice various
4456         modifications,
4457         * device/include/pic16/stdint.h: NEW, standard header for ints
4458         * device/include/pic16/delay.h: NEW, header for delay functions,
4459         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
4460         delay1mtcy,
4461         * device/include/pic16/signal.h: NEW, header providing helper macros
4462         for implementing signal handlers,
4463         * device/include/pic16/stdio.h: added prototypes for functions,
4464         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
4465         prototypes for stdin and stdout, added macro PUTCHAR to
4466         automatically implement putchar function prototype,
4467         * device/include/pic16/usart.h: modified and updated USART library,
4468         * device/lib/pic16/libio/adc/,
4469         * device/lib/pic16/libio/i2c: some modifications to improve library
4470         performance,
4471         * device/lib/pic16/libc/stdio/: modifications for the new printf*
4472         family of functions,
4473         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
4474         family of functions and other sources,
4475         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
4476         of the PIC18Fxx[28] devices,
4477         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
4478         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
4479         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
4480         _do_cinit function, because the previous failed when local variables
4481         where not placed in the same memory bank,
4482         * device/lib/pic16/libsdcc/char/: various modifications to improve
4483         library performance,
4484         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
4485         information on the new functions of the c library and more...
4486
4487 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4488
4489         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
4490
4491 2005-03-26 Raphael Neider <rneider AT web.de>
4492
4493         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
4494           if condition == CARRY)
4495         * (genCmp): adapted to new genSkipc semantics
4496         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
4497           on rIfx (genCmp was broken)
4498
4499 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4500
4501         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
4502         * src/z80/main.c (_keywords[]),
4503         * src/SDCCglobal.h (struct options),
4504         * src/SDCC.y,
4505         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
4506         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
4507         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
4508         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
4509         always available in leading double underscore form. The C99 support is
4510         mostly missing, but it's a start.
4511         * support/regression/tests/bug-227710.c: fixed nonconforming use of
4512         reserved identifier "__data".
4513
4514 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
4515
4516         * src/mcs51/peeph.def: fixed bug 1170013
4517
4518 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
4519
4520         * device/include/mcs51reg.h: fixed bug 842007
4521
4522 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4523
4524         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
4525         last time.
4526
4527 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4528
4529         * src/port.h (struct PORT),
4530         * src/avr/ralloc.c (avr_assignRegisters),
4531         * src/avr/main.c,
4532         * src/ds390/ralloc.c (ds390_assignRegisters),
4533         * src/ds390/main.c,
4534         * src/hc08/ralloc.c (hc08_assignRegisters),
4535         * src/hc08/main.c,
4536         * src/mcs51/ralloc.c (mcs51_assignRegisters),
4537         * src/mcs51/main.c,
4538         * src/pic/ralloc.c (pic14_assignRegisters),
4539         * src/pic/main.c,
4540         * src/pic16/ralloc.c (pic16_assignRegisters),
4541         * src/pic16/main.c,
4542         * src/xa51/ralloc.c (xa51_assignRegisters),
4543         * src/xa51/main.c,
4544         * src/z80/ralloc.c (z80_assignRegisters),
4545         * src/z80/ralloc.h,
4546         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
4547         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
4548         * src/SDCCcse.h,
4549         * src/SDCCdflow.c (computeDataFlow),
4550         * src/SDCCdflow.h,
4551         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
4552         * src/SDCCloop.h,
4553         * src/SDCCcflow.c (*),
4554         * src/SDCCcflow.h,
4555         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
4556         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
4557         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
4558         immedDom() returning wrong block; probably fixes bug #1160833)
4559
4560 2005-03-20 Borut Razem <borut.razem AT siol.net>
4561
4562         * support/scripts/inc2h.pl: WIN32 port
4563
4564 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
4565
4566         * device/lib/makefile.in: added abs.c and labs.c
4567
4568 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
4569
4570         * device/include/stdint.h: added
4571         * device/lib/abs.c: added
4572         * device/lib/labs.c: added
4573         * device/include/stdlib.h: added abs() and labs() prototypes
4574         * device/lib/libsdcc.lib: added abs and labs
4575         * device/include/float.h,
4576         * device/lib/_fsmul.c,
4577         * device/lib/printf_fast.c,
4578         * device/lib/printf_tiny.c: updated comments
4579
4580 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4581
4582         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
4583         bug #1164313
4584
4585 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4586
4587         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
4588         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
4589
4590 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
4591
4592         * device/lib/printf_large.c: removed inline assembly for portability and
4593           readability. Use printf_fast if speed or size are more important.
4594         * src/pic16/gen.c: removed conditions around use of DEBUGpc
4595         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
4596
4597 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
4598
4599         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
4600         prevent compiler warning
4601
4602 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
4603
4604         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
4605         moved to level 0 and declared as static. Also they are explicit
4606         placed in access bank. This was necessery because some times they
4607         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
4608         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
4609         optimizations. Currently only compare to unsigned char is implemented,
4610         * src/pic16/gen.c: added fReturnIdx array,
4611         * (struct resolvedIfx) is moved to gen.h and made public,
4612         * (struct _G): added sregsAlloc and sregsAllocSet fields,
4613         * (aopForSym): added an optimization to directly store in stack of
4614         the operand of a SEND iCode,
4615         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
4616         but as registers instead (AOP_REG) using the fReturnIdx array,
4617         * (pic16_freeAsmop): remove the freed register from the
4618         _G.sregsAlloc field,
4619         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
4620         a compare of 'WREG',
4621         * (pic16_popGetTempRegCond): changed function prototype, now
4622         function takes also a bitVector argument v which holds the current
4623         set of registers that are allocated for stack access by aopForSym,
4624         registers allocated in aopForSym for accessing stack symbols are not
4625         any more part of the functions usedRegs field,
4626         * (genCall): some times aopOp is called for a stack variable to be
4627         send, aopForSym might perform the push, if this is true make sure
4628         that genCall doesn't push the variable twice by testing _G.resDirect,
4629         * (genFunction): changed testing for unspecified interrupt number
4630         from 256 to INTNO_UNSPEC,
4631         * modified selection scheme of frame pointer generation. Previously
4632         if function did use local registers a frame pointer was generated,
4633         now a frame pointer is generated only if function has arguments
4634         (that need PLUSW2 register access), or has stack arguments, or the
4635         compiler is not instructed to omit the frame pointer,
4636         * (genEndFunction): before restoring local registers that were saved
4637         in the function preamble, also restore the registers that *might*
4638         have been allocated for stack access,
4639         * (genRet): removed some old comments,
4640         * (genCmp, the active (RN's) version): added a call to the
4641         pic16_genCmp_special function to perform the compare with a more
4642         robust and optimized way,
4643         * (genInline): a feature has been added in inline code generation,
4644         which allows a wildcard variable substitution when writing inline
4645         assembly. Code is incomplete and experimental therefore undocumented,
4646         * (genCast): changed order of aopOp for result and right to allow
4647         aopForSym to directly load the result if possible,
4648         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
4649         perform an optimized compare on some selected special occasions,
4650         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
4651         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
4652         generate an IVT any more,
4653         * src/pic16/main.c (pic16_optionsTable): added command line option
4654         --optimize-cmp,
4655         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
4656         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
4657         macros,
4658         * src/pic16/NOTES: Raphael Neider added in list of active developers
4659         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
4660         jumptable_end to prevent bug #,
4661         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
4662         inCond and outCond fields,
4663         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
4664         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
4665         turn off register spilling,
4666         * (packRegsForOneUse): synced with other ports' versions although it
4667         is not used currently,
4668         * (pic16_packRegisters): added an optimization while reading
4669         structure bitfields, some registers may be saved (malloc code is
4670         decreased by 80 bytes)
4671
4672 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
4673
4674         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
4675         left is a bitfield, if yes, then don't optimize assignment. Perhaps
4676         this can be optimized more?
4677
4678 2005-03-10 Raphael Neider <rneider AT web.de>
4679
4680         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
4681           genNearPointerGet): (hopefully) fixed access to bitfields via
4682           pointers (p->bitN = x; and x = p->bitN; failed)
4683
4684 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
4685
4686         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
4687
4688 2005-03-09 Raphael Neider <rneider AT web.de>
4689
4690         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
4691
4692 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
4693
4694         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
4695         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
4696           (regTypeNum): set REG_BIT type if necessary
4697         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
4698         * support/regression/tests/critical.c: check bug 1144613
4699
4700 2005-03-02 Raphael Neider <rneider AT web.de>
4701
4702         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
4703
4704 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4705
4706         * src/avr/ralloc.c (serialRegAssign),
4707         * src/ds390/ralloc.c (serialRegAssign),
4708         * src/hc08/ralloc.c (serialRegAssign),
4709         * src/mcs51/ralloc.c (serialRegAssign),
4710         * src/pic/ralloc.c (serialRegAssign),
4711         * src/pic16/ralloc.c (serialRegAssign),
4712         * src/xa51/ralloc.c (serialRegAssign),
4713         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
4714
4715 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
4716
4717         * src/SDCCast.c (decorateType): fixed bug 1124787
4718
4719 2005-02-20 Hubert Sack <sack AT digiplan.de>
4720         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4721
4722         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
4723         patch #1121755
4724
4725 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4726
4727         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
4728         to keep the correct label reference count when adding/removing references
4729         to labels. A peephole file using this is appended to patch #1144962.
4730
4731 2005-02-14 Raphael Neider <rneider AT web.de>
4732
4733         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
4734         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
4735         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
4736           retrievals of result operand's value on assignment
4737
4738 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
4739
4740         * device/include/pic16/string.h: modified prototype for memccpy()
4741         to memccpy(void *, void *, char, size_t)
4742         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
4743         check whether to omit frame pointer or not,
4744         * (genInline): convert all occurences of "\n" to LF in inline
4745         assembler blocks, this helps formatting the inline text,
4746         * (pic16_loadFSR0): modified prototype,
4747         * (genNearPointerGet, genNearPointerSet): reorganization of code,
4748         removed some 8051 legacy code,
4749         * (genPackBits): enabled handling bitfields exceeding one byte in size,
4750         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
4751         before allocating temporary registers in functions,
4752
4753 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
4754
4755         * support/regression/tests/bitvars.c: corrected the "fix"
4756
4757 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
4758
4759         * support/regression/tests/bitvars.c,
4760         * support/regression/tests/bitwise.c,
4761         * support/regression/tests/rotate.c: "fixed" problems on Alpha
4762
4763 2005-02-10 Raphael Neider <rneider AT web.de>
4764
4765         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
4766           different size for Alpha
4767         * src/pic16/gen.c (genCmpEq) : improved compare with 0
4768
4769 2005-02-09 Raphael Neider <rneider AT web.de>
4770
4771         * src/SDCC.lex(doPragma) : save and restore warning options as well
4772           (also added new stack plus clone- and copyAndFreeSDCCERRG())
4773         * have #pragma less_pedantic set the errorlevel to WARNING
4774           (fixes #1117001)
4775         * (cloneOptimize) : fixed wrong malloc's size
4776         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
4777           facilitate correct handling of #pragma (save|restore)
4778
4779 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
4780
4781         * src/mcs51/gen.c: removed non-standard C nameless struct/union
4782
4783 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
4784
4785         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
4786
4787 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
4788
4789         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
4790
4791 2005-02-02 Raphael Neider <rneider AT web.de>
4792
4793         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
4794         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
4795         * (pic16_storeForReturn): fixed to allow returning function pointers
4796         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
4797         * device/include/pic16/{stddef.h,stdbool.h}: added
4798
4799 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
4800
4801         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
4802
4803 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
4804
4805         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
4806         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
4807          appeared to be required
4808
4809 2005-01-31 Borut Razem <borut.razem AT siol.net>
4810
4811         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
4812           include/mcs51 and include/z80 directories to the package
4813
4814 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4815
4816         * src/hc08/gen.c (genFunction): fixed bug #1112752
4817
4818 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4819
4820         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
4821
4822 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4823
4824         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
4825
4826 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
4827
4828         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
4829
4830 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
4831
4832         * device/include/c8051fxxx.h: removed these 6 files
4833         * device/include/mcs51/c8051fxxx.h: added these 11 new files
4834
4835 2005-01-26 Raphael Neider <rneider AT web.de>
4836
4837         * src/pic16/gen.c (genAssign): fixed assignment from longs
4838           in codespace (were cut to three bytes)
4839         * (genDummyRead): implemented (except for CODESPACE...),
4840           fixed bug #1108575
4841         * src/pic16/glue.c (emitStatistics): beautified
4842         * device/lib/pic16/libm/Makefile: added include path
4843
4844 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4845
4846         * src/z80/gen.c (aopPut): fixed bug #1103902
4847
4848 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4849
4850         * device/lib/expf.c: fixed bug #1095792
4851
4852 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
4853
4854         * device/lib/pic16/libm: added Math library sources
4855
4856 2005-01-24 Raphael Neider <rneider AT web.de>
4857
4858         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
4859           to enable upcast to pCodeOpReg2 (there is no type tag to
4860           differenciate the two and pic16_popGet2p cast into PCOR2)
4861         * src/pic16/main.c (_process_pragma): fixed another malloc bug
4862           (sizeof(sectNames) changed to sizeof(sectName))
4863           Both patches fix segfaults under MinGW.
4864
4865 2005-01-23 Raphael Neider <rneider AT web.de>
4866
4867         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
4868           Safe_[mc]?alloc()'ed variables
4869         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
4870           of (byte sized) temporaries (assign them to WREG for now)
4871         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
4872           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
4873           this might fix SIGSEGVs on MinGW...
4874         * src/SDCCopt.c (killDeadCode): restored original behaviour
4875           (volatile operands might get thrown away though)
4876
4877 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
4878
4879         * src/pic16/gen.c: fixed bug #1106975,
4880         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
4881         pointer update, INTCON is saved, global interrupts are disabled and
4882         restored after updateing TOS.
4883         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
4884         * added function attribute 'shadowregs' to take advantage of shadow
4885         registers,
4886         * added function attribute 'wparam' as an alternative to the wparam
4887         pragma,
4888         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
4889         user declares a non-ISR function as 'shadowregs',
4890         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
4891
4892 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
4893
4894         * .version: bumped version number to 2.4.8
4895         * device/lib/pic16/pics.all: list of PIC18F devices supported by
4896         pic16 port,
4897         * device/lib/pic16/libio/i2c/: I2C module support library,
4898         * device/include/pic16/i2c.h: I2C support library header,
4899         * device/lib/pic16/libc/stdio/: standard IO support sources,
4900         * (printf_small.c): printf_small() source, supports float print,
4901         * (printf_tiny.c): printf_tiny() source, does not support floats,
4902         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
4903         enable global optimizations for entire library source, other
4904         Makefiles in the source tree are also modified to reflect this,
4905         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
4906         function,
4907         * doc/sdccman.lyx: updated to reflect new changes,
4908         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
4909         sym->onStack if-case,
4910         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
4911         sbit, idata, _idata, xdata, _xdata,
4912         * added pragma library, to link an external library, (see doc),
4913         * removed command line options, --pomit-config-words, --pomit-ivt,
4914         --pleave-reset-vector,
4915         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
4916         when calling assembler to reflect memory model used, also define
4917         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
4918         reflect stack model used,
4919         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
4920         on stack return NULL,
4921
4922 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4923
4924         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
4925           of the operands is volatile. Fixes #1020220
4926
4927 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4928
4929         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
4930         * (OptimizeRegUsage): make sure that there is really no other flow where
4931           the first pCode is used
4932
4933 2005-01-22 Raphael Neider <rneider AT web.de>
4934
4935         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
4936           to fix #1106967 (pCode->seq are not set up correctly)
4937
4938 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4939
4940         * src/SDCCglue.c (glue): make sure code area is declared before the
4941         static initialization area.
4942
4943 2005-01-21 Raphael Neider <rneider AT web.de>
4944
4945         * device/lib/Makefile.in: fixed test for pic16 install dir
4946         * device/lib/pic16/*/Makefile*: modified compile flags to enable
4947           optimizations
4948         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
4949           added --optimize-goto compiler switch and pragma wparam documentation
4950         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
4951         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
4952           and PRODH closing bug #1071770 (peephole optimizer)
4953
4954 2005-01-19 Raphael Neider <rneider AT web.de>
4955
4956         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
4957           cmdLine buffers (used when calling sdcpp...) are large enough
4958           (MAX_PATH=256 truncates arguments leading to system halts when
4959           used in MinGW...)
4960         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
4961         * (genUminus): rewritten to for efficiency
4962         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
4963           used uninitialized in some cases)
4964         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
4965           copy the third byte from the int -- now assumes 0x80 (data memory)
4966         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4967           operands (genAddLit expects the iCode's operands to swapped as
4968           well), fixed leftover bytes (crashed for short left operands)
4969         * (pic16_genMinusDec): performance improvements, removed false
4970           PIC14 emitSKPNCs
4971         * (pic16_genMinus): fixed to cope with differently sized operands
4972         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4973           for --obanksel > 1
4974         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4975         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4976           new banksel optimization
4977         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4978           analysis for temporary registers (segfaults...)
4979         * src/pic16/peeph.def: added rule
4980
4981 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4982
4983         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4984         which converts a float number to its ASCII representation
4985         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4986         functions to convert the fractional and integer part of a float to ASCII,
4987         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4988         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4989         ram
4990         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4991         _STATMEM macros,
4992         * device/include/pic16/adc.h: added GPL info,
4993         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4994         a pCodeOp as tested operand,
4995         * (genNearPointerGet): optimized bit testing, does not use
4996         intermediate register for bit value, test directly instead with
4997         BTFSS, BTFSC, works only for single bits,
4998         * (genpic16Code): dump the name of the iCode in the asm,
4999         * src/pic16/ralloc.c (decodeOp): removed static declaration and
5000         renamed to pic16_decodeOp,
5001         * (serialRegAssign): do not allocate a temporary register for iCode
5002         sequences that test a single bit for 1/0
5003
5004 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
5005
5006         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
5007         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
5008         access stack and frame pointers. They are initially assigned to
5009         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
5010         accessing SFRs. Updated all occurences of modification of stack or
5011         frame pointer in gen.c and pcode.c,
5012         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
5013         assigning of a literal value to pointers,
5014         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
5015         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
5016         selected
5017
5018 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5019
5020         * doc/sdccman.lyx: update documentation about stack pragma, added
5021         some info for stack memory models
5022
5023 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5024
5025         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
5026
5027 2005-01-08 Raphael Neider <rneider AT web.de>
5028
5029         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
5030           udata sections to fix bug #1097823
5031
5032 2005-01-05 Raphael Neider <rneider AT web.de>
5033
5034         * src/pic16/gen.c (genGenericShift): added handling of differently
5035           sized left operand and result
5036
5037 2005-01-04 Raphael Neider <rneider AT web.de>
5038
5039         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
5040         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
5041           to hold the condition bit)
5042         * added new version of genCmp (old code available via #define)
5043         * added new version of genShiftLeft/genShiftRight in a generic
5044           way, now supports shifting by negative values
5045         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
5046           shiftCount (expected by genGenericShift)
5047         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
5048         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
5049           dump
5050         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
5051           is an invalid literal too...)
5052
5053 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
5054
5055         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
5056         from Raphael Neider,
5057         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
5058         for 8-bit literals. This fixes some literal operands which are sign
5059         extended to 16-bits ints when instruction needs only 8-bits.
5060
5061 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
5062
5063         * device/lib/logf.c: added mcs51 assembly version
5064         * device/lib/expf.c: added mcs51 assembly version
5065         * device/lib/_logexpf.c: new shared asm code for expf and logf
5066         * device/include/math.h: add defines for assembly math library
5067         * device/lib/Makefile.in: build new _logexpf.c
5068         * device/lib/libfloat.lib: use new _logexpf.c
5069
5070 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
5071
5072         * src/pic/device.c
5073         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
5074           device types which have less than 0x7f registers.
5075
5076 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
5077
5078         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
5079
5080 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
5081
5082         * device/lib/printf_fast.c: only build on supported arch.
5083         * device/lib/printf_tiny.c: only build on supported arch.
5084         * device/lib/printf_fast_f.c: only build if asm float lib
5085         * device/lib/_fsget1arg.c: only build if asm float lib
5086         * device/lib/_fsget2args.c: only build if asm float lib
5087         * device/lib/_fsnormalize.c: only build if asm float lib
5088         * device/lib/_fsreturnval.c: only build if asm float lib
5089         * device/lib/_fsrshift.c: only build if asm float lib
5090         * device/lib/_fsswapargs.c: only build if asm float lib
5091         * device/include/stdio.h: don't provide print_fast,
5092           print_fast_f, print_tiny prototypes if --xstack used
5093
5094 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
5095
5096         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
5097         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
5098           to the SOURCES
5099
5100 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
5101
5102         * device/lib/printf_fast_f.c: same as printf_fast, but
5103           with floating point enabled
5104         * device/lib/printf_fast.c: minor tweaks
5105         * device/include/stdio.h: add printf_fast_f
5106
5107 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
5108
5109         * src/SDCCmain.c: make --float-reent default for mcs51
5110         * device/lib/_fsadd.c: added mcs51 assembly version
5111         * device/lib/_fssub.c: added mcs51 assembly version
5112         * device/lib/_fsmul.c: added mcs51 assembly version
5113         * device/lib/_fsdiv.c: added mcs51 assembly version
5114         * device/lib/_fseq.c: added mcs51 assembly version
5115         * device/lib/_fsneq.c: added mcs51 assembly version
5116         * device/lib/_fsgt.c: added mcs51 assembly version
5117         * device/lib/_fslt.c: added mcs51 assembly version
5118         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
5119         * device/lib/Makefile.in: add _fscmp to build
5120         * device/lib/libfloat.lib: add _fscmp to build
5121
5122 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
5123
5124         * device/lib/_fs2slong.c: added mcs51 assembly version
5125         * device/lib/_fs2sint.c: added mcs51 assembly version
5126         * device/lib/_fs2schar.c: added mcs51 assembly version
5127         * device/lib/_fs2ulong.c: added mcs51 assembly version
5128         * device/lib/_fs2uint.c: added mcs51 assembly version
5129         * device/lib/_fs2uchar.c: added mcs51 assembly version
5130         * device/lib/_slong2fs.c: added mcs51 assembly version
5131         * device/lib/_sint2fs.c: added mcs51 assembly version
5132         * device/lib/_schar2fs.c: added mcs51 assembly version
5133         * device/lib/_ulong2fs.c: added mcs51 assembly version
5134         * device/lib/_uint2fs.c: added mcs51 assembly version
5135         * device/lib/_uchar2fs.c: added mcs51 assembly version
5136         * device/include/float.h: added #define to select asm vs c
5137
5138 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
5139
5140         * device/lib/printf_fast.c: improvements to float output
5141         * device/include/float.h: add defines for assembly float library
5142         * device/lib/_fsget1arg.c: receive 1 float arg
5143         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
5144         * device/lib/_fsnormalize.c: normalize a float
5145         * device/lib/_fsreturnval.c: return float, various helper routines
5146         * device/lib/_fsrshift.c: right shift a float's mantissa
5147         * device/lib/_fsswapargs.c: swap 2 floats
5148         * device/lib/Makefile.in: build these 6 new files for mcs51
5149         * device/lib/libfloat.lib: add these 6 files to the library
5150
5151 2004-12-26 Borut Razem <borut.razem AT siol.net>
5152
5153         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
5154           built by gcc 3.4.2
5155
5156 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
5157
5158         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
5159           and fully reentrant and register bank neutral.
5160         * device/lib/printf_fast.c: added float (not enabled by default),
5161           added compact/slower integer (also not enabled by default),
5162           improved size/speed of fast integer code, other minor changes
5163         * device/include/stdio.h, device/lib/Makefile.in,
5164           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
5165
5166 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
5167
5168         * src/pic16/pcode.c: declaring variables other than at the start of a
5169           block is not supported in C by VC6.
5170
5171 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
5172
5173         * applied a previous patch from Raphael Neider that wasn't included
5174         in the previous commits, which fixes infinite loops within jumptable
5175         improvements,
5176         * made some fixes that previous patches introduced
5177
5178 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
5179
5180         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
5181         that fixes an issue with AOP_PCODE asmop's offset,
5182         * (pic16_popCopyReg): update instance field too,
5183         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
5184         function of pic port,
5185         * (genCmp, genAnd, genAssign),
5186         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
5187
5188 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
5189
5190         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
5191         variables initial values to idata section,
5192         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
5193         variables in some functions. This utilizes parmBytes field of iCode
5194         structure to hold the offset of the variable in stack. (might be
5195         able to use the stack field too?)
5196         * applied patch from Raphael Neider # ### , # ###
5197         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
5198         variable initial values in idata section,
5199         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
5200         for static variables with initial value
5201         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
5202         applied fix in while loop from Raphael Neider.
5203
5204 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
5205
5206         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
5207         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
5208         * src/ds390/ralloc.c (serialRegAssign): spill bits
5209         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
5210         * support/Util/SDCCerr.c,
5211         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
5212         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
5213         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
5214
5215 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
5216
5217         * device/include/sdcc-lib.h: inserted LGPL, added includes
5218           asm/ds390/features.h and asm/mcs51/features.h
5219         * device/include/asm/default/features.h,
5220         * device/include/asm/gbz80/features.h,
5221         * device/include/asm/z80/features.h: added empty _AUTOMEM
5222           and _STATMEM
5223         * device/include/asm/ds390/features.h,
5224         * device/include/asm/mcs51/features.h: added files with defines for
5225           _AUTOMEM and _STATMEM indicating automatic and static storage class
5226         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
5227         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
5228         * src/SDCCicode.c (geniCodeCast),
5229         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
5230         * src/SDCCloop.c (loopInduction): removed unused variable lr
5231         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
5232           to convertToFcall to include char modulo (RFE 1065037), added check
5233           if left operand is unsigned and use abs of literal value
5234         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
5235           as it doesn't work after conversion from peephole.def to peephole.rul
5236         * src/mcs51/gen.c (toBoolean): added check for size,
5237           (genModOneByte): optimized code for signed char modulo a literal
5238           power of 2 (thanks to Hubert Sack),
5239           (genRRC): removed unnecessary "clr c",
5240           (genRLC): replaced "add a,acc" with cheaper "rlc a"
5241         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
5242           jump optimization,
5243           swapped rules 256.c and 256.d,
5244           extended 256.d by using new multiple checks (thanks Erik),
5245           added rules 256.e and 256.f,
5246           updated rule 261.a and 261.b to new generated code
5247         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
5248
5249 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5250
5251         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
5252           induction related bugs, including first part of bug #1074377
5253
5254 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
5255
5256         * applied patch from bug-report #1076292,
5257         * applied patches for genAnd and Goto-optimizations for Raphael
5258         Neider,
5259         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
5260         dump a less iCode information,
5261         * src/pic16/device.h (pic16_options_t): added field debgen,
5262         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
5263         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
5264         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
5265         puclic,
5266         * (various functions): added macros FENTRY and FENTRY2 to functions,
5267         to emit function prologue,
5268         * (various functions): fixed indentation,
5269         * (genNearPointerGet): fixed loading of FSR0,
5270         * (genPackBits): applied patch from Raphael Neider to fix updating
5271         of FSR0 and touching only the modified bits,
5272         * src/pic16/genarith.c (various functions): added macros FENTRY to
5273         emit function prologue in comments,
5274         * src/pic16/pcode.h: added functions debugf2, debugf3,
5275         * src/pic16/ralloc.c: partial fix for packForPush caused
5276         segmentation fault,
5277
5278 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5279
5280         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
5281           <stsp AT users.sourceforge.net> with reversed byte order
5282         * support/regression/tests/rotate.c: added (ds390 skips some tests)
5283
5284 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5285
5286         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
5287           bug #1074377
5288         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
5289         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
5290
5291 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
5292
5293         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
5294
5295 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5296
5297         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
5298           conditions,
5299           (setFromConditionArgs): friendly operand parser for peephole rules,
5300           (operandBaseName, operandsNotRelated): new peephole condition
5301           "operandsNotRelated" -- similar to "operandsNotSame", but takes
5302           architecture specific register naming into account, handles n-way
5303           comparisons, and supports quoted literals
5304         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
5305
5306 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5307
5308         * src/mcs51/peeph.def: fixed bug #1076940
5309
5310 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
5311
5312         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
5313
5314 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5315
5316         Adding support for replacing ljmps with sjmps in jumptables
5317         generated for switch statements. For now you need to set the
5318         environment variable SDCC_SJMP_JUMPTABLE to enable this.
5319         Now 4 algorithms for mcs51 jumptable generation are used:
5320         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
5321         addresses loaded pc-relative for up to 112 cases and stack-pushing
5322         target addresses loaded with offset from dptr for up to 256 cases.
5323
5324         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
5325         * src/mcs51/main.c: adapted constants for switch table generation
5326         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
5327
5328 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
5329
5330         * device/lib/printf_large.c (_print_format): fixed bug 1073386
5331         * support/regression/tests/bug1057979.c: added test for bug 1073386
5332
5333 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
5334
5335         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
5336         compilers
5337
5338 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
5339
5340         * src/pic16/device.h,
5341         * src/pic16/genarith.c,
5342         * src/pic16/glue.c,
5343         * src/pic16/main.c,
5344         * src/pic16/pcode.c: applied patches #1068154 and #1070213
5345
5346 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
5347
5348         Large cummulative patch for pic16 port.
5349         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
5350         to call when a stack overflow occurs,
5351         * (malloc.h): added CVS Id tag,
5352         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
5353         variable,
5354         * added libc directory. The current version of LibC contains string
5355         functions, ctype functions and macros and some functions of the
5356         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
5357         be extensively tested in the future. Standard disclaimer here.
5358         Library is not automatically build yet. But one can build it by
5359         invoking 'make' inside the libc directory.
5360         * added ADC library under libio. Preliminary version yet.
5361
5362         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
5363         * src/pic16/gen.c (aopForRemat): asmop size is filled by
5364         aopForRemat() now and not by pic16_aopOp(),
5365         * (pic16_popGetTempReg): removed warning messgae when allocating
5366         temporary registers, its a buggy feature and will be removed,
5367         * (pic16_popGet): set register instance field in AOP_CRY,
5368         * (pic16_outBitC): fixed for results in size greater than 1,
5369         * (genUminusFloat): fixed for pic16, ported code from mcs51,
5370         * (pic16_storeForReturn): optimized return of 0,
5371         * (genCmp): experimental code for new genCmp which uses PIC18's
5372         special compare&skip instructions. Initial tests fail some times
5373         with variables grater than 1 byte in size, so new code is disabled,
5374         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
5375         a single bit,
5376         * (genCast): began a fix to optimize the casting of a bit to another
5377         bit, now assigning a bitfield to another bitfield will fail, sorry,
5378         * src/pic16/main.c: disabled the use of lr-support feature,
5379         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
5380         * added some function prototypes, added function _debugf prototype,
5381         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
5382         bits with offset (case PO_GPR_BIT),
5383         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
5384         command line,
5385         * (isBankInstruction): modified to return 0 for no banking instruction,
5386         and 1 for banking instruction,
5387         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
5388         caused stop processing pCodes after a inline assembly block,
5389         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
5390         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
5391         registers when it shouldn't,
5392         * src/pic16/ralloc.c (allocReg): add preliminary support for
5393         supporting a limited set of temporary registers,
5394
5395 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5396
5397         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
5398           genDataPointerSet): ensure assignments always copy in MSB to LSB
5399           order,
5400           (loadRegFromAop): recognize CLRH optimization,
5401           (genFunction): optimize RECEIVE iCodes in reentrant functions
5402
5403 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5404
5405         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
5406           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
5407           selected.
5408         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
5409         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
5410           contiguous with data
5411
5412 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5413
5414         * device/lib/_gptrget.c (_gptrget),
5415         * device/lib/_gptrgetc.c (_gptrgetc),
5416         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
5417           instead of sjmp to ret
5418         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
5419           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
5420
5421 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
5422
5423         * .version: bumped version to 2.4.7
5424         * device/lib/_gptrget.c (_gptrget): is now _naked
5425         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
5426         * device/lib/_gptrput.c (_gptrput): is now _naked
5427         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
5428           (createFunction): fixed xstack
5429         * src/SDCCglue.c (emitMaps): set allocation required for bit area
5430         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
5431           or bit either,
5432           (geniCodeCritical): store original interrupt state in an iTemp bit
5433           var unless stack-auto
5434         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
5435         * src/SDCCmain.c (setIncludePath): added include/target to search path
5436         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
5437         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
5438           prototype,
5439           (processFuncArgs): put bit vars in bit area
5440         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
5441           unsaveRBank): fixed xstack,
5442           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
5443           (genFunction, genEndFunction): fixed xstack,
5444           (genAssign): optimization don't walk backwards through mem
5445         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
5446         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
5447         * support/regression/Makefile: also make library (for stack-auto) when
5448           making "all" and added "test-mcs51-xstack-auto"
5449         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
5450         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
5451         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
5452         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
5453         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
5454           make-library by MAKE_LIBRARY
5455         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
5456           regression tests for xstack
5457         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
5458         * support/regression/tests/critical.c: test for critical on mcs51
5459
5460 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5461
5462         * support/regression/ports/ucz80/spec.mk: use include and lib files from
5463           built version of sdcc instead of installed version
5464
5465 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
5466
5467         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
5468         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
5469           vprintf.c now
5470         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
5471         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
5472           WARNING: remove device/lib/build/z80/printf.o by hand when
5473           updating from previous build!
5474         * device/lib/z80/printf.c: updated comment
5475         * support/regression/tests/bug1057979.c: test all ports now
5476         * support/regression/tests/bug1065458.c: file added
5477
5478 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5479
5480         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
5481           *_start and *_end symbols for static functions
5482
5483 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
5484
5485         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
5486           and search crt0.o in all library paths,
5487           (setIncludePath): proper handling of --nostdinc,
5488           (setLibPath): proper handling of --nostdlib
5489         * support/regression/Makefile,
5490         * support/regression/ports/ds390/spec.mk,
5491         * support/regression/ports/gbz80/spec.mk,
5492         * support/regression/ports/hc08/spec.mk,
5493         * support/regression/ports/mcs51/spec.mk,
5494         * support/regression/ports/mcs51-large/spec.mk,
5495         * support/regression/ports/mcs51-stack-auto/spec.mk,
5496         * support/regression/ports/z80/spec.mk: use include and lib files from
5497           built version of sdcc instead of installed version
5498         * doc/sdccman.lyx: fixed typo in --nostdinc
5499
5500 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
5501
5502         * src/pic/pcode.c,
5503         * src/pic/device.c,
5504         * src/pic/ralloc.c,
5505         * src/pic/gen.c : added support to generate code for struct bit fields.
5506
5507 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
5508
5509         * as/xa51/xa_version.h,
5510         * device/include/errno.h,
5511         * device/include/regc515c.h,
5512         * device/lib/_itoa.c,
5513         * device/lib/_ltoa.c,
5514         * device/lib/ser_ir_cts_rts.c,
5515         * sim/ucsim/xa.src/glob.cc,
5516         * sim/ucsim/xa.src/inst_gen.cc,
5517         * sim/ucsim/xa.src/xa_bit.cc,
5518         * sim/ucsim/xa.src/xa_sfr.cc,
5519         * sim/ucsim/z80.src/inst_dd.cc,
5520         * sim/ucsim/z80.src/inst_fdcb.cc,
5521         * support/scripts/keil2sdcc.pl,
5522         * src/pic16/pic16.dsp,
5523         * src/pic16/pic16a.dsp: corrected cvs line endings
5524         * device/lib/printf_large.c: fixed bug 1057979
5525         * src/pic16/gen.c: fixed non-C standard code
5526         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
5527         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
5528         * support/regression/ports/mcs51/support.c: reload T1 asap
5529         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
5530           pdata use and clear idata startup behaviour
5531         * support/regression/tests/bug1057979.c: added
5532
5533 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
5534
5535         * device/examples/ds390/ow390/ad26.h,
5536         * device/examples/ds390/ow390/cnt1d.h,
5537         * device/examples/ds390/ow390/crcutil.c,
5538         * device/examples/ds390/ow390/ownet.h,
5539         * device/examples/ds390/ow390/owsesu.c,
5540         * device/examples/ds390/ow390/swt12.h,
5541         * device/examples/ds390/ow390/swtoper.c,
5542         * device/examples/ds390/ow390/temp10.h,
5543         * device/examples/ds390/ow390/thermodl.c,
5544         * device/examples/ds390/tinitalk/tinitalk.dsp,
5545         * device/examples/ds390/tinitalk/tinitalk.dsw,
5546         * device/examples/mcs51/clock/hw.h,
5547         * device/examples/mcs51/simple2/go.bat,
5548         * device/examples/serialcomm/windows/serial.h,
5549         * device/examples/xa51/dummy.c,
5550         * device/examples/xa51/hello.c,
5551         * device/include/80c51xa.h,
5552         * device/include/at89x051.h: corrected cvs line endings
5553
5554 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
5555
5556         * src/pic16/main.c (options): added command line --gstack, to trace
5557         stack over/under flows,
5558         * added pragma 'wparam' to allow passing first byte of function
5559         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
5560         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
5561         call to __gstack_test function and sets up the symbol as extern,
5562         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
5563         * popaop): added call to pic16_testStackOverflow,
5564         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
5565         wparamList list,
5566         * (genCall, genPcall): now all parameters are passed via stack
5567         except in functions that are pass to wparam pragma in which WREG is
5568         used too,
5569         * (genPcall): REENTRANT flag is checked to see if variable prototype
5570         contains reentrant keyword, don't call a non-reentrant function, via
5571         a reentrant function pointer or vice versa, functions are never
5572         passed via WREG,
5573         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
5574         D.Winkler,
5575         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
5576         SIGSEGV when accessing a NULL register stucture,
5577         * (pic16_printGPointerType): modified to handle UPPER modifier for
5578         function initializers, changed prototype of function to simpler one,
5579         * (pic16_printIvalFuncPtr): check to see if function is already
5580         added in externs list,
5581         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
5582         optimized a move from W to SFR with a move to the same register
5583         later after a CALL,
5584         * device/lib/pic16/debug: NEW directory, contains debug features
5585         which are enabled when linking with libdebug.lib, currently command
5586         line option --gstack enables stack pointer tracing for over/under
5587         flow, corresponding sources are in debug/gstack
5588
5589 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
5590
5591         * doc/sdccman.lyx: updated SDCC version,
5592         * (PIC16 port): update list of command line options,
5593         * src/pic16/device.h (structure pic16_options_t): added field gstack
5594         to enable stack overflow tracing on push/pops,
5595         * src/pic16/device.c (statistics structure): added statistics
5596         structure,
5597         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
5598         pic16_dump_int_registers): increase statistics counters for each
5599         * variable which is encountered
5600         * (pic16_dump_usection): emit each .udata variable to its own udata
5601         section,
5602         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
5603         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
5604         parameters via stack, otherwise use old scheme,
5605         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
5606         assembler output file,
5607         * src/pic16/main.c: added command line options --gstack to enable
5608         push/pop tracing for stack overflow,
5609         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
5610         instructions): added size of each instruction,
5611         * (pic16_countInstruction): estimate size of instructions in
5612         the_pFile list, inline assembly blocks are not counted,
5613         * (pic16_FixRegisterBanking): trace previous register usage, when
5614         banksel optimizations is greater than 0, don't emit a redudant
5615         banksel directive,
5616
5617 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
5618
5619         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
5620         * src/pic16/ralloc.c : applied same fix for pic16.
5621         * src/pic/gen.c : tidied it up a little.
5622
5623 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5624
5625         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
5626         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
5627
5628 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5629
5630         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
5631
5632 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5633
5634         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
5635         non-reentrant function __modsint in the interrupt function (thus
5636         corrupting math operations during serial I/O)
5637         * device/lib/ser_ir.c: as above, changed buffersize
5638         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
5639         256.c,d for zeroing
5640         * doc/Makefile: added option -t for rsync
5641
5642 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5643
5644         * src/SDCCast.h (struct ast),
5645         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
5646
5647 2004-10-20 Borut Razem <borut.razem AT siol.net>
5648
5649         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
5650         package
5651
5652 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
5653
5654         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
5655         makefile targets,
5656         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
5657         support functions to replace long sequences of MOVFF's from access
5658         bank registers to stack and vice versa,
5659         * src/pic16/device.h: added new field opt_flags, where optimization
5660         flags can be set to enable certain features,
5661         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
5662         * pBlock, (genFunction, genEndFunction): surroung loop for
5663         saving/loading used registers in stack with PC_INFO pCodes,
5664         INF_LREGS. Code in between can then be optimized by pCode optimizer
5665         to support function calls,
5666         * (genDataPointerSet): fixed bug which loaded float fields in
5667         structures with corrupt data,
5668         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
5669         in a standard way debug info on stderr. Feature used for developing
5670         and debugging only,
5671         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
5672         obsolete chunks of code,
5673         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
5674         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
5675         * pic16/src/pcode.c (pic16_newpCodeInfo,
5676         * (pic16_newpCodeOpLocalRegs),
5677         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
5678         feature,
5679         * (pic16_pCodeConstString): printing of the initial value of a
5680         symbol as a comment is inhibited since parsing was already done by
5681         copyStr and output is corrupt,
5682         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
5683
5684 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5685
5686         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
5687
5688 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
5689
5690         * as/mcs51/lkarea.c: removed old K&R style,
5691           (lnksect): changed check on boundary error,
5692           (lnksect2): changed check on boundary error,
5693           (lnksect2): extend XSTK to end of page if size = 1
5694         * as/mcs51/lkmain.c: removed old K&R style,
5695           (Areas51): create l_IRAM symbol
5696         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
5697         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
5698           model-mcs51-stack-auto, added model-mcs51-xstack-auto
5699         * device/lib/_mullong.c: added version to be compiled with xstack
5700         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
5701         * device/lib/mcs51/crtxclear.asm: clear pdata as well
5702         * device/lib/mcs51/crtxstack.asm: fixed comment
5703         * src/SDCCglue.c: maxInterrupts defaults to 0,
5704           (emitMaps): added pdata,
5705           (createInterruptVect): (re)moved default,
5706           (glue): added pdata,
5707           (glue): moved __start__xstack to XSTK with default size 1
5708         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
5709           and options.float_rent when options.stackAuto is set,
5710           (linkEdit): only write XDATA_NAME if provided on command line
5711         * src/SDCCmem.h,
5712         * src/SDCCmem.c: added pdata
5713         * src/port.h: added pdata_name to PORT
5714         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
5715           (saveRegisters, unsaveRegisters): removed usage of B,
5716           (genMinus): fixed accumulator clash,
5717           (genJumpTab): added comment, this needs another look
5718         * src/mcs51/gen.c: added check for "B in use" paranoia,
5719           added pushB() and popB()
5720         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
5721           chance
5722         * src/avr/main.c,
5723         * src/ds390/main.c,
5724         * src/hc08/main.c,
5725         * src/mcs51/main.c,
5726         * src/pic/main.c,
5727         * src/pic16/main.c,
5728         * src/xa51/main.c,
5729         * src/z80/main.c: (reset_regparms) made void parameter explicit and
5730           added PSEG (PAG,XDATA) or NULL to port specifier
5731         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
5732         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
5733           (_mcs51_genInitStartup): removed __start__xstack equ,
5734           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
5735         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
5736         * src/z80/gen.c (_rleAppend): fixed warnings
5737         * support/regression/tests/zeropad.c: added pdata test
5738         * .version: bumped to 2.4.6
5739
5740 2004-10-17 Borut Razem <borut.razem AT siol.net>
5741
5742         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
5743         as a part of nightly build
5744
5745 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
5746
5747         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
5748         WREG holds the first byte function parameters,
5749         * (aopForSym): take special case for symbols which are in FARSPACE
5750         but in CODESPACE too,
5751         * (assignResultValue): modified to take into account _G.useWreg,
5752         * (genCall): don't use wreg for parameter passing when function is
5753         declared as reentrant, too, added optimization INCF to stack
5754         pointer when stack parameter count is 1,
5755         * (genFunction, genEndFunction): refurnished and fixed to not using
5756         wreg for passing parameters when function has varargs or is
5757         reentrant, fixed bug with symbol name compare for generating
5758         functions in absolute address,
5759         * (pic16_storeForReturn): refurnished,
5760         * (genCmp): began writing a new version of the function, not ready
5761         yet, therefore it is disabled,
5762         * (genAssign): do not read code memory when assigning a function to
5763         a pointer function,
5764         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
5765         array of characters, not pointer,
5766         * (pic16initialComments): in debug mode emit an .ident directive for
5767         the assembler,
5768         * (_process_pragma): emit a new warning type (internal to pic16)
5769         when setting stack to default length, emit a similar warning when
5770         placing a function at absolute address and address is not word aligned
5771         * (_pic16_parseOptions): added 'return TRUE' statement,
5772         * (_pic16_linkEdit): if compiling a source, then add the source's
5773         file object, first in the list of objects to link,
5774
5775 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
5776
5777         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
5778         * src/pic/main.c : removed VC warning.
5779         * src/pic/gen.c : changed comment.
5780
5781 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
5782
5783         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
5784         reference to a deprecated symbol _GPTRREG was causing failure to
5785         link. Thanks G. M. Gallant for the info.
5786
5787 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
5788
5789         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
5790         comments for Bugs item #954788.
5791
5792 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
5793
5794         * src/pic16/device.c (pic16_dump_gsection,
5795         * pic16_groupRegistersInSection): handle symbols declared to be in
5796         access bank differently,
5797         * src/pic16/gen.c (struct _G): added field resDirect,
5798         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
5799         send values read from stack directly to result and don't allocate
5800         temporary values,
5801         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
5802         same registers,
5803         * (pic16_sameRegsOfs): NEW,
5804         * (freeAsmop): if _G.resDirect is set then do not mark registers as
5805         free because they were not allocated from temporary pool,
5806         * pic16_popRegFromString): workaround to fix a problem with
5807         allocating variables twice or never,
5808         * (genGenPointerGet): using PRODL instead of FSR0H,
5809         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
5810         instead of FSR0H,
5811         * (genAssign): take advantage of the _G.resDirect flag,
5812         * (genCast): around line 11844, use mov2f instead of directly
5813         MOVFF'ing between operands to account for literal values,
5814         * src/pic16/genutils.c: some new debug functions for gpsim have been
5815         added,
5816         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
5817         float with integer part only,
5818         * src/pic16/main.c (_process_pragma): handle pragma udata access to
5819         place variables in access bank
5820         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
5821         updated sources to reflect recent changes in gen.c
5822
5823 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
5824
5825         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
5826         sources that searched for headers in installation path, now the
5827         device/include/pic16 is used,
5828         * src/pic16/glue.c (pic16glue),
5829         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
5830         .line directives if not in debug mode, this suppresses assembler's
5831         warnings for ignored directives
5832
5833 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
5834
5835         * src/port.h: made reset_regparms prototype void parameter explicit.
5836         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
5837         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
5838         * doc/sdccman.lyx: documented warning disabling and how to use
5839           printf_large to make it print floats.
5840         * device/include/stdbool.h: NEW
5841         * device/lib/_atof.c,
5842         * device/lib/_divuint.c,
5843         * device/lib/_divulong.c,
5844         * device/lib/expf.c,
5845         * device/lib/printf_large.c,
5846         * device/lib/sincosf.c,
5847         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
5848         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
5849           a completely reentrant lib.
5850
5851 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
5852
5853         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
5854         * device/include/pic16/stdio.h: fixed bug with colon
5855
5856 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
5857
5858         * device/include/pic16/stdio.h,
5859         * device/include/pic16/stdlib.h,
5860         * device/include/pic16/math.h: NEW
5861         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
5862         declared as _naked to reduce overhead
5863         * device/lib/Makefile.in (target port-specific-objects-pic16):
5864         changed * to *.* so to ignore the CVS directory,
5865         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
5866         stacked variables back in stack,
5867         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
5868         corruption
5869
5870 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
5871
5872         * .version: bumped version number to 2.4.5
5873         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
5874         * support/Util/SDCCerr.c (messages structure): added entry for
5875         W_POSSBUG2
5876
5877         Large cumulative patch for pic16 port and libraries.
5878         * device/include/pic16/sdcc-lib.h,
5879         * device/include/pic16/stdarg.h,
5880         * device/include/asm/pic16/features.h,
5881         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
5882         * device/include/pic16/float.h: changes reentrant keyword with
5883         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
5884         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
5885         updated target build-libraries to include objects from gptr,
5886         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
5887         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
5888         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
5889         all function headings,
5890         * src/SDCCmain.c: added global parameter userIncDirsSet,
5891         * (parseCmdLine): when option -I is encountered add directory to
5892         userIncDirsSet too,
5893         * src/version.awk: added space between control and long,
5894         * src/pic16/NOTES: added some notes for the port,
5895         * src/pic16/gen.c: added prototype for mov2fp function,
5896         * (fReturnpic16[]): properly named return value registers,
5897         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
5898         * (aopForSym): added code to handle symbols with onStack flag set,
5899         symbols onStack are allocated PTRSIZE bytes,
5900         * (aopFreeAsmop): handles special case where asmops are stack objects,
5901         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
5902         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
5903         added argument lock to trace flaws in allocating temporary registers
5904         when developing port,
5905         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
5906         * (pic16_popRegFromString): reenabled allocating a direct register
5907         from string,
5908         * (assignResultValue): various beautifications,
5909         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
5910         referenced function argument,
5911         * (genIpush): reenabled to allow stacked arguments, handles only
5912         ic->parmPush iCodes,
5913         * (genCall, genPcall): major changes to allow for variable argument
5914         functions, fixed a bug with falsely restoring stack pointer after
5915         returning from call,
5916         * (genFunction): pending code for critical function,
5917         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
5918         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
5919         * (genNearPointerGet): fixed bug with indirect reading, was always
5920         reading from INDF0
5921         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
5922         pointers,
5923         * (genAddrOf): rewrote code to take address of a stacked function parameter
5924         * (genCast): fixed casting to generic pointer type,
5925         * src/pic16/gen.h: added AOP_STA,
5926         * (struct asmop): added field stk,
5927         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
5928         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
5929         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
5930         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
5931         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
5932         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
5933         generic pointers,
5934         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
5935         and library paths,
5936         * (pic16_port structure): generic pointer size is set to 3,
5937         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
5938         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
5939         compiler warning,
5940         * src/pic16/ralloc.c (allocReg): prevent allocating register when
5941         operand is an iTemp,
5942
5943 2004-09-24 Martin Helmling <mh AT octo-soft.de>
5944
5945         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
5946         * debugger/mcs51/simi.c: addapt new syntax of s51
5947
5948 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
5949
5950         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
5951         * src/pic16/pcode.c: commented out some calls to free() in order to
5952         fix bug #989576,
5953
5954 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5955
5956         * src/SDCCicode.h,
5957         * src/SDCCicode.c (isiCodeInFunctionCall),
5958         * src/avr/ralloc.c (selectSpil),
5959         * src/pic/ralloc.c (selectSpil),
5960         * src/pic16/ralloc.c (selectSpil),
5961         * src/ds390/ralloc.c (selectSpil),
5962         * src/hc08/ralloc.c (selectSpil),
5963         * src/xa51/ralloc.c (selectSpil),
5964         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
5965         stack in the middle of a function call sequence (fixes bug #1020268)
5966         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5967         costs associated with the minimum switch case.
5968
5969 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5970
5971         * src/SDCC.lex: fixed bug #1030549
5972
5973 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5974
5975         * src/SDCCcse.h (struct cseDef),
5976         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5977         over a function call if the CSE is derived from a symbol whose
5978         address has been taken (fixes bug #1029883)
5979         * support/regression/tests/bug-1029883: a new regression test for
5980         this bug
5981
5982 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5983
5984         * src/hc08/gen.c (emitinline): fixed bug #1029778
5985         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5986         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5987         and starts toward RFE #905167)
5988
5989 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5990
5991         * src/pic16/gen.c (mov2f): New function to move an operand to
5992         another without considering if it is a literal or a register,
5993         * (pic16_sameRegs): don't check if they are both AOP_REG,
5994         * (AccRsh): removed andmask=0 lines,
5995         * (genLeftShift): duplicated to be improved in future versions,
5996         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5997         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5998         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5999         * (pic16initMnemonics): added initialization for POC_INFSNZW,
6000         * (insertBankSwitch): fixed inserting banksel directives algorithm
6001         for instructions that follow a skip instruction, this fixes a report
6002         for broken subtraction code generation,
6003         * src/pic16/ralloc.c (deassignLRs): do not free register if current
6004         iCode is a left op, just in case result and right share the same
6005         registers
6006
6007 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6008
6009         * src/hc08/main.c,
6010         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
6011         preservation of HX
6012         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
6013         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
6014         on 2004-09-12; it was buggy
6015
6016 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
6017
6018         * src/SDCCsymt.h: removed RESULT_CHECK
6019         * src/SDCCast.c,
6020         * src/SDCCglue.c,
6021         * src/SDCCval.c,
6022         * src/pic/glue.c,
6023         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
6024
6025 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
6026
6027         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
6028         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
6029         configuration values no more rejected by compiler, they are assigned
6030         to configuration registers with a warning message instead,
6031         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
6032         the for-loop so last conf register is emitted too,
6033         * (_pic16_initPaths): link library libsdcc.lib by default,
6034         * (_hasNativeMulFor): modified test for multiplication according to
6035         Raphael Neider's remarks. Integer multiplication is also done with
6036         support functions,
6037         * device/include/pic16/pic18fregs.h: corrected type error in while
6038         testing and including 18f6720 header file
6039
6040 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
6041
6042         * src/pic16/device.h (pic16_options): removed field use_crt,
6043         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
6044         until an optimization to handle single bits is added,
6045         * (pic16_loadFSR0): moved before genUnpackBits,
6046         * (genAnd): some white lines removed,
6047         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
6048         leave_reset flags in pic16_options when using crt modules,
6049
6050 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
6051
6052         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
6053           for bugs 898889 & 979599. Also used some safer print instructions.
6054
6055 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
6056
6057         * src/pic16/device.h (pic16_options_t): added field use_crt,
6058         crt_name, no_crt,
6059         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
6060         catch a probable future bug,
6061         * src/pic16/gen.c: aopIdx function commented out,
6062         * (genAssign): commented out old code which used aopIdx,
6063         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
6064         code, added if conditionals to take into account the --use-crt
6065         command line options,
6066         * src/pic16/main.c (pic16_optionsTable): added new command line
6067         options, --use-crt= and --no-crt,
6068         * (_pic16_linkEdit): now the proper crt object is added in the
6069         linker command line except than when --no-crt is specified,
6070         * src/pic16/pcode.c,
6071         * src/pic16/pcode.h: added some structures and functions for a new
6072         optimization scheme to compansate for instruction overhead between
6073         same iCodes, this scheme is currently under development and is not
6074         working in any way,
6075         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
6076         to && operator,
6077         * device/lib/pic16/startup/crt0i.c,
6078         * device/lib/pic16/startup/crt0iz.c: added global char variable
6079         __uflags to force the generation of an idata section
6080
6081 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
6082
6083         * doc/Makefile,
6084         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
6085         * doc/sdccman.lyx: updated sdcc version to 2.4.4
6086
6087 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6088
6089         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
6090         Frieder) and clarified the default code optimization mode
6091
6092 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6093
6094         * src/SDCC.lex (doPragma, process_pragma),
6095         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
6096         "opt_code_size", and "opt_code_balanced"
6097         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
6098         regrouped options by category, added support for category headers
6099         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
6100         and "--opt-code-size"
6101         * doc/sdccman.lyx: documented these new options and pragmas
6102         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
6103         preference into account
6104
6105 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
6106
6107         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
6108           geniCodePreDec): Fixed bug 904237 by generating a warning
6109         * src/SDCCerr.h,
6110         * src/SDCCerr.c: added warning W_SIZEOF_VOID
6111
6112 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
6113
6114         * src/pic/device.c : When no max ram set validate full memory range.
6115         * src/pic/pcode.c,
6116         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
6117
6118 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
6119
6120         * device/lib/_gptrget.c,
6121         * device/lib/_gptrput.c: updated comment
6122         * device/lib/calloc.c,
6123         * device/lib/free.c,
6124         * device/lib/malloc.c,
6125         * device/lib/realloc.c: added LGPL, made them reentrant-safe
6126         * src/SDCCcse.c (cseBBlock),
6127         * src/SDCCicode.c (printOperand, geniCodeArray),
6128         * src/SDCCicode.h (struct operand): fixed bug 868103
6129         * support/regression/tests/bug-868103.c: added
6130         * src/SDCCast.c (searchLitOp),
6131         * src/SDCCcse.h (struct cseDef),
6132         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
6133         * src/SDCCicode.h (struct operand),
6134         * src/SDCCsymt.h (struct sym_link),
6135         * src/avr/gen.c (hasInc),
6136         * src/ds390/gen.c (hasInc),
6137         * src/hc08/gen.c (genPlusIncr, hasInc),
6138         * src/mcs51/gen.c (hasInc),
6139         * src/pic16/glue.c (pic16_printIvalChar),
6140         * src/pic16/ralloc.c (regWithIdx),
6141         * src/xa51/gen.c (hasInc) : removed warnings
6142         * src/SDCCast.c (createBlock): added comment ???
6143         * src/hc08/ralloc.c: updated comments
6144
6145 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6146
6147         * doc/sdccman.lyx: updated section on switch statements, added
6148         section about semaphore locking
6149         * doc/Makefile: added option -info for latex2html
6150         * device/lib/_gptrget.c,
6151         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
6152
6153 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
6154
6155         * src/pic/device.h,
6156         * src/pic/device.c,
6157         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
6158          maxram is less than 0x100.
6159
6160 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
6161
6162         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
6163
6164 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6165
6166         * src/port.h,
6167         * src/mcs51/main.c,
6168         * src/ds390/main.c,
6169         * src/z80/main.c,
6170         * src/hc08/main.c,
6171         * src/pic/main.c,
6172         * src/pic16/main.c,
6173         * src/avr/main.c,
6174         * src/xa51/main.c
6175         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
6176         a jump table is the best form for a switch statement, including
6177         automatic insertion of missing cases to make the case range
6178         continuous. Developed in collaboration with Frieder Ferlemann.
6179
6180 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6181
6182         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
6183         accumulator result if it needs sign extension
6184
6185 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6186
6187         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
6188
6189 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6190
6191         * device/lib/gbz80/printf.c,
6192         * device/lib/z80/printf.c: removed define for NULL
6193
6194 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6195
6196         * as/xa51/xa_link.c,
6197         * device/examples/ds390/ow390/ad26.c,
6198         * device/examples/ds390/ow390/cnt1d.c,
6199         * device/examples/ds390/ow390/counter.c,
6200         * device/examples/ds390/ow390/ds2480.h,
6201         * device/examples/ds390/ow390/ds2480ut.c,
6202         * device/examples/ds390/ow390/findtype.c,
6203         * device/examples/ds390/ow390/gethumd.c,
6204         * device/examples/ds390/ow390/owllu.c,
6205         * device/examples/ds390/ow390/ownetu.c,
6206         * device/examples/ds390/ow390/swt12.c,
6207         * device/examples/ds390/ow390/swtloop.c,
6208         * device/examples/ds390/ow390/temp.c,
6209         * device/examples/ds390/ow390/temp10.c,
6210         * device/examples/ds390/ow390/thermo21.c,
6211         * device/examples/ds390/ow390/tinilnk.c,
6212         * device/examples/ds390/ow390/tstfind.c,
6213         * device/examples/serialcomm/windows/serial.cpp,
6214         * device/examples/serialcomm/windows/test_serialcomm.cpp,
6215         * device/include/reg51.h: fixed line endings for cvs
6216
6217 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6218
6219         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
6220         packRegsForAccUse, packRegisters): new accumulator register
6221         packing algorithm
6222         * support/regression/ports/hc08/support.c (_putchar): suppress
6223         warning of unused variable
6224         * src/SDCCicode.c: added SWAP entry to codeTable
6225
6226 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
6227
6228         * device/lib/sprintf.c: forgot to add this file before previous commit
6229
6230 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
6231
6232         * src/pic16/gen.c (genPackBits): added operand right in function
6233         parameters, load result directly if p_type is POINTER (that is
6234         called by genNearPointerSet)
6235         * (genUnPackBits): added operand left in function parameters,
6236         * (genNearPointerGet, genNearPointerSet): prevent the loading of
6237         FSR0 if accessing bitfields,
6238
6239 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
6240
6241         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
6242           _print_format; updated printf, sprintf, vsprintf
6243         * device/include/asm/default/features.h: corrected comment/define
6244         * device/lib/Makefile.in: added sprintf.c
6245         * device/lib/libsdcc.lib: added sprintf module
6246         * device/lib/printf_large.c,
6247         * device/lib/vprintf.c,
6248         * device/lib/sprintf.c: totally refactored printf_large and vprintf
6249           into these 3 files
6250         * support/regression/Makefile: changed ALL_PORTS into a usefull default
6251         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
6252         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
6253           hc08 test
6254         * support/regression/tests/zeropad.c: define idata as data for hc08
6255
6256 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6257
6258         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
6259         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
6260         labels are referenced at least once (even if a reference is not found)
6261         * src/hc08/gen.c (emitcode): set isComment flag for comments
6262         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
6263         loads), rules 6a..6b (optimize jumps to return)
6264
6265 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6266
6267         * device/lib/acosf.c (acosf),
6268         * device/lib/asinf.c (asinf),
6269         * device/lib/atanf.c (atanf),
6270         * device/lib/ceilf.c (ceilf),
6271         * device/lib/cosf.c (cosf),
6272         * device/lib/coshf.c (coshf),
6273         * device/lib/cotf.c (cotf),
6274         * device/lib/fabsf.c (fabsf),
6275         * device/lib/floorf.c (floorf),
6276         * device/lib/log10f.c (log10f),
6277         * device/lib/logf.c (logf),
6278         * device/lib/sinf.c (sinf),
6279         * device/lib/sinhf.c (sinhf),
6280         * device/lib/sqrtf.c (sqrtf),
6281         * device/lib/tanf.c (tanf),
6282         * device/lib/tanhf.c (tanhf),
6283         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
6284         replaced all instances of "reentrant" in the library functions
6285         defined in math.h with this macro.
6286         * support/regression/tests/float_trans.c: reenabled test for hc08
6287
6288 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
6289
6290         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
6291         erroneously deleted
6292
6293 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6294
6295         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
6296         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
6297         multi-byte volatile operands are used
6298         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
6299         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
6300         initialization to area GSINIT0 so that it would always precede
6301         any static initializers in GSINIT
6302         * support/regression/tests/zeropad.c: fixed idata define for hc08
6303         * support/regression/tests/bug-927659.c,
6304         * support/regression/tests/float_trans.c: disabled tests for hc08
6305         pending missing library routines
6306         * .version: increased version number to 2.4.4 - hc08 port now passes
6307         regression tests
6308
6309
6310 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
6311
6312         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
6313         * Makefile.common.in,
6314         * as/Makefile,
6315         * as/hc08/Makefile.in,
6316         * as/mcs51/Makefile.in,
6317         * as/z80/Makefile.in,
6318         * debugger/mcs51/Makefile.in,
6319         * device/include/Makefile.in,
6320         * device/lib/Makefile.in,
6321         * doc/Makefile,
6322         * link/Makefile,
6323         * link/z80/Makefile.in,
6324         * packihx/Makefile.in,
6325         * sim/ucsim/main_in.mk,
6326         * sim/ucsim/avr.src/Makefile.in,
6327         * sim/ucsim/doc/Makefile.in,
6328         * sim/ucsim/gui.src/serio.src/Makefile.in,
6329         * sim/ucsim/hc08.src/Makefile.in,
6330         * sim/ucsim/s51.src/Makefile.in,
6331         * sim/ucsim/xa.src/Makefile.in,
6332         * sim/ucsim/z80.src/Makefile.in,
6333         * src/Makefile.in,
6334         * support/cpp2/Makefile.in,
6335         * support/librarian/Makefile,
6336         * support/makebin/Makefile: added DESTDIR to the install path proposed
6337         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
6338         * doc/sdccman.lyx: added DESTDIR documentation
6339
6340 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
6341
6342         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
6343         instruction for interrupt handlers, use fast returns when returning
6344         from high priority interrupts
6345
6346 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6347
6348         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
6349         code generation
6350         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
6351         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
6352         bugs, ported much of Bernhard's code from mcs51
6353         * src/mcs51/gen.c (genSend),
6354         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
6355         than one when calling a reentrant function
6356         * device/lib/_mullong.c: defined an alternate struct layout for big
6357         endian ports (hc08)
6358
6359 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6360
6361         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
6362         test
6363
6364 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6365
6366         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
6367         are sane and complete before asking the port its prefered parameter
6368         passing method (fixes bug #1017633)
6369         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
6370         and _ret3
6371
6372 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6373
6374         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
6375         problem in bitfields >= 8 bits.
6376
6377 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6378
6379         * src/SDCCsymt.c: undid changes that were not meant to be committed
6380
6381 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6382
6383         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
6384
6385 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6386
6387         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
6388           copied and wrong bit got inverted
6389
6390 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6391
6392         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
6393         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
6394         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
6395         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
6396         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
6397         assignments to bitfields at known addresses
6398         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
6399         reads from bitfields at known addresses
6400         * src/hc08/ralloc.c (packRegisters),
6401         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
6402         genhc08Code): optimize pointer get values used as conditionals
6403         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
6404         and branch
6405
6406 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6407
6408         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
6409         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
6410         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
6411         as conditionals
6412
6413 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6414
6415         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
6416
6417 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6418
6419         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
6420         related problems
6421
6422 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
6423
6424         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
6425
6426 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6427
6428         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
6429         mcs51 port
6430
6431 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
6432
6433         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
6434
6435 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6436
6437         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
6438         cases use more compact code.
6439
6440 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
6441
6442         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
6443
6444 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6445
6446         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
6447
6448 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6449
6450         * src/SDCCsymt.h,
6451         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
6452         parameter of changePointer() from symbol* to sym_link*
6453         * src/SDCCast.c (decorateType): call changePointer() for CAST op
6454         * src/SDCCsymt.c (compareType): void* type is castable to other
6455         pointers, but not necesarily an exact match.
6456         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
6457         is no longer blindly treated as an exact match.
6458         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
6459
6460 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
6461
6462         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
6463
6464 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
6465
6466         * src/pic/gen.c,
6467         * src/pic/pcode.c,
6468         * src/pic/ralloc.h,
6469         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
6470
6471 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
6472
6473         * src/pic/device.c,
6474         * src/pic/device.h,
6475         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
6476
6477 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6478
6479         * src/mcs51/gen.c (emitcode): fixed bug #992819
6480
6481 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
6482
6483         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
6484           there's no need to make it worse
6485
6486 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6487
6488         * src/mcs51/ralloc.c (deassignLR),
6489         * src/ds390/ralloc.c (deassignLR),
6490         * src/hc08/ralloc.c (deassignLR),
6491         * src/z80/ralloc.c (deassignLR),
6492         * src/pic/ralloc.c (deassignLR),
6493         * src/pic16/ralloc.c (deassignLR),
6494         * src/avr/ralloc.c (deassignLR),
6495         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
6496         rlivePoint): fixed another part of bug #971834
6497
6498 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6499
6500         * src/z80/main.c: enabled "critical" keyword
6501         * src/z80/mappings.i,
6502         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
6503         functions (fixes bug #979646)
6504         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
6505
6506 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6507
6508         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
6509           such as c:\mydir.
6510
6511 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
6512
6513         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
6514           doesn't disable too much optimizations
6515
6516 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6517
6518         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
6519
6520 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
6521
6522         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
6523
6524 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6525
6526         * src/pic/gen.c tidied up tabs
6527         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
6528         * src/pic/main.c tidied up tabs
6529         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
6530         * src/pic/pcoderegs.c tidied up tabs
6531         * src/pic/ralloc.c tidied up tabs
6532
6533 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
6534
6535         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
6536         to S_FIXED for pic16 port and when symbol is not in level 0,
6537         allocate for S_REGISTER storage class and pic16 port, too,
6538         * src/pic16/device.h: prototype for checkSym,
6539         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
6540         * (pic16_assignConfigWordValue): test the value and the mask to
6541         validate that the value is suitable for the configuration word,
6542         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
6543         collect extern declared symbols, don't emit symbol twice, check
6544         first if symbol is in publics set first,
6545         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
6546         * added command line '--fstack' which enables an experimental
6547         feature for stack access, too buggy to be used yet...
6548         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
6549         * (pic16_allocDirReg): when register has storage class S_REGISTER
6550         allocate in pic16_dynAccessRegs,
6551         * device/include/pic16/pic18f????.h: modified configuration word
6552         naming convention, words started as CONFIG0H but should be CONFIG1H
6553
6554 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
6555
6556         * device/include/mcs51reg.h: fixed bug 970993
6557
6558 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
6559
6560         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
6561         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
6562         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
6563         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
6564         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
6565         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
6566           error/warning numbers,
6567           added function setWarningDisabled()
6568         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
6569         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
6570           _memcmp.c _memmove.c calloc.c realloc.c free.c
6571         * support/regression/tests/malloc.c: added tests for new functionality
6572         * support/regression/tests/zeropad.c: added tests for truncated initializers
6573           and initialized char arrays starting with '\x0'
6574         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
6575
6576 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
6577
6578         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
6579
6580 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6581
6582         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
6583         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
6584         peephole 177.e. Thanks to anonymous
6585
6586 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
6587
6588         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
6589         function isn't used in the source but referenced as a
6590         variable initializer then declare it as extern in .asm file
6591
6592 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
6593
6594         * .version: increased version number to 2.4.3
6595
6596         Adding version extension according to ChangeLog CVS revision
6597         * src/Makefile.in (target all): added dependency 'version.h'
6598         * (rule version.h): added rule to create version.h from ChangeLog,
6599         * (rule dep): added dependency version.h,
6600         * src/version.awk: AWK script to create version.h
6601         * src/SDCCdwarf2.c (dwWriteModule),
6602         * src/SDCCglue.c (initialComments),
6603         * src/SDCCmain.c (printVersionInfo): modified to write after
6604         version string the version extension number,
6605         * src/SDCCutil.c: included "version.h"
6606         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
6607         number,
6608         * src/SDCCutil.h: added prototype for getBuildNumber
6609
6610         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
6611         includeDirsSet, too,
6612         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
6613         const char [] is found in function prototype...
6614
6615         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
6616         moving to WREG with source is already in WREG,
6617         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
6618         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
6619         * (aopForSym): stack'ed symbols are partially supported, added
6620         if-clause to support symbols in FARSPACE,
6621         * (sameRegs): added test for AOP_ACC to see if registers are same,
6622         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
6623         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
6624         * (pic16_popRegFromString): will not allocate a new register if it
6625         doesn't find one by name, bug may have introduced...
6626         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
6627         * (genIpush): revived to use pic16 port's stack,
6628         * (genAddrOf): added incomplete case for stack'ed operand,
6629         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
6630         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
6631         can handle multibyte operands,
6632         * src/pic16/glue.c (pic16_printIval*): some debug info added,
6633         * (pic16initialComments): added message for MPLAB compatibility
6634         mode enabled,
6635         * src/pic16/main.h: prototype for pic16_mplab_comp,
6636         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
6637         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
6638         * (_pic16_linkEdit): NEW, handles link stage, transferred here
6639         because of increased complexity of procedure,
6640         * (_process_pragma): stack pragma changed to format 'stack pos len',
6641         emit symbol '_stack_end' to conform with gplink,
6642         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
6643         to search for register,
6644         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
6645         PO_GPR_REGISTER,
6646         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
6647         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
6648         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6649         case for PO_GPR_REGISTER,
6650         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
6651         dies, the new era is ahead !...
6652         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
6653         pic16_dynInternalRegs,
6654         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
6655         * (pic16_allocDirReg): minor optimizations and bug fixes,
6656         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
6657
6658         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
6659         load stack and frame pointer with address of 'stack_end' symbol
6660
6661 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
6662
6663         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
6664         without source code but only variable initializers
6665
6666 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
6667
6668         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
6669         external are not declared as extern to reduce overhead while linking
6670
6671 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
6672
6673         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
6674
6675 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
6676
6677         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
6678           Yee Keat for the patch
6679         * src/SDCCast.c (decorateType): fixed bug #979599
6680         * src/ds390/gen.h: removed local fReturnSizeDS390
6681         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
6682         * src/ds390/gen.c (genAnd, genOr, genXor),
6683         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
6684
6685 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
6686
6687         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
6688         add relFilesSet to $3, manipulate $2 to handle linking of object
6689         files without source files in command line,
6690         * device/include/pic16 (all headers): added ID location macros,
6691         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
6692         entries for ID location bytes,
6693         * (pic16_assignIdByteValue): NEW,
6694         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
6695         added field dumpcalltree to pic16_options_t,
6696         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
6697         is used instead of pic16_Gstack_base_addr, check if (ifx) before
6698         emitting rFalseIfx label after check_carry label,
6699         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
6700         pic16_emitDIRegs), NEW
6701         * (pic16glue): dump .calltree file when option --calltree found,
6702         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
6703         * (_pic16_genAssemblerPreamble): emit ID locations after
6704         configuration registers,
6705         * (pic16_linkCmd): modifications of the link command,
6706         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
6707         * (pic16_pCodeInitRegisters): don't init stack registers,
6708         * (pic16_findPrevInstruction): fixed bug,
6709         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
6710         bug with immediate registers,
6711         * (buildCallTree): traces stack push and pop,
6712         * (pct2): dump also stack usage for each function,
6713         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
6714         * (pic16_allocDirReg): various modifications,
6715         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
6716         fixed to 1,
6717
6718 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
6719
6720         * src/pic16/pcode.c: removed buggy double colon
6721
6722 2004-07-01 Borut Razem <borut.razem AT siol.net>
6723
6724         * support/scripts/sdcc.nsi: added include/pic16 to setup
6725
6726 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
6727
6728         * device/lib/Makefile.in: fixed bug in target objects-pic16,
6729         * device/lib/pic16/Makefile: prefixed with dash (-) command under
6730         target 'clean',
6731         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
6732         specific command line arguments. Also added sample lkr script
6733         for placing a variable at a specific memory bank.
6734         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
6735         at a specific memory bank,
6736         * (pic16_dump_isection): fixed bug which caused string literals to
6737         be omitted when dumping idata section,
6738         * (pic16_groupRegistersInSection): added code to handle registers
6739         in specific memory banks,
6740         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
6741         public, all references are renamed too,
6742         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
6743         AOP_DPTR2,
6744         * (pic16_storeForReturn): added case to handle when dest is WREG,
6745         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
6746         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
6747         pic16_rel_udata, check to see if that register is marked as being
6748         a member of a specific memory bank,
6749         * (pic16_printIvalCharPtr): added code to add string literals either
6750         to code or the idata sections,
6751         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
6752         also accept the 'udata' pragma,
6753         * src/pic16/main.h: new structure types sectName and sectSym
6754         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
6755         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
6756         * (pic16_findPrevInstruction): fixed, it returned nothing,
6757         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
6758         instruction combinations,
6759         * (pic16_FixRegisterBanking): heavily reorganised,
6760         * (pic16_AnalyzeBanking): if generating banksel directives is
6761         disabled, then don't call FixRegisterBanking at all,
6762         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
6763         completely removed,
6764         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
6765
6766 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
6767
6768         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
6769         Phuah Yee Keat <yk.phuah AT nestac.com>
6770
6771 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6772
6773         * src/pic16/glue.c (pic16createInterruptVect): function now emits
6774         correctly the IVT even if it is relocated to some other location
6775
6776 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6777
6778         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
6779         * device/include/pic16/pic18f2220.h: NEW,
6780         * device/lib/pic16/libdev/pic18f2220.c: NEW,
6781         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
6782         * src/pic16/device.c (struct Pics16): added info for 18f2220,
6783         * src/pic16/device.h (struct pic16_options): added ivt_loc and
6784         nodefaultlibs, ivt_loc is the location of the interrupt vector
6785         table, and nodefaultlibs signs that default libraries should not be
6786         linked in link stage,
6787         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
6788         according to --ivt-loc argument,
6789         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
6790         when pragma stack is found,
6791
6792 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6793
6794         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
6795         256 (range check), 257 (do while), 258.a-f (bit banging
6796         f.e. on 3-wire SPI bus)
6797
6798 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6799
6800         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
6801         variables used exclusively within a loop
6802
6803 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
6804
6805         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
6806
6807 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6808
6809         * src/SDCClrange.c (computeClash): fixed bug #971834
6810
6811 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6812
6813         * src/mcs51/gen.c (genCmp): fixed bug #975903
6814         * src/hc08/gen.c (operandsEqu),
6815         * src/ds390/gen.c (operandsEqu),
6816         * src/z80/gen.c (operandsEqu),
6817         * src/pic/gen.c (operandsEqu),
6818         * src/pic16/gen.c (operandsEqu),
6819         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
6820         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
6821
6822 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6823
6824         * src/SDCCcse.c (cseBBlock): fixed bug #966963
6825
6826 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
6827
6828         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
6829         default case in switch statement,
6830         * glue.c (pic16_initPointer): expr is initialised via decoarteType
6831         to eliminate problem with initialisation of pointers, but problem
6832         still exists,
6833         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
6834         * (emitStaticSegment): removed various lines emitting debug info,
6835         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
6836         added processor registers for utilizing EEPROM,
6837         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
6838         configurable and set 8
6839
6840 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
6841
6842         * .version: increased version number to 2.4.2,
6843
6844         Cumulative patch for pic16 port
6845         * src/pic16/device.c: changed scheme to dump initial values for
6846         variables in idata segment, all print_idata* functions were removed,
6847         now the pic16_printIval* will be called,
6848         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
6849         * _pic16_printPointerType, pic16_printPointerType,
6850         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
6851         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
6852         NEW, similar to the respective functions in SDCCglue.c,
6853         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
6854         way, emitting hex bytes,
6855         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
6856
6857 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6858
6859         * src/avr/ralloc.c (serialRegAssign),
6860         * src/xa51/ralloc.c (serialRegAssign),
6861         * src/pic/ralloc.c (serialRegAssign),
6862         * src/pic16/ralloc.c (serialRegAssign),
6863         * src/hc08/ralloc.c (serialRegAssign),
6864         * src/z80/ralloc.c (serialRegAssign),
6865         * src/ds390/ralloc.c (serialRegAssign),
6866         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
6867
6868 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6869
6870         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
6871         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
6872
6873 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
6874
6875         Cumulative patch for pic16 port:
6876         * src/pic16/device.h (typedef PIC16_device) modified fields for
6877         defining microcontrollers,
6878         * src/pic16/device.c: added new info for all devices in Pics16 array,
6879         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
6880         to be optimised out by the pCode optimiser,
6881         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
6882         specially, bug reported by G.M. Gallant,
6883         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
6884         as force'd so that cannot be optimised out by pCode optimiser,
6885         * src/pic16/pcode.c,
6886         * src/pic16/pcodepeeph.c,
6887         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
6888         they are disabled by default, but can be enabled explicit with
6889         command argument --denable-peeps, for testing,
6890         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
6891         --pomit-ivt in COMPILE_FLAGS
6892
6893 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6894
6895         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
6896           compilation on MSVC
6897
6898 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6899
6900         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
6901
6902 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6903
6904         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
6905         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
6906
6907 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
6908
6909         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
6910         would only assign 0x300001 register.
6911
6912 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
6913
6914         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
6915         in COMPILE_FLAGS. Thanks to G. Gallant for report.
6916
6917 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6918
6919         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
6920         for ds80c400
6921         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
6922         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
6923         added peephole 254 (left shift), 255 (jump table)
6924
6925 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
6926
6927         * device/lib/Makefile.in: removed comment line with model-pic16,
6928         * (target port-specific-objects-pic16): the libraries and objects
6929         are copied to the build directory form the device/lib/pic16/bin
6930         directory
6931
6932         Cumulative patch concerning pic16 port:
6933         * library directory has been re-organized,
6934         * added support for PIC18F1220,
6935         * added headers and library sources for chips 18f1220,18f6520,
6936         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
6937
6938         * configuration registers setting has changed, now each supported
6939         device has a complete description of the registers it uses,
6940         * all initialisations are moved to idata sections, these section
6941         can be absolute or relocatable,
6942         * fixed initialisation of codespace variables,
6943         * fixed warning about PCLATU and gpsim,
6944         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
6945         * (genAssign): use table reads when assigning from variables in codespace,
6946         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
6947         char/int variables placed in codespace,
6948         * (pic16_emitConfigRegs): NEW, emits a list with configuration
6949         registers set in .asm file, no need for --pomit-config-words anymore,
6950         * (pic16glue): some 8051 legacy segments are commented out
6951         (to be removed completely),
6952         * added support for alternative assembler and linker with --asm=
6953         and --link= command line arguments,
6954         * peepholes are disabled automatically in the port, no need to
6955         specify on command line,
6956         * port supports natively char/int/long multiplication, but converts
6957         all divisions to support functions,
6958         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
6959         to the file set in variable $2,
6960         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
6961         strings in ASCII format and not in hex,
6962         * ralloc.c (serialRegAssign): added a triplet of conditional calls
6963         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
6964         allocate proper register if iCodes aren't temporary,
6965
6966 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6967
6968         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6969
6970 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6971
6972         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6973         is commented out
6974
6975 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6976
6977         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6978         computed address is reused
6979         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6980         multi-byte bitfields
6981
6982 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6983
6984         * src/z80/gen.c: (genArrayInit): must check for pointers too
6985
6986 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6987
6988         * support/regression/tests/zeropad.c: never meant to commit the
6989           nestedstruct test: removed, added check for GCC version
6990
6991 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6992
6993         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6994         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6995         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6996           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6997           bugs 928906 and 954082 half-empty initializers
6998         * src/SDCCsymt.h,
6999         * src/SDCCsymt.c (getAllocSize): added for above fix
7000         * src/z80/gen.c (genArrayInit): fixed bug 741044
7001         * support/regression/tests/zeropad.c: added tests
7002
7003 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
7004
7005         * src/pic16/device.c (pic16_dump_section): corrected bug which
7006         caused some symbols of the libraries to be misplaced
7007
7008 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
7009
7010         * src/pic16/glue.c,
7011         * src/pic16/ralloc.h,
7012         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
7013         to fix conflict with pic port
7014
7015 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
7016
7017         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
7018         externs configuration variables,
7019         * src/pic16/ralloc.h,
7020         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
7021         prototype in header, commented out some debug messages
7022
7023 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
7024
7025         * src/pic16/glue.c,
7026         * src/pic16/main.c,
7027         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
7028         for gpasm COFF object generation. Thanks to D. Hawkins for
7029         his patch info
7030
7031 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7032
7033         * src/ds390/main.c,
7034         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
7035         Brock for spotting this)
7036         * src/ds390/gen.c (genEndFunction),
7037         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
7038         interrupt handler and critical. Disable push/pop optimizations when
7039         peephole optimizations disabled.
7040
7041 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
7042
7043         Updated pic16 library sources and headers.
7044         * device/lib/pic16/pic18f*/ ,
7045         * device/include/pic16/*.h: modified to handle structured SFR
7046         definitions
7047
7048 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
7049
7050         * src/port.h (PORT structure): added hook initPaths, now each
7051         port can declare its own default search paths,
7052         which can been seen with the --print-search-dirs option,
7053         see pic16 port for example,
7054         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
7055         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
7056         * (doPrintSearchDirs): NEW, replaces in a central manner the
7057         printing of search dirs which was split in set*Paths functions,
7058         * (main): added call to port->initPaths and doPrintSearchDirs,
7059         * src/avr/main.c,
7060         * src/ds390/main.c,
7061         * src/hc08/main.c,
7062         * src/izt/i186.c,
7063         * src/izt/tlcs900h.c,
7064         * src/mcs51/main.c,
7065         * src/pic/main.c,
7066         * src/pic16/main.c: modified port structures to reflect addition of
7067         initPaths hook,
7068
7069         * src/pic16/device.c (regCompare): registers are finally sorted by name,
7070         * (pic16_dump_section): for registers in same address reserve memory once,
7071         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
7072         to no_banksel,
7073         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
7074         result is greater in size than right or left,
7075         * (pic16_genUMult8X8_8): there are some cases where the result can
7076         be 16 bits size, so handle these,
7077         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
7078         * (pic16_outBitC): modified to emit pcodes,
7079         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
7080         or not,
7081         * (genDivOneByte): implemented algorithm to divide 8-bits,
7082         * (genCmp): uncommented goto, but issues still exist,
7083         * (genAnd): fixed a bug with variables >8bits,
7084         * (genPackBits): optimization added that uses BCF/BSF to change a
7085         single bit,
7086         * (genAssign): fixed bug when assigning floating point literals,
7087         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
7088         __sdcc_gsinit_startup label,
7089         * src/pic16/main.c (_pic16_init): removed search directory
7090         initialisations,
7091         * (_pic16_initPaths): NEW, used to initialise search directories,
7092         * (_hasNativeMulFor): support functions for all except char/int
7093         multiplication, and char division,
7094         * (PIC16_port struct): modified entry for native mul support,
7095         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
7096         no_banksel option,
7097         * (buildCallTree): call to register_usage is ifdef'ed out,
7098
7099 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7100
7101         * device/include/string.h: applied Stas Sergeev's patch to make this
7102         header file compatible with the preprocessor -Wundef option
7103         * src/SDCCmain.c (main): abort compilation if preprocessor reports
7104         failure (fixes bug #941458)
7105
7106 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7107
7108         * src/SDCCopt.c (killDeadCode): fixed bug #907733
7109         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
7110         that the variable, not the function, should be static
7111         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
7112         to be consistent with non-literal case
7113
7114 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7115
7116         * src/SDCCast.c (isConformingBody): fixed bug #949967
7117         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
7118         convilong): fixed bug #952086
7119
7120 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7121
7122         * src/SDCCmem.c (allocVariables): fixed bug #955321
7123
7124 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7125
7126         * src/hc08/main.c (_hc08_genAssemblerEnd),
7127         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
7128         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
7129         completely eliminated the use of a temporary file
7130         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
7131         when more than one file linked
7132         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
7133
7134 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7135
7136         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
7137         which fixes bug #543481
7138         * support/regression/tests/bug-751703.c: fixed comments left from a
7139         cut and paste error
7140         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
7141         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
7142         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
7143         scopes
7144         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
7145         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
7146         are now changed to underscores in moduleName
7147
7148 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7149
7150         * as/mcs51/lkmem.c: better fix for bug #954173
7151
7152 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
7153         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7154
7155         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
7156         * device/include/c8051f000.h,
7157         * device/include/c8051f120.h,
7158         * device/include/c8051f300.h,
7159         * device/include/c8051f310.h,
7160         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
7161         PWM16) and detab'ed
7162
7163 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7164
7165         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
7166         and mailing lists, doc'ed --no-peep-comments, removed reference
7167         to knoppix (newest version has no LyX/LaTeX), other minor changes
7168         * src/SDCCglue.c (glue): save 2 bytes stack space with
7169         option --main-return. The ljmp could probably be avoided too
7170
7171 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7172
7173         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
7174
7175 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7176
7177         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
7178         * src/SDCCopt.c (isLocalWithoutDef),
7179         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
7180         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
7181         (credit to Maarten Brock for patch #949363, on which this is based)
7182         * support/regression/tests/bug-751703.c: some test cases of extern used
7183         within inner scopes.
7184
7185 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7186
7187         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
7188         SPEC_STRUCT
7189         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
7190         struct definitions
7191         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
7192         dwWriteLabel): fix to create valid debugger symbols even when
7193         the module name has non-alphanumeric symbols in it
7194         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
7195         when a variable's allocation has been optimized away
7196
7197
7198 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7199
7200         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
7201         * src/hc08/main.c,
7202         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
7203         * src/mcs51/main.c,
7204         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
7205         * src/ds390/main.c,
7206         * src/z80/gen.c (z80_emitDebuggerSymbol),
7207         * src/z80/main.c,
7208         * src/pic/gen.c (pic14_emitDebuggerSymbol),
7209         * src/pic/main.c,
7210         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
7211         * src/pic16/main.c,
7212         * src/avr/gen.c (avr_emitDebuggerSymbol),
7213         * src/avr/main.c,
7214         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
7215         * src/xa51/main.c,
7216         * src/SDCCdebug.c (emitDebuggerSymbol),
7217         * src/SDCCdebug.h,
7218         * src/port.h: added a debugger struct to the port struct. Added a
7219         callback for defining debugger symbols
7220
7221         * src/SDCCast.c (createLabel),
7222         * src/SDCC.y (labeled_statement): mark all compiler generated labels
7223         with isitmp = 1
7224         * src/SDCCicode.h,
7225         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
7226         iCode back to the ast for the function
7227
7228         * src/hc08/ralloc.c (hc08_assignRegisters),
7229         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
7230         unneeded fields from the regs struct.
7231         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
7232         pushReg() & pullReg() functions instead of emitcode()
7233
7234         * src/hc08/gen.c (genLabel, genhc08Code),
7235         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
7236
7237         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
7238         debugger hooks
7239
7240         * src/hc08/gen.c (genEndFunction, genhc08Code),
7241         * src/hc08/gen.h,
7242         * src/mcs51/gen.c (genEndFunction, gen51Code),
7243         * src/mcs51/gen.h,
7244         * src/ds390/gen.c (genEndFunction, gen390Code),
7245         * src/ds390/gen.h,
7246         * src/z80/gen.c (genEndFunction, genZ80Code),
7247         * src/z80/gen.h,
7248         * src/z80/z80.h,
7249         * src/pic/gen.c (genEndFunction, genpic14Code),
7250         * src/pic/gen.h,
7251         * src/pic16/gen.c (genEndFunction, genpic16Code),
7252         * src/pic16/gen.h,
7253         * src/avr/gen.c (genEndFunction, genAVRCode),
7254         * src/avr/gen.h,
7255         * src/xa51/gen.c (genEndFunction, genXA51Code),
7256         * src/xa51/gen.h,
7257         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
7258         specific code to cdbFile.c and out of the backend code generators
7259
7260         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
7261         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
7262         starting address is now 0
7263
7264         * as/hc08/asm.h,
7265         * as/hc08/m08pst.c,
7266         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
7267         assembler directive for DWARF support
7268         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
7269
7270         * src/src.dsp,
7271         * src/Makefile.in,
7272         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
7273
7274 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7275
7276         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
7277         and inappropriate peephole optimization in jump tables
7278
7279 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7280
7281         * as/hc08/m08pst.c,
7282         * src/SDCCglue.c: sdccopt works for the hc08 port now
7283
7284 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
7285
7286         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
7287
7288 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7289
7290         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
7291
7292 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7293
7294         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
7295         rules
7296         * src/SDCCmain.c,
7297         * src/SDCCglobl.h,
7298         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
7299         comments from the peephole optimizer replacement rules
7300         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
7301         symbols
7302         * src/SDCCcse.c (updateSpillLocation),
7303         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
7304         equivalents
7305         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
7306         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
7307         objects far pointers
7308
7309 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7310
7311         * src/SDCCsymt.h: a missing part of my last change
7312         * src/pic/ralloc.c (regTypeNum),
7313         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
7314
7315 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7316
7317         * src/SDCCicode.h,
7318         * src/SDCCicode.c (aggrToPtrDclType),
7319         * src/SDCCptropt.h,
7320         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
7321         ptrPseudoSymConvert),
7322         * src/pic/ralloc.c (regTypeNum),
7323         * src/pic16/ralloc.c (regTypeNum),
7324         * src/hc08/ralloc.c (regTypeNum),
7325         * src/ds390/ralloc.c (regTypeNum),
7326         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
7327         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
7328
7329 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7330
7331         * link/z80/lkmain.c (afile),
7332         * as/hc08/lkmain.c (afile),
7333         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
7334         prevent a pointer problem when a filename has no directory and
7335         no extension specified.
7336
7337 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7338
7339         * link/z80/lkmain.c (afile): allow periods in directory names
7340         * link/z80/lkmain.c (afile),
7341         * as/mcs51/lkmain.c (afile),
7342         * as/hc08/lkmain.c (afile): allow linker script file to have an
7343         extension other than ".lnk"
7344         * link/z80/lklex.c (getfid),
7345         * link/z80/lkmain.c (parse),
7346         * as/mcs51/lklex.c (getfid),
7347         * as/mcs51/lkmain.c (parse),
7348         * as/hc08/lklex.c (getfid),
7349         * as/hc08/lkmain.c (parse): Support comments in the linker script
7350         file on lines by themselves and after filenames
7351
7352 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7353
7354         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
7355
7356 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7357
7358         * src/z80/peeph-z80.def: removed some peephole rules that don't
7359         work with multibyte arithmetic (fixed bug #937126)
7360         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
7361         to registers and not global variables
7362         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
7363         geniCodePreInc, geniCodePostDec, geniCodePreDec,
7364         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
7365         checking for assignments not internally generated (fixed bug #931895)
7366         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
7367         structure member (fixed bug #930072)
7368
7369 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7370
7371         * src/SDCCmain.c (linkEdit),
7372         * src/hc08/main.c (_hc08_parseOptions),
7373         * as/hc08/Makefile.in,
7374         * as/hc08/aslink.h,
7375         * as/hc08/asm.h,
7376         * as/hc08/m08pst.c,
7377         * as/hc08/lkrloc.c (relr, rele),
7378         * as/hc08/lkarea.c (lnkarea)
7379         * as/hc08/lkmain.c (afile, parse),
7380         * as/hc08/lkelf.c: support for ELF output
7381         * as/hc08/lks19.c (s19),
7382         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
7383
7384 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7385
7386         * as/mcs51/lkihx.c: Fixed bug #899105.
7387
7388 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7389
7390         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
7391         .dsp files from Unix to DOS.
7392
7393 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7394
7395         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
7396         function pointers; we have been compliant for several months now.
7397         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
7398         change that was accidently commented out
7399         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
7400         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
7401         bug #922319
7402
7403 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7404
7405         * src/hc08/gen.c: output of all of the internal debugging information
7406         is now controlled by the D() macro; it is disabled by default
7407
7408 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7409
7410         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
7411         harder to keep the same registers during a CAST iCode
7412         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
7413         long via int can be done in a single cast, if the signedness is
7414         correct.
7415         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
7416         putchar() in tinibios.c in ds390's library
7417
7418 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
7419
7420         * src/SDCCast.c (decorateType): fixed bug #898889,
7421         cast result of a literal complement too
7422         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
7423         fixed check for bitfields
7424
7425 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
7426
7427         * src/SDCCicode.c (geniCodeLogic): made it static,
7428         (geniCodeLogicAndOr): added in order to fix bug #905492,
7429         (ast2iCode): fixed bug #905492
7430         * support/regression/tests/bug-905492.c: added
7431         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
7432         (processParms): fixed bug #927659: don't copy parms, this will clear
7433         decorated flag
7434         * support/regression/tests/bug-927659.c: added
7435
7436 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
7437
7438         * src/SDCCast.c (addCast): don't cast float to char
7439         * device/lib/libsdcc.lib: added _memmove
7440
7441 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
7442
7443         * device/lib/large/Makefile: fixed parallel execution by
7444         replacing `make` by `$(MAKE)`
7445
7446 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7447
7448         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
7449         offsets (fixes bug #923936)
7450
7451 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
7452
7453         * device/lib/small/Makefile: fixed parallel execution by
7454         replacing `make` by `$(MAKE)`
7455
7456 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7457
7458         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
7459
7460 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
7461
7462         * src/pic/gen.c (genCpl): multi-byte complements were not working.
7463         * src/regression/Makefile: Regression test was not running.
7464
7465 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7466
7467         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
7468         complement if possible
7469         * src/SDCCval.c (valComplement),
7470         * src/SDCCicode.c (operandOperation): fixed complement of literal
7471         * support/regression/tests/onebyte.c (testComplement): added
7472
7473 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
7474
7475         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
7476         return an optimized tree; actually replace actParm with the new tree
7477         * src/SDCCast.h: added some parantheses to remove side effects
7478         * support/regression/tests/bug-920866.c
7479
7480 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
7481         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
7482         Bit operands were not being handled properly in the pic14 port.
7483         (now src/regression/add.c passes again).
7484
7485 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7486
7487         * src/SDCC.y (labeled_statement): case and default no longer require
7488         a following statement (RFE #893037)
7489
7490 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7491
7492         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
7493         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
7494         disabled (fixes bug #916294)
7495         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
7496         "mov a,acc"; patch provided by Lenny Story
7497         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
7498
7499 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7500
7501         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
7502         functions
7503         * src/ds390/gen.c (genFunction, genEndFunction),
7504         * src/ds390/ralloc.c (ds390_assignRegisters),
7505         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
7506         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
7507         pushed if there are parameters passed on the stack. Also, a cleaner
7508         way to decide if r0/r1 should be pushed/popped. (Together they fix
7509         bug #918693)
7510
7511 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7512
7513         * doc/sdccman.lyx,
7514         * device/lib/mcs51/crtpagesfr.asm,
7515         * device/lib/mcs51/crtxinit.asm,
7516         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
7517         to avoid confusion with Si Lab's SFRPAGE register.
7518
7519 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7520
7521         * src/SDCCglue.c (emitMaps): allow public sfr variables
7522         * src/SDCCglue.c (initialComments): include compiler build date
7523         with compiler version and put the timestamp of the generated
7524         assembly file on a serperate line to be less confusing.
7525         * src/port.h: added genInitStartup hook
7526         * src/avr/main.c,
7527         * src/ds390/main.c,
7528         * src/hc08/main.c,
7529         * src/pic/main.c,
7530         * src/pic16/main.c,
7531         * src/xa51/main.c,
7532         * src/z80/main.c: genInitStartup initialize as NULL (default to
7533         historical behaviour)
7534         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
7535         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
7536         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
7537         library instead of hard coding it into the compiler.
7538         * support/regression/ports/mcs51-stack-auto/spec.mk,
7539         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
7540         * device/lib/mcs51/Makefile,
7541         * device/lib/small/Makefile,
7542         * device/lib/large/Makefile,
7543         * device/lib/mcs51/crtpagesfr.asm,
7544         * device/lib/mcs51/crtstart.asm,
7545         * device/lib/mcs51/crtxclear.asm,
7546         * device/lib/mcs51/crtxinit.asm,
7547         * device/lib/mcs51/crtclear.asm,
7548         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
7549         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
7550         and into user configurable files.
7551         * device/lib/clean.mk: clean mcs51 directory too
7552         * support/regression/tests/longlit.c: added static to T1 declaration
7553         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
7554         accesses in the initialization code
7555
7556 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7557
7558         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
7559         OSCTRIMVAL as noted in bug #916008
7560
7561 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7562
7563         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
7564         in loops with multiple exits (reported as incorrect registers
7565         used by Martin Helmling in Sdcc-user list)
7566
7567 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7568
7569         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
7570         made ds390 register extensions look less like error messages
7571
7572 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7573
7574         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
7575         reported by Adam Wozniak in Sdcc-user list
7576
7577 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
7578
7579         * src/SDCCast.c (decorateType): fixed with bug and promotion in
7580         arithmetic optimizations, added debug output
7581
7582 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
7583
7584         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
7585         * sdcc.spec: updated and split sdcc into 3 rpms
7586         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
7587         needed for literals of LEFT_OP and '+'
7588         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
7589         introduced RESULT_TYPE_NOPROM
7590         (geniCodeMultiply): fixed logic for decision if mul is optimized to
7591         left shift
7592         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
7593         limited promotion to int only for '*'
7594         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
7595
7596 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
7597
7598         * src/pic16/gen.c (genSkip),
7599         (genc16bit2lit), (gencjneshort): commented out
7600         (is_LitOp): new helper function, checks operand type
7601         (genCmpEq): rewritten
7602
7603 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
7604
7605         * support/regression/tests/bug-908454.c: added
7606
7607 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
7608
7609         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
7610         * src/SDCCicode.c (usualBinaryConversions): op needs int type
7611         (geniCodeCast): cosmetic, don't preserve bit storage class
7612         (geniCodeLeftShift): added promotion
7613         (geniCodeLogic): fixed regression
7614         * src/SDCCsymt.c (computeTypeOr): accept bits too
7615         (compareType): 2nd part of fix for bug #908454, needed for bitfields
7616
7617 2004-03-07  Borut Razem <borut.razem AT siol.net>
7618
7619         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
7620
7621 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
7622
7623         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
7624         version of pic16_genPackRegisters which does not check if ic is a
7625         CAST operator,
7626         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
7627         function cause string1.c regression test fails
7628
7629 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
7630
7631         * sim/ucsim/configure.in,
7632         * sim/ucsim/configure,
7633         * sim/ucsim/doc/Makefile.in: use docdir
7634         * src/SDCC.y: fixed sbit atrributes
7635         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
7636         * src/SDCCast.c (decorateType): |^& need special promotion handling
7637         * src/SDCCast.h,
7638         * src/SDCCsymt.h: moved definition of RESULT_TYPE
7639         * src/SDCCsymt.h (computeType),
7640         * src/SDCCicode.c: computeType() needs op
7641         * src/SDCCsymt.c (checkTypeSanity),
7642         * doc/sddman.lyx: "plain" bitfields are unsigned
7643         * src/SDCCsymt.c (computeTypeOr): added
7644         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
7645         |^& ops
7646         * src/SDCCval.c (val*): computeType() needs op
7647         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
7648         * support/regression/tests/onebyte.c: added tests for |^&
7649
7650 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
7651
7652         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
7653         for writing icode into asm output.
7654
7655 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
7656
7657         * src/pic16/device.c: added some debug lines enabled
7658         with macro DEBUG_CHECK,
7659         * src/pic16/genarith.c: more debug in genPlus,
7660         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
7661         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
7662         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
7663         * (aopForSym): onStack symbols are re-placed in data memspace,
7664         and onStack flag is cleared,
7665         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
7666         copy temporary pcodeop,
7667         * (genPcall): added warning for not updating PCLATU,
7668         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
7669         always true for pic16 port,
7670         * (genMultOneWord): NEW, supports integer multiplication,
7671         * (genMult): modified to call genMultOneWord,
7672         * (ifxForOp): added warning when return NULL,
7673         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
7674         flag is set before call to operandFromSymbol for implicit
7675         added structures,
7676         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
7677         options.intlong_rent are set by default,
7678         * (_hasNativeMulFor): modified to allow port generation of integer
7679         multiplication,
7680         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
7681         set regtype to REG_SFR for all registers, restricting seting the
7682         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
7683
7684 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7685
7686         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
7687         more than 500 times in the regression tests
7688
7689 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7690
7691         * support/Util/SDCCerr.h,
7692         * support/Util/SDCCerr.c,
7693         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7694         enumerator_list),
7695         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
7696         for symbol conflicts.
7697         * support/valdiags/tests/enum.c,
7698         * support/valdiags/tests/tentdecl.c,
7699         * support/valdiags/tests/struct.c: expect possible error messages
7700         referring to original symbol definitions.
7701         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
7702         * src/SDCCsymt.h,
7703         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
7704
7705 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
7706
7707         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
7708
7709 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
7710
7711         * src/pic16/ralloc.c (newReg): fixed bug #908929
7712
7713 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7714
7715         * src/ds390/gen.c: added missing #include "main.h"
7716
7717 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
7718
7719         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
7720         checking if symbol is already in set,
7721         * src/pic16/device.h: prototype for checkAddSym,
7722         * src/pic16/gen.c: (_G): added entry interruptvector,
7723         * (assignResultValue): removed some commented out lines,
7724         * (genFunction): check for ISR via sym->type, absolute section for
7725         interrupt code is created via a new pBlock, the goto instruction is
7726         placed now correctly at the interrupt vector position, changed all
7727         references from ivec to _G.interruptvector,
7728         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
7729         is the interrupt is a high priority one, same for return from ISR,
7730         * src/pic16/glue.c: changed all calls of addSetHead for publics and
7731         externs to calls of checkAddSym,
7732         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
7733         pic16_pcode_verbose flag is set,
7734         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
7735         * src/pic16/pcoderegs.c: message about how many registers are saved
7736         will only be emitted if pic16_pcode_verbose flag is set,
7737
7738 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7739
7740         * src/ds390/ralloc.h,
7741         * src/ds390/ralloc.c (ds390_regWithIdx),
7742         * src/ds390/gen.c (emitcode),
7743         * src/ds390/main.h,
7744         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
7745         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7746         ds390operandCompare, getRegsRead, getRegsWritten,
7747         initializeAsmLineNode): customized instruction size calculation for
7748         ds390, started basis for some register optimizations
7749         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
7750         corresponding assembly output
7751         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
7752         missing push/pop of r0/r1. Optimized push/pops
7753
7754 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7755
7756         * src/mcs51/main.c (instructionSize): fixed ACALL size
7757         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
7758
7759 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
7760
7761         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
7762         the sorting of rlist with NULL elements
7763         * (print_idataType, print_idata): NEW to create idata sections
7764         * src/pic16/device.h: idataSymSet new variable
7765         * src/pic16/gen.c (genFunction): fixed some bugs in string
7766         comparing, improved the absolute section creation for ISRs,
7767         added FSR0L/FSR0H in registers that are saved in an ISR,
7768         * (genInline): fixed the processing of inline snippets,
7769         now they undergo no process by the peephole optimizer
7770         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
7771         are placed in idataSymSet,
7772         * (pic16emitStaticSeg): extern symbols are added in externs,
7773         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
7774         switching when aboslute variables are placed in access bank memory
7775         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
7776         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
7777         commented out with #if,
7778         * (pic16_packRegisters): reintroduce the check for CAST because some
7779         symbols are not correctly handled,
7780         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
7781         pCodeInstruction instead of pCode,
7782         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
7783         pCodeAsmDir definition,
7784         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
7785         directive, then the argument directive is emitted without the leading
7786         tab, hack for inline labels which must be in the first column,
7787         * (compareLabel,pic16_findNextInstruction),
7788         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
7789         * (insertBankSwitch): modified for the new pCodeAsmDir,
7790
7791 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7792         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
7793
7794         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
7795         instance,
7796         * (pushSide): commented out with #if,
7797         * (assignResultValue): fixed some typos in saving
7798         registers,
7799         * (genPcall): FIXED and sync'ed with genCall,
7800         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
7801         * (genNearPointerGet): fixed to handle some more cases,
7802         implementation scheme via table reads,
7803         * (genConstPointerGet): modified to access code memory correct,
7804         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
7805         and improved to handle some cases
7806         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
7807         instead of "RETLW" for init data
7808         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
7809         not IN_DIRSPACE, work around to reduce bank switching when aboslute
7810         variables are placed in access bank memory (<0x80 and >=0xf80),
7811         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
7812         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
7813         TBLWT_POSTDEC,TBLWT_PREINC
7814         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
7815         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
7816         directives
7817         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
7818         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
7819         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
7820         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
7821
7822 2004-02-29  Borut Razem <borut.razem AT siol.net>
7823
7824         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
7825         support/Util/findme.h, support/Util/system.h: enhance binary relative
7826         search for lib and include by using findProgramPath()
7827
7828 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7829
7830         * src/SDCCpeeph.h,
7831         * src/SDCCpeeph.c (pcDistance),
7832         * src/port.h,
7833         * src/mcs51/ralloc.h,
7834         * src/mcs51/ralloc.c (mcs51_regWithIdx),
7835         * src/mcs51/main.h,
7836         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
7837         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7838         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
7839         size calculation port specific, started basis for some register
7840         optimizations
7841         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
7842         missing push/pop of r0/r1. Optimized push/pops
7843         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
7844         * device/lib/_modsint.c (_modsint),
7845         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
7846         and stack version so regression tests pass
7847
7848 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
7849
7850         * src/Makefile.in (dep): include SLIBOBJS in dependency check
7851         * src/SDCCast.c (decorateType): catch another small optimization
7852         with '?' operator
7853         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
7854         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
7855         modified to finally use computeType() all over SDCC,
7856         see Feature Request #877103
7857         * src/SDCCval.h: cosmetic
7858         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
7859         valCompare(); regression tested in muldiv.c
7860         * support/regression/tests/muldiv.c (testMod): mod sign follows
7861         dividend only
7862
7863 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
7864
7865         * src/SDCCast.c (decorateType): fixed bug #902362
7866         * doc/INSTALL.txt: fixed install instructions for win32
7867
7868 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
7869
7870         * device/include/Makefile.in (install): fixed by replacing spaces
7871         by tabs
7872         * doc/README.txt,
7873         * doc/INSTALL.txt: updated for release
7874         * doc/sdccman.lyx: added warning for --xstack being buggy
7875
7876 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
7877
7878         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
7879         to eliminate build warnings.
7880         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
7881
7882 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
7883            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7884
7885         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
7886         removed -penable-stack, added comment for stack pragma, added
7887         warning for not initializing the stack/frame registers, removed
7888         comment at interrupts section
7889
7890         Stack is made permanent, there is no ability to disable stack usage.
7891         * src/pic16/device.h,
7892         * src/pic16/device.c: removed all references to USE_STACK macro,
7893         * src/pic16/device.c (pic16_dump_section): when no elements in
7894         rlist, free rlist before return,
7895         * (pic16_dump_int_registers): NEW, internal registers are a new set
7896         of general purpose registers reused by each function,
7897         * (checkAddReg): returns 1 if registers is added to set,
7898         * (pic16_groupRegistersInSection): when a registers is of type
7899         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
7900         * src/pic16/device.h: memRange and Assigned Memory are deleted,
7901         SRCASECMP macro is moved here from device.c
7902         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
7903         PO_PCLATU, PO_PRODL, PO_PRODH,
7904         * (pic16_pCodeOpType, genMinus,
7905         changed compares to "a" register, with AOP_ACC,
7906         * (pic16_genPlus): fixed some bugs and indented properly,
7907         * (pic16_addSign): changed size to size+offset in the MOVWF
7908         instruction,
7909         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
7910         multiply 8-bit operand by literal, result is 8-bit,
7911         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
7912         multiply 2 8-bit operand, result is 8-bit,
7913         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
7914         genUMult8X*_16,
7915         * src/pic16/gen.c: changed accUse to contain WREG only,
7916         * (pic16_emitcomment): renamed to pic16_emitpcomment,
7917         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
7918         true, do not use immediate addressing any more unless sym is a
7919         pointer in codespace,
7920         * (aopForRemat): do not use immediate addressing when symbol not in
7921         codespace and when symbol's address is requested,
7922         * (aopOp): for-loop in if(sym->accUse) is modified for the new
7923         accUse size (= 1),
7924         * (aopGet): added case for AOP_ACC and don't return "accumulator
7925         bug" but WREG instead,
7926         * (popGetTempReg): pushes contents of temporary register in stack,
7927         * (popReleaseTempReg): pops contents of temporary register from
7928         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
7929         * (pic16_popGet): separated case AOP_ACC to return register WREG
7930         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
7931         or PO_IMMEDIATE and initializes their instance/offset appropriately,
7932         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
7933         the use of immediate pointers to certain cases only.
7934
7935         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
7936         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
7937         * (assignResultValue, genCall, genRet): modified to use the new
7938         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
7939         genPcall is still broken,
7940         * (genFunction): added code to create 'A' type pBlocks when
7941         interrupt functions are generated, code not extensively tested yet,
7942         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
7943         * (genEndFunction): modified so ISRs pop stored registers from stack,
7944         * (genMultOneByte): cleanup,
7945         * (AccRsh): added flag andmask, to and result with appropriate mask,
7946         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
7947         * (genDataPointerGet): fixed and reenabled its use,
7948         * (genNearDataPointerGet): bugs fixed,
7949         * (genDataPointerSet): bugs fixed,
7950         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
7951         pic16_DumpSymbol, pic16_DumpOp,
7952         * src/pic16/genutils.h: function prototypes for the above functions,
7953         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
7954         pointers,
7955         * (pic16emitRegularMap): many many many improvements, but needs a
7956         major cleanup,
7957         * src/pic16/main.c: enable_stack in pic16_options is removed,
7958         * (_pic16_parseOptions): removed command line options -penable-stack,
7959         * (_process_pragma): emit stack symbol only when stack pragma is
7960         processed,
7961         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
7962         redirected to FSR0L/FSR0H pair,
7963         * (pic16_get_op, pic16_get_op2): modifications and improvements,
7964         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7965         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
7966         for immediates,
7967         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7968         * (dumpPicOptype): NEW,
7969         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7970         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7971         with movff instruction,
7972         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7973         added pic16_int_regs, some packRegsFor* functions are commented out,
7974         because produce errors,
7975         * src/pic16/NOTES: minor modifications
7976
7977 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7978
7979         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7980         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7981         --pack-iram.
7982         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7983         * as/mcs51/lkaomf51.c: fixed bug #895763
7984
7985 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7986
7987         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7988
7989 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7990
7991         * doc/sdccman.lyx: added details about the HC08 storage classes and
7992         interrupts, fixed the register usage info for z80 & gbz80
7993
7994 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7995
7996         * doc/sdccman.lyx: added more pic16 port documentation
7997         * device/include/pic16/: added header pic18fregs.h
7998
7999 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
8000
8001         * doc/sdccman.lyx: added Vangelis' contribution
8002
8003 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8004
8005         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
8006         extend to the next CALL or PCALL, not just to the next CALL.
8007
8008 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
8009
8010         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
8011
8012 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8013
8014         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
8015         bug #895752 and a better fix for bug #716790
8016
8017 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8018
8019         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
8020
8021 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8022
8023         * doc/sdccman.lyx: minor changes, minor changed
8024
8025 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
8026
8027         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
8028         which can't handle SDCC_NEWONEBYTEOPS,
8029         (geniCodeMultiply): removed conversion from mult to shift for pic14
8030         and pic16
8031
8032 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8033
8034         * src/hc08/gen.h,
8035         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
8036         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
8037         thus fixing bug #895406
8038
8039 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
8040
8041         * device/lib/_modsint.c,
8042         * device/lib/_modslong.c: sign follows divisor only
8043         * src/hc08/gen.c (genMultOneByte): if result size is 1,
8044         signs or signedness can be ignored
8045         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
8046         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
8047         added optimization for IFX,
8048         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
8049         arguments;
8050         reenabled optimization for IFX, which was removed on 2004-01-11
8051         * src/SDCCast.h: added return type IFX
8052         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
8053         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
8054         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
8055         SDCC_OLDONEBYTEOPS selects the old behaviour
8056         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
8057         changed again and commented promotion rule
8058         * src/SDCCval.c (valDiv): promotion no longer necessary
8059         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
8060         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
8061         rewritten
8062         * support/regression/tests/onebyte.c: added
8063
8064 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
8065
8066         * gen.c (genInline): reverted to old code for assemnling inline
8067         code because of bug reported James Chadd
8068
8069 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
8070
8071         * ralloc.h: missing declarations from previous patch,
8072         seems that patch for ralloc.h was never applied, fixed
8073
8074 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8075            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
8076
8077         * pcode.c,
8078         * pcode.h,
8079         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
8080         indirect addressing. Marked FSR0 as deprecated
8081         * gen.c (pointerCode): commented out, not needed now
8082         (pic16_popGet2p): new MOVFF helper function
8083         (genGenPointerGet),
8084         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
8085         (shiftRLong): removed duplicate debugging info
8086
8087 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8088
8089         * src/ds390/gen.c (genNearPointerGet),
8090         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
8091         optimization with bits, but not bitfields.
8092         * src/ds390/ralloc.c (packRegisters),
8093         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
8094
8095 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
8096
8097         * src/SDCCcse.c (algebraicOpts): copy operands before modification
8098
8099 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8100
8101         * src/SDCCsymt.h,
8102         * src/SDCCicode.c (operandFromSymbol),
8103         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
8104         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
8105         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
8106         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
8107         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
8108         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
8109         bug #892038
8110         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
8111         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
8112         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
8113         * src/SDCCsymt.c (newSymbol),
8114         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
8115         enumerator_list),
8116         * src/SDCCval.h,
8117         * src/SDCCval.c (newiList): fixed bug #885705
8118
8119 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8120
8121         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
8122         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
8123
8124 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8125
8126         * device/include/c8051f120.h,
8127         * device/include/c8051f300.h,
8128         * device/include/c8051f310.h: added/updated header files for Silicon
8129         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
8130         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
8131         in new section Submitting patches
8132
8133 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8134
8135         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
8136         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8137         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8138         genGenPointerSet),
8139         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
8140         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8141         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8142         genGenPointerSet),
8143         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
8144         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8145         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8146         genGenPointerSet),
8147         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
8148         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8149         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8150         genGenPointerSet): fixed bug #892400
8151         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
8152         to eliminate build warnings.
8153         * src/SDCCast.c (processParms),
8154         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
8155         fixed bug 751859
8156         * support/valdiag/valdiag.py: added GCC to the list of defines active
8157         when compiling with gcc
8158
8159 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8160
8161         * support/Util/SDCCerr.h,
8162         * support/Util/SDCCerr.c,
8163         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
8164         with an incomplete type (fixed bug #883734)
8165         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
8166
8167 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8168
8169         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
8170
8171 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8172
8173         * src/SDCCast.c (decorateType),
8174         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
8175         function pointer implementation
8176         * support/regression/tests/funptrs.c: added tests to verify both forms
8177         of function pointers work correctly. Added tests to verify parameters
8178         are passed in the correct order.
8179
8180 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
8181
8182         * device.c (regCompare): registers are sorted by ascending
8183         address and increasing size,
8184         * main.c (_pic16_finaliseOptions): removed the declaration
8185         of compiler macro MCU. Now a macro of the format pic18fxxxx
8186         will be defined from the command line
8187
8188 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8189             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
8190
8191         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
8192         PCOP_RLCF was overwritten!
8193         * gen.c (genSkip): commented out calls to pic16_emitcode,
8194         * (genCmpEQ): fixed "long" compares, only high word did get compared,
8195         * (genlshTwo),
8196         * (genRRC): added debugging info,
8197         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
8198         overwritten while shifting,
8199         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
8200         overwritten while shifting,
8201         * (AccLsh),
8202         * (AccRsh),
8203         * (shiftLLeftOrResult),
8204         * (shiftRLeftOrResult),
8205         * (shiftRLong),
8206         * (shiftLLong): Implemented with pic16_emitpcode
8207         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
8208         * (genLeftShift): Fixed bug, operand for shift by variable always
8209         was "and"ed with 0x0f,
8210         * (genLeftShiftLiteral),
8211         * (genrshTwo),
8212         * (genRightShiftLiteral): added debugging info,
8213         * (genrshFour): added comment,
8214         * (genRightShift): determined signedness from operand "left"
8215         instead of "result"
8216
8217 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8218
8219         * src/SDCCicode.c (geniCodeParms),
8220         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
8221         function pointers, fixed function pointer bugs #861242 and #861896
8222
8223 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8224
8225         * device/include/c8051f000.h,
8226         * device/include/c8051f120.h,
8227         * device/include/c8051f300.h: added header files for Silicon
8228         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
8229
8230 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
8231
8232         * src/SDCCast.c (processParams): added new type flow and restructured
8233         (gatherAutoInit): added new type flow
8234         (addCast): cosmetic changes
8235         (getLeftResultType): added new type flow for array indices, patch
8236         provided by Stas, see FR #877103
8237         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
8238         array index patch by Stas
8239         * src/SDCCast.h: added prototype getResultTypeFromType()
8240         * src/SDCCval.h,
8241         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
8242         * src/pic/glue.c (pic14emitStaticSeg),
8243         * src/pic16/glue.c (pic16emitStaticSeg),
8244         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
8245         for initialization of symbols
8246         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
8247         * support/Util/SDCCerr.h:
8248         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
8249         * .version: bumped version number to 2.3.8
8250         * device/include/Makefile.in (install),
8251         * doc/Makefile (install): changed to 'rm `find ...`' construct to
8252         avoid warnings
8253
8254 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
8255
8256         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
8257         Slade Rich fixed an optimization bug
8258         * src/pic/pcodepeep.c,
8259         * src/pic/pcoderegs.c
8260         * doc/Makefile (install): added test for directory
8261
8262 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8263
8264         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
8265         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
8266         * src/pic/ralloc.c (getRegPtr, getRegGpr),
8267         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
8268         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
8269         * as/mcs51/asexpr.c (term),
8270         * as/hc08/asexpr.c (term): fixed bug #887146
8271
8272 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8273
8274         * src/z80/gen.c (genMult): handle single byte result product
8275         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
8276         DUMMY_READ_VOLATILE (fixed bug #886367)
8277
8278 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
8279
8280         * support/regression/tests/libmullong.c: fixed logic, on little endian
8281         hosts we ended without a mullong_wrapper()
8282
8283 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8284
8285         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
8286         virus/worm forged address usage.
8287
8288 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
8289
8290         Fixed promotion, it should be done on AST level:
8291         * src/SDCCast.c (addCast): added promotion to int
8292         (decorateType): updated call to upCast()
8293         * src/SDCCicode.c (geniCodeLeftShift): removed call to
8294         usualUnaryConversions()
8295
8296 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
8297
8298         * support/regression/tests/literalop.c (mulWrapper): Added a
8299         wrapper to remove integer overflow warnings.
8300
8301         * support/regression/tests/float_trans.c: Made work on host.
8302
8303         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
8304         location of sz80.
8305
8306         * support/regression/generate-cases.py (main): Changed from inline
8307         to a main method.
8308
8309         * doc/Makefile (install): Changed to depth first to get rid of
8310         missing directory install warning.
8311
8312         * as/Makefile (install-doc): Made work on Mac.
8313
8314 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
8315
8316         * src/SDCCast.c: added an additional type flow in decorateType() of
8317         opposite direction, see feature request #860006; it's enabled at runtime
8318         by setting the environment variable SDCC_NEWTYPEFLOW
8319         * src/SDCCast.h: changed prototype of decorateType()
8320         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
8321         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
8322         'char' to 'int' can be omitted, if both operands are 'unsigned char';
8323         see feature request #877103
8324         * src/SDCCval.c: updated call of decorateType()
8325         (valBitwise): fixed bug #882876
8326         (valMinus): added promotion
8327         (valLogicAndOr): result is unsigned
8328         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
8329         * src/SDCCsymt.c (computeType),
8330         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
8331         must not cause an unsigned operation
8332         * src/pic/glue (pic14emitRegularMap),
8333         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
8334
8335 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
8336
8337         * src/pic/pcode.c (PCodeID): commented out left over debug code
8338
8339 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
8340
8341         * support/valdiag/tests/overflow.c: added shift tests
8342         * src/pic/device.c,
8343         * src/pic/gen.c,
8344         * src/pic/gen.h,
8345         * src/pic/glue.c,
8346         * src/pic/main.c,
8347         * src/pic/pcode.c,
8348         * src/pic/pcode.h,
8349         * src/pic/pcodepeep.c,
8350         * src/pic/pcoderegs.c,
8351         * src/pic/ralloc.c,
8352         * src/pic/ralloc.h: applied patch from Slade Rich;
8353         added support for multiple code pages and multiple RAM banks on the
8354         PIC 14 port. The ASM files now no longer simply assume all the
8355         code / RAM are in the same page / bank. This means the linker can
8356         safely allocate code/RAM of separate ASM files to different pages/banks.
8357         * doc/sdccman.lyx: added Slade's tips
8358         * src/mcs51/peeph.def: fixed bug #880768
8359
8360 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8361
8362         * src/hc08/ralloc.c (rematStr): fixed bug #879282
8363         * src/SDCCast.c (decorateType): fixed bug #880197
8364
8365 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
8366
8367         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
8368         getopt.h.
8369
8370         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
8371         strtof is not part of C89 and isn't included with Mac OS X.
8372
8373 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8374
8375         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
8376         shiftL2Left2Result): fixed bug #879326
8377         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
8378         (genMultOneByte): fixed bug in signed vs unsigned multiplication
8379         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
8380         address fetch for clr instruction
8381         * device/lib/hc08/_mulint.c: created optimized assembly version
8382         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
8383
8384 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
8385
8386         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
8387         proposed in FR #877103
8388
8389 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
8390
8391         * src/SDCCval.c (cheapestVal): added missing checks
8392         * src/SDCCicode.c (usualBinaryConversions): fixed condition
8393         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
8394
8395 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
8396
8397         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
8398         equal operands
8399
8400 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
8401
8402         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
8403         loaded with the linker search paths (-L arguments) and the libraries
8404         to be linked with the current source (-l arguments). Changes
8405         currently will affect only the pic16 port.
8406         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
8407         include path the port specific paths and port specific libraries,
8408         * gplink command now contains the $3 argument,
8409         * src/pic16/device.h,
8410         * src/pic16/device.c,: structure PIC_device is made public and
8411         renamed to PIC16_device, the same for variable Pics which is renamed
8412         to Pics16. Updated all references to them.
8413         * src/pic16/glue.c (pic16glue): corrected bug with code
8414         initialization which bypassed the variable initializations block.
8415
8416         * device/lib/pic16/Makefile.rules: removed --penable-stack from
8417         COMPILE_FLAGS and added the --nostdinc option
8418
8419 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8420
8421         * device/include/mc68hc908jb8.h: Register defs for another member
8422         of the hc08 family. Contributed by Bjorn Bringert - thanks!
8423
8424 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
8425
8426         Documenting changes from previous commits.
8427         * configure.in (version 1.56),
8428         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
8429         when generating output files to configure the pic16 library,
8430         but now I've commented it out, since gputils aren't installed in the
8431         SF compile farm, so library won't compile
8432
8433         * device/lib/Makefile.in (version 1.56): initially I've added in
8434         target 'all' the prerequestive 'model-pic16' so it compiled the
8435         pic16 library, but now I've commented it out for the same reasons
8436         above,
8437         * added targets 'model-pic16' and 'objects-pic16' to compile the
8438         library
8439         * added target 'port-specific-objects-pic16' to handle the
8440         generated libraries and copy them into the build/ directory
8441         * added target 'clean-intermediate-pic16' to clean intermediate
8442         files into pic16 directory
8443         * in target 'installdirs' added line to create directory pic16 in
8444         the installation path
8445
8446         * device/include/Makefile.in (version 1.11): in target 'install'
8447         added lines to copy all header files to installation path,
8448         * in target 'installdirs' added line create directory for pic16
8449         headers in the installation path
8450
8451 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
8452
8453         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
8454          a function call
8455
8456 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
8457
8458         * configure,
8459         * device/lib/configure.in,
8460         * device/lib/configure: fixed for autoconf 2.57
8461
8462 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8463
8464         * src/z80/main.c (_parseOptions): fixed the portmode= command line
8465         option so that it actually works. Made it specific to the z80, since
8466         the gbz80 doesn't have these kinds of I/O ports.
8467
8468 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8469
8470         * device/include/z180.h,
8471         * device/lib/_memcpy.c,
8472         * device/lib/_memmove.c,
8473         * device/lib/_mulint.c,
8474         * device/lib/ser_ir.c,
8475         * device/lib/ser_ir_cts_rts.c,
8476         * device/lib/_strcmp.c,
8477         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
8478         * src/z80/main.c (_process_pragma): add support for pragmas bank and
8479         portmode; added deprecation warning for bank= and protmode= forms.
8480         Also, guard against buffer overflow.
8481         * src/z80/gen.c (aopGet): generate better code for sfr banked read
8482
8483 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8484
8485         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
8486         changed interrupt vector table generation to only emit declared vectors.
8487         * device/include/Makefile.in: added missing backslash
8488         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
8489
8490 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8491
8492         Mainly changes to support compilation of the device libraries
8493         * src/pic16/device.c: stack is allocated via symbol and not
8494         via literal number. The symbol is placed in the corresponding
8495         position of the data ram
8496         * (pic16_dump_section): relocatable and absolute uninitialized
8497         data are now emitted in sorted order to reduce section naming,
8498         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
8499         weren't marked as being in the access bank,
8500
8501 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8502
8503         Added portion of GNU PIC Library under the directory
8504         device/include/pic16 and device/lib/pic16. These files
8505         contain the declarations of SFRs for the PIC18Fxx2 devices.
8506         The directory is initialized via configure from toplevel.
8507
8508 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
8509
8510         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
8511         the spilllocations to be compared correctly
8512
8513 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8514
8515         * src/SDCCast.c (decorateType): fixed bug introduced today
8516
8517 2004-01-12  Borut Razem <borut.razem AT siol.net>
8518
8519         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
8520         doc/sdccman.lyx: upper case pragmas are deprecated
8521
8522 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8523
8524         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
8525         in simpler and even better code
8526
8527 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
8528
8529         * src/SDCCicode.c (operandOperation): fixed bug #874819
8530         * src/SDCCast.c (decorateType): fixed
8531         char foo (unsigned long ul) { return ul > 0; }
8532
8533 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8534
8535         * doc/sdccman.lyx: Moved and added some sections, small changes
8536         all over. Telling LaTeX to be less strict with word spacing
8537         to better keep the right margin. Changed some notes about
8538         maintainance of the ports in section 3.2.1 - is it OK like this?
8539
8540 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
8541
8542         SDCC source changes:
8543         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
8544         convilong): modified to inform the pic16 port that builtin functions
8545         are external
8546
8547         PIC16 PORT specific changes:
8548         * src/pic16/device.c pic16_dump_equates() added,
8549         processor registers declared internally by the port are emitted in
8550         the translation as equates,
8551         * src/pic16/gen.c: inline code is passed unprocessed to the
8552         translation,
8553         * (pic16_popGetLit2): fnuction modified to take second operand as
8554         pCodeOp pointer and not as literal,
8555         * (popRegFromIdx): prefixed with pic16_,
8556         * (pic16_popCombine2): modified to receive already allocated pCode
8557         operands,
8558         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
8559         * (genFunction): initializes local stack frame and pushes on stack
8560         all the registers used by this function,
8561         * (genEndFunction): restores all registers from stack and restores
8562         stack frame,
8563         * src/pic16/glue.c (pic16emitRegularMap): various changes and
8564         improvements,
8565         * (pic16glue): changed the program startup sequence,
8566         * added new dbName code 'A' for functions placed in absolute section
8567         * src/pic16/main.c: added function attribute _naked,
8568         * added pragma 'code' to place a fnuction at an absolute address,
8569         * added command line arguments --debug-ralloc and --pcode-verbose,
8570         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
8571         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
8572         * (pic16_newpCodeOpLit2): modified to take the second operand as
8573         pCodeOp pointer,
8574         * (pic16_printpBlock): modified to emit each function in a separate
8575         section,
8576         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
8577         UPPER for immediate operands,
8578         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
8579         instruction,
8580         * src/pic16/peeph.def: all peepholes with movff are commented out,
8581         because there is a problem in the pcode peep optimizer,
8582         * src/pic16/ralloc.c: the register allocator can now reuse local
8583         function symbols for another function. This saves register usage.
8584         * src/pic16/ralloc.h: added flag isLocal in structure regs,
8585
8586         Added file src/pic16/NOTES with information about program writing on
8587         the current port version.
8588
8589 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8590
8591         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
8592         and peephole 252 (array access)
8593
8594 2004-01-09  Borut Razem <borut.razem AT siol.net>
8595
8596         * src/SDCCmain.c : fixed #872250: -l command line defined library
8597           files are scanned before standard library files
8598
8599 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8600
8601         * src/SDCCast.c (decorateType): fixed bug #874046
8602
8603 2004-01-09  Borut Razem <borut.razem AT siol.net>
8604
8605         * support/scripts/sdcc.nsi: remove previous installation
8606
8607 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8608
8609         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
8610         bytes for last interrupt vector (mcs51)
8611         * sdcc.spec: fixed typo
8612
8613 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8614
8615         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
8616         gen51Code): more efficient parameter receive for --model-large
8617         ("bug" #845294)
8618
8619 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8620
8621         * src/ds390/main.c,
8622         * src/z80/main.c: added missed needLinkerScript flags (more than
8623         one port structure defined in these file)
8624         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
8625         bug #795325
8626
8627 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
8628
8629         * src/SDCCmain.c: removed various references to DEFAULT_PORT
8630         * src/port.h: added flag needLinkerScript in port->linker
8631         structure to inform whether to create a .lnk file or not,
8632         * src/avr/main.c,
8633         * src/ds390/main.c,
8634         * src/hc08/main.c,
8635         * src/mcs51/main.c,
8636         * src/pic/main.c,
8637         * src/pic16/main.c,
8638         * src/xa51/main.c,
8639         * src/z80/main.c: changed appropriately to configure
8640         needLinkerScript flag
8641         * src/pic/gen.c,
8642         * src/pic16/gen.c (genAddrOf): fixed bug #863624
8643         * src/pic/glue.c: added variable udata_section_name to
8644         override default uninitialized data segment definition for
8645         devices only with SHAREBANK memory (reported from Erik Epetrich)
8646         * (pic14emitOverlay): modified to emit a commented overlay segment
8647         directive when no overlay data exist
8648         * (picglue): modified to emit uninitialized data segment
8649         according to udata_section_name
8650         * src/pic/main.c (_pic14_parseOptions): added command line
8651         options --udata-section-name=[name] to override default
8652         udata definition name
8653         * modified _linkCmd and _asmCmd to include compiler passed
8654         arguments via -W option
8655         * src/pic16/main.c: added $l in _asmCmd, changed extension for
8656         object file from '.rel' to '.o' in port->linker structure,
8657         changed size of fptr from 2 to 3 in port structure
8658
8659 2004-01-07  Borut Razem <borut.razem AT siol.net>
8660
8661         * support/scripts/sdcc.nsi: update PATH
8662         * support/scripts/sdcc.ico: craeted
8663
8664 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
8665
8666         * device/include/Makefile.in: fix install
8667         * doc/Makefile: fix install
8668
8669 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8670
8671         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
8672         in bug #860505
8673         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
8674         how the function variable allocation summary is displayed; also
8675         include information about variables allocated to the overlay
8676         segment
8677
8678 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8679
8680         * as/mcs51/lkmain.c: Help about -Y option
8681         * as/mcs51/lkarea.c: Fixed gcc warnings
8682
8683 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8684
8685         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
8686         fixed warning
8687         * support/valdiag/tests/overflow.c: added
8688         * src/SDCCast.c (decorateType),
8689         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
8690         LEFT_OP (left shift)
8691
8692 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8693
8694         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
8695         (default behaviour).
8696
8697 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8698
8699         A python script to validate compiler diagnostic messages. It can be
8700         used to verify that sdcc complains about bad c source code and
8701         gives a good location of the error.
8702         * support/valdiag/Makefile,
8703         * support/valdiag/valdiag.py,
8704         * support/valdiag/tests/*
8705
8706 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8707
8708         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
8709         * src/SDCCsymt.c (newEnumType),
8710         * src/SDCCsymt.h
8711         * support/Util/SDCCerr.c,
8712         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
8713         enum related bugs.
8714         * support/regression/tests/enum.c: added test for enum values that
8715         require at least 2 bytes of storage.
8716
8717 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8718
8719         * src/common.h: added ifndef/define/endif macros
8720         around the header file.
8721         Bug reported from Jesus Calvino-Fraga
8722
8723 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8724
8725         * sdcc.spec: updated
8726         * device/include/Makefile.in: don't install CVS directories
8727         * device/lib/Makefile.in: added removal of CVS directories after install
8728         * doc/Makefile: fixed install, added local_icons
8729         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
8730         * src/mcs51/gen.c (genRightShift): fixed bug #870788
8731         * src/ds390/gen.c (genRightShift): fixed bug #870788
8732         * src/SDCCast.c (decorateType): fixed bug #870781
8733
8734 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8735
8736         PIC16 port related changes:
8737         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
8738         added variable stackPos,
8739
8740         * gen.c: genCall, assignResultValue: added support for
8741         pushing/retrieving function parameters to/from stack,
8742         genFunction,genEndFunction: setup stack frame for the
8743         generated function,
8744         genAddrOf: will be changed according to bug 863624
8745
8746         * added files genutils.c and genutils.h which contain gen*
8747         debugged and optimised functions extracted from gen.c
8748
8749         * glue.c: added variable 'externs' which holds extern symbols,
8750         pic16emitRegularMap: is modified to properly handle relocatable
8751          symbols under the new scheme,
8752         pic16createInterruptVect: is modified
8753         pic16printPublics: is modified to emit 'global' assembler directives,
8754         added pic16_printExterns to print extern symbols,
8755         pic16glue: initializes stack/frame pointer in the beginning of
8756         the assembly output. Temporary hack, will be corrected later,
8757         because gplink yet does not support stack and SDCC does not
8758         yet support a type of crt0.o object to create the final binary.
8759
8760         * Removed many lines that contain 8051 legacy code.
8761         * The code is finally placed under a 'code' directive.
8762         * Added port specific options.
8763
8764         * _process_pragma: simplified since now we do not need *special*
8765         include file to define SFR registers. But a separate header
8766         will be needed. This will be developed later.
8767         * _pic16_parseOptions: added, parses port specific options:
8768         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
8769         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
8770         --preplace-udata-with=
8771
8772         * _pic16_setDefaultOptions: modified to initialize section names,
8773         but hack is temporarly out of order since it needs improvement.
8774         * _pic16_genAssemblerPreamble: configuration words are emitted by
8775         their address instead of their name. This part is incomplete and
8776         supports only the 18Fxx2 devices. Other devices will emit an error
8777         during assembly since they do not contain the same set of config
8778         registers
8779         * _pic16_genIVT: is modified,
8780
8781         * pcode.c: added definitions for some hardware registers that are needed
8782         for stack support
8783         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
8784         All PCI entries are updated. Now LFSR is supported.
8785         * Removed pic16_pciTRIS is mentioned by mdubuc in source
8786         * added pic16_newpCodeOpLit2 to support instructions with
8787         two literal arguments
8788         * pic16_pCode2str: corrected code that emits assembler instructions
8789         with two literal operands and those that have an access bit modifier
8790         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
8791         this fixes a bug which caused some labels to be lost, when an
8792         assembler directive was added, i.e. banksel,
8793         * pic16_FixRegisterBanking: improved logic that causes the insertion
8794         of bank switching,
8795         * InlineFunction: functions that are called once, are not any more
8796         inlined. This can be a port option in the future,
8797
8798         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
8799
8800         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
8801         hold the corresponding uninitialized symbols,
8802         * pic16_allocProcessorRegister: registers have explicit marked the
8803         accessBank field,
8804         * pic16_allocInternalRegister: registers are explicit marked as
8805         not used,
8806         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
8807         processing list, so bit registers were lost,
8808         *
8809
8810         * ralloc.h: added field 'accessBank' and original symbol operand
8811         in register definition,
8812         * removed the field isMapped from register definition,
8813
8814         ** Several functions have been removed from various sources:
8815         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
8816         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
8817         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
8818         pic16_assignRelocatableRegisters
8819
8820         ** others have been introduced:
8821         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
8822         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
8823
8824 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
8825
8826         * support/scripts/inc2h.pl: changed definition of BIT_AT
8827         to emit 'sbit at' instead of 'bit at'. This was a request.
8828
8829         PIC16 port related preliminary changes:
8830         * gen.c: prefixed function popRegFromString with
8831         pic16_ and all references to it corrected
8832         * pcode.c: all pic16_pc_* hardware registers prefixed
8833         with underscore (_),
8834         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
8835         * ralloc.c: newReg(): when register is REG_SFR then
8836         set address to rIdx,
8837         pic16_allocProcessorRegister(): marks register wasUsed=0
8838         pic16_writeUsedRegs(): added a call to assign processor
8839         registers via pic16_assignFixedRegisters
8840
8841 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8842
8843         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
8844         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
8845         variables in unused register banks.  Also the SSEG is placed
8846         wherever there is enough space for it, and IDATA can be anywhere
8847         in internal RAM.  For now compile using -Wl-Y[stack_size].
8848         The mem file is different for this option as well, since it
8849         makes no sense of talking about DSEG lenght.
8850
8851 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
8852
8853         * src/SDCClrange.c: fixed bug 869095 that caused segfault
8854         in certain cases, e.g. when ROM assignment, patch provided
8855         from Albert den Haan.
8856
8857 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
8858
8859         Many signedness and type propagation fixes:
8860         * src/SDCCicode.c: made geniCodeCast() static
8861         replaced SPEC_ by IS_ (cosmetic)
8862         (operandOperation): fixed div and mod operation
8863         (usualBinaryConversions): added support for promotion of char
8864         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
8865         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
8866         (geniCodeAdd): an array index will stay unsigned, even if promoted
8867         from char to int
8868         (geniCodeArray): ditto
8869         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
8870         * src/SDCCsymt.c (computeType): added more support for char;
8871         promotion of char is selectable by promoteCharToInt, fixed signedness
8872         for all cases
8873         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8874         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8875         * src/SDCCval (val*): replaced signedness calculation by
8876         computeType()
8877         rearranged if-branches (cosmetic)
8878         (valShift): added warning W_SHIFT_CHANGED
8879         (valCompare): fixed problem with different types
8880         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
8881         * support/regression/tests/literalop.c: added many cases
8882         * support/regression/tests/ast_constant_folding.c: changed finally to
8883         'unsigned int'
8884         * .version: new year, new version: 2.3.7
8885         * src/SDCCmain.c (main): applied patch #866468
8886         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
8887         provided by Scott Bronson
8888         * doc/sdccman.lyx: updated documentation for sdcdb
8889         updated and added chapter tips
8890
8891 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8892
8893         * src/SDCCsymt.h: missing from yesterday's commits
8894
8895 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8896
8897         * src/SDCC.y (struct_or_union_specifier),
8898         * support/Util/SDCCerr.c,
8899         * support/Util/SDCCerr.h: verify that struct & union tags are used
8900         as declared.
8901
8902 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8903
8904         * src/SDCCglobl.h: missing from yesterday's commits
8905
8906 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8907
8908         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
8909         sft_attributes, struct_declaration, parameter_declaration,
8910         type_name, start_block, declaration_list),
8911         * src/SDCC.lex (check_type): support redefinition of typedef names
8912
8913 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8914
8915         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
8916         aligned xdata arrays. Erik helped me with the if clause.
8917
8918 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8919
8920         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
8921         warning
8922
8923 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8924
8925         * src/SDCCast.h,
8926         * src/SDCCast.c (newAst_),
8927         * src/SDCCicode.h,
8928         * src/SDCCicode.c (ast2iCode, newiCode),
8929         * src/SDCCglobl.h,
8930         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
8931         expr, statement, expression_statement, selection_statement,
8932         iteration_statement, expr_opt, jump_statement): foundation for tracking
8933         sequence points
8934         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
8935         point code too)
8936
8937 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8938
8939         * support/Util/SDCCerr.c,
8940         * src/SDCCast.h,
8941         * src/SDCCast.c (createCase, createDefault, decorateType),
8942         * src/SDCClabel.c (labelUnreach),
8943         * src/SDCC.y (labeled_statement, jump_statement): More improvements
8944         to error messages.
8945         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
8946         (with thanks to Stas Sergeev)
8947         * device/include/time.h,
8948         * device/lib/time.c (CheckTime): suppress unreachable code warning
8949
8950 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8951
8952         * src/SDCCast.c (createIvalCharPtr),
8953         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
8954         bug #753752)
8955         * support/regression/tests/nullstring.c: tests for these two bugs
8956
8957 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8958
8959         * support/Util/SDCCerr.h,
8960         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
8961         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
8962         about storage class and 'at' used inside struct or union
8963         * src/SDCCBBlock.c (iCodeFromeBBlock),
8964         * src/SDCCcse.c (ifxOptimize),
8965         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
8966         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8967         printIval, emitStaticSeg, emitOverlay),
8968         * src/SDCClabel.c (deleteIfx),
8969         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8970         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8971         gatherAutoInit, processParms),
8972         * support/Util/SDCCerr.h,
8973         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8974         reporting for post-parse errors.
8975
8976 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8977
8978         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8979         implicit casts via union; they don't work on big endian systems
8980         (possible fix for bug #861138)
8981
8982 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8983
8984         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8985         * src/mcs51/main.c: fixed the fix for bug #737001
8986
8987 2003-12-15  Borut Razem <borut.razem AT siol.net>
8988
8989         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8990
8991 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8992
8993         * support/makebin/makebin.c: put output in binary mode
8994
8995 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8996
8997         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8998         xdata and data memory on startup. Set the environment variable
8999         SDCC_NOGENRAMCLEAR to disable this.
9000         * src/mcs51/peephole.def,
9001         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
9002         (allows non-interrupt and interrupt code to safely compete for a resource
9003         without the non-interrupt code having to disable interrupts)
9004
9005 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9006
9007         * src/SDCCicode.c (geniCodeAdd),
9008         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
9009         with valFromType if type might be a pointer and host is big endian).
9010         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
9011         types, not just integer types.
9012         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
9013         multiply defined with mismatching "at" address.
9014
9015 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9016
9017         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
9018         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
9019         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
9020         with embedded nulls (fixed bug #753752)
9021
9022 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9023
9024         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
9025         Apparently this did not see much testing (endless loop)
9026
9027 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9028
9029         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
9030
9031 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9032
9033         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
9034         gracefully handle NULL memmap pointers
9035
9036 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9037
9038         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
9039         instead of deleting the iCode when an operand is volatile
9040         * src/z80/gen.c (genDummyRead),
9041         * src/mcs51/gen.c (genDummyRead),
9042         * src/ds390/gen.c (genDummyRead),
9043         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
9044         not just IC_RIGHT
9045         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
9046         * src/SDCC.y: fixed bug #850420
9047
9048 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9049
9050         Applied z80 i/o port patch from Peter Townson and fixed some operators
9051         to better handle operands in A register.
9052         * device/include/z180.h
9053         * src/SDCC.y
9054         * src/SDCCglue.c
9055         * src/z80/gen.c
9056         * src/z80/gen.h
9057         * src/z80/main.c
9058         * src/z80/peeph-z80.def
9059         * src/z80/peeph.def
9060         * src/z80/z80.h
9061
9062 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9063
9064         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
9065
9066 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9067
9068         * device/lib/hc08/_mullong.c: Removed extra #endif
9069
9070 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9071
9072         * sim/ucsim/hc08.src/inst.cc,
9073         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
9074         carries from x to h
9075         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
9076         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
9077         * device/include/stdarg.h: fixed varargs for hc08
9078         * device/lib/Makefile.in,
9079         * device/lib/hc08/Makefile,
9080         * device/lib/hc08/_mulint.c,
9081         * device/lib/hc08/_mullong.c: fixed some endian problems
9082
9083 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9084
9085         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
9086         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
9087         * device/lib/_gptrget.c,
9088         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
9089
9090 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9091
9092         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
9093         * src/SDCCast.c (astErrors): fixed bug #846007
9094         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
9095
9096 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9097
9098         * src/SDCCast.c (decorateType): disabled a transformation I added in
9099         revision 1.188 (access to fields of a structure at an absolute address);
9100         it breaks with bitfields, extern declarations, and gcse analysis.
9101         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
9102         could be assigned through a pointer, so don't complain.
9103         * src/SDCCast.c (astErrors),
9104         * src/SDCCast.h,
9105         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
9106
9107 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
9108
9109         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
9110         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
9111         output of __config directives, since gpasm now supports them
9112         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
9113         pre-processor macro, i.e. -DMCU=p18f452
9114         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
9115         and modified to handle 'cast' icode similarly to '=' icode
9116         * src/pic16/device.h (typedef struct PIC_device): added field
9117         'extMIface' to indicate that chip has external memory interface
9118         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
9119         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
9120         18F8720
9121
9122 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9123
9124         * src/SDCC.y (pointer): fixed bug #846006
9125         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
9126         * src/SDCCast.c (decorateType): fixed bug #846009
9127         * src/ds390/peeph.def,
9128         * src/ds390/gen.c (genAnd, genOr),
9129         * src/mcs51/peeph.def,
9130         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
9131
9132 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9133
9134         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
9135         * src/SDCCdflow.c
9136         * src/SDCCcse.c
9137         * src/SDCCcse.h
9138         * src/SDCCBBlock.h
9139         * src/SDCCBBlock.c
9140
9141 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
9142
9143         fixed bug #845089
9144         * src/SDCCbitv.h,
9145         * src/SDCCbitv.c: added function to free a bitvector
9146         * src/SDCClrange.h,
9147         * src/SDCClrange.c: added function to recompute the liveranges
9148         * src/avr/ralloc.c,
9149         * src/ds390/ralloc.c,
9150         * src/hc08/ralloc.c,
9151         * src/mcs51/ralloc.c,
9152         * src/pic/ralloc.c,
9153         * src/pic16/ralloc.c,
9154         * src/xa51/ralloc.c,
9155         * src/z80/ralloc.c: recompute the liveranges after register packing
9156
9157 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
9158
9159         * src/SDCCloop.c (newInduction): fixed bug #845630
9160
9161 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9162
9163         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
9164         inadvertantly left behind from my 2003-11-12 change
9165
9166 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9167
9168         Updated headers I neglected to commit yesterday.
9169         * src/SDCClrange.h,
9170         * src/SDCCicode.h
9171
9172 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9173
9174         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
9175         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
9176         * src/SDCCopt.c (eBBlockFromiCode),
9177         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
9178         the creation of the key hash table from the sequencing so it can be used
9179         earlier (for some GCSE bug fixes still pending)
9180
9181 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9182
9183         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
9184         * support/regression/tests/addsub.c: testing genPlus shortcut
9185
9186 2003-11-15  Borut Razem <borut.razem AT siol.net>
9187
9188         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
9189
9190 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9191
9192         * src/SDCCcse.c (cseBBlock): fixed bug #527779
9193         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
9194         ordering is immaterial.
9195         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
9196
9197 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9198
9199         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
9200         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
9201         (SIGSEV) of bug #840381
9202         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
9203         unlink new file before rename if new and old filenames are the same)
9204
9205 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9206
9207         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
9208         uninitialized variables) for the mcs51. Set environment variable
9209         SDCC_GENRAMCLEAR to test.
9210         xdata initialization slightly shorter
9211
9212 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9213
9214         * src/SDCCsymt.h,
9215         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
9216         #838241 & 780691 (basicly the same bug)
9217         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
9218         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
9219
9220 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
9221
9222         * src/SDCCmain.c (linkEdit): "fix" #834252
9223
9224 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9225
9226         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
9227         * src/SDCCast.h,
9228         * src/SDCC.y: fixed bug #819403
9229
9230 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9231
9232         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
9233         the reentrant attribute.
9234         * src/hc08/gen.c (genPackBits): added missing stack readjustment
9235         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
9236         simulation
9237         * src/SDCCast.c (decorateType): fixed bug with storage class not being
9238         updated during pointer dereference; f.e. ~(((char *)1)*) was being
9239         erroneously reduced to a literal.
9240         * src/hc08/ralloc.c (packRegisters, rematStr),
9241         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
9242         some cases
9243
9244 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9245
9246         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
9247         * doc/sdccman.lyx: changed from 'article' to 'book'
9248         * doc/Makefile: readded test_suite_spec and cdbfileformat
9249
9250 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
9251
9252         * device/include/stdlib.h: include malloc.h to comply with ANSI
9253         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
9254
9255 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9256
9257         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
9258         * doc/clean.mk: also remove *.out files
9259         * doc/sdccman.lyx: some additions, larger top/bottom margins
9260
9261 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9262
9263         * src/SDCC.y: fixed bug #837365
9264         * support/regression/tests/bitopcse.c
9265         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
9266         a symbol (might be valop instead)
9267         * device/lib/Makefile.in: added errno.c to HC08SOURCES
9268         * device/lib/clean.mk: added hc08 to the cleaning list
9269
9270 2003-11-04  Borut Razem <borut.razem AT siol.net>
9271
9272         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
9273           made 2003-11-04
9274         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
9275           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
9276           malloc is declared in standard stdlib.h
9277
9278 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9279
9280         * device/lib/hc08/Makefile: need to clean .rel not .o files
9281         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
9282
9283 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9284
9285         * src/port.h,
9286         * src/hc08/main.c,
9287         * src/mcs51/main.c,
9288         * src/ds390/main.c,
9289         * src/z80/main.c,
9290         * src/avr/main.c,
9291         * src/pic/main.c,
9292         * src/pic16/main.c,
9293         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
9294         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
9295         tests (which uses the port's oclsExpense function)
9296         * src/SDCC.y,
9297         * src/SDCCast.c,
9298         * src/SDCCicode.c,
9299         * src/hc08/gen.c,
9300         * src/ds390/gen.c,
9301         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
9302
9303 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9304
9305         * src/SDCCcse.c (ifxOptimize),
9306         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
9307         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
9308         deleting the IFX iCode.
9309         * src/hc08/ralloc.c: reduced unneeded slocs
9310         * src/hc08/gen.c: fixed bug in asmopToBoolean
9311
9312 2003-11-04  Borut Razem <borut.razem AT siol.net>
9313
9314         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
9315           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
9316           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
9317           transferred to configure
9318
9319 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
9320
9321         Use headers defined in the C[++] standards:
9322         * sim/ucsim/gui.src/serio.src/fileio.cc
9323         * sim/ucsim/gui.src/serio.src/frontend.cc
9324         * sim/ucsim/gui.src/serio.src/main.cc
9325         * sim/ucsim/gui.src/serio.src/posix_signal.cc
9326         * support/Util/NewAlloc.c
9327         * as/hc08/lklibr.c
9328         * as/mcs51/lklibr.c
9329         * as/z80/aslist.c
9330         * as/z80/assym.c
9331
9332 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9333
9334         * Added MSVC projects for hc08 assembler and linker:
9335         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
9336         /as/hc08/link_hc08.dsp
9337
9338 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
9339
9340         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
9341
9342 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
9343
9344         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
9345
9346 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9347
9348         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
9349
9350 2003-10-31  Borut Razem <borut.razem AT siol.net>
9351
9352         * support/cpp2/cpplib.h,
9353           support/cpp2/cpplib.c,
9354           support/cpp2/cpplex.c,
9355           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
9356           to switch _asm block preprocessing on / off. Default is
9357           #pragma preproc_asm +
9358
9359 2003-10-31  Borut Razem <borut.razem AT siol.net>
9360
9361         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
9362           when outputting comment blocks (when executed with -C option) and
9363           _asm (SDCPP specific) blocks
9364
9365 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9366
9367         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
9368
9369 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
9370
9371         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
9372
9373 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
9374
9375         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
9376         * src/SDCCast.c (decorateType): fixed bug #832664
9377
9378 2003-10-31  Borut Razem <borut.razem AT siol.net>
9379
9380         * support/cpp2/cpplex.c: fixed for SDCPP:
9381           comments(when executed with -C option) and _asm blocks
9382           were included even if they where in skipped #if block.
9383           Applied solution from GCC cpp 3.3.2
9384
9385 2003-10-31  Borut Razem <borut.razem AT siol.net>
9386
9387         * src/SDCC.lex: sdcc now understands both formats:
9388           '# <line_number> <file_name>' and
9389           '#line <line_number> <file_name>'
9390         * support/cpp2/cppmain.c: sdcpp now generates the standard
9391           '# <line_number> <file_name>' instead of former
9392           '#line <line_number> <file_name>'
9393
9394 2003-10-30  Borut Razem <borut.razem AT siol.net>
9395
9396         * support/cpp2/cpphash.h,
9397         * support/cpp2/cpplib.h
9398         * support/cpp2/cpplex.c,
9399         * support/cpp2/cppmain.c,
9400         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
9401
9402 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9403
9404         Fixed a number of problems revealed by bug #827883.
9405         * src/SDCCloop.c (loopInvariants): Spill location of the
9406         result operand should be recomputed if extracted from
9407         a loop. Also, don't extract assignments of an iTemp
9408         from a literal.
9409         * src/SDCCast.c (isConformingBody): loop reversal should
9410         not occur if the control variable is involved with a
9411         relational operator.
9412
9413 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
9414
9415         * .version: bumped to 2.3.6 to reflect the big improvements
9416         made by Erik and Klaus. Thanks!
9417
9418 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
9419
9420         Replaced the livrange code.
9421         * src/SDCClrange.c: added new LR code
9422         * src/SDCCloop.c,
9423         * src/SDCCBBlock.h: removed remainig parts from old LR code
9424         * src/ds390/ralloc.c,
9425         * src/ds390/gen.c: minor fixes to make it work with new code
9426
9427 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9428
9429         * as/hc08/asm.h,
9430         * as/hc08/lkrloc.c,
9431         * src/hc08/gen.c,
9432         * src/hc08/ralloc.c: Fix various warnings related to the hc08
9433         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
9434         (tweaked fix for bug #818696)
9435
9436 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9437
9438         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
9439
9440 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9441
9442         * src/SDCCmain.c,
9443         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
9444         * src/mcs51/gen.c (gencjneshort),
9445         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
9446         more efficient (per Scott Bronson's suggestion)
9447
9448 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9449
9450         Extended the semantics of the critical keyword to include
9451         individual statements. See RFE #827755 and #799831
9452         * src/SDCC.y
9453         * src/SDCCicode.c
9454         * src/SDCCopt.c
9455         * src/SDCCast.c
9456         * support/Util/SDCCerr.c
9457         * support/Util/SDCCerr.h
9458         * src/mcs51/gen.c
9459         * src/ds390/gen.c
9460         * src/hc08/gen.c
9461
9462 2003-10-19  Borut Razem <borut.razem AT siol.net>
9463
9464         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
9465
9466 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9467
9468         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
9469         Fixed bug #818696
9470         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
9471         and predecrement operand is displayed
9472
9473 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9474
9475         * src/SDCCval.c (valMinus): fixed bug #826041
9476
9477 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9478
9479         Some hc08 related updates that I missed earlier
9480         * sim/ucsim/stypes.h
9481         * support/regression/ports/hc08/spec.mk
9482
9483 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9484
9485         New target "hc08" for the Motorola 68hc08 family of micros
9486
9487         * configure
9488         * configure.in
9489         * Makefile
9490         * src/hc08/*
9491         * src/SDCCmain.c
9492         * src/port.h
9493         * sim/ucsim/hc08.src/*
9494         * sim/ucsim/configure.in
9495         * src/ucsim/configure
9496         * sim/ucsim/packages_in.mk
9497         * as/hc08/*
9498         * as/Makefile
9499         * device/include/mc68hc908qy.h
9500         * device/lib/hc08/*
9501         * device/lib/Makefile.in
9502         * support/regression/ports/hc08/*
9503         * support/regression/Makefile
9504
9505 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9506
9507         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
9508         regression test
9509         * src/ds390/gen.c (genCast): fixed bug #821957
9510
9511 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9512
9513         * device/lib/logf.c: "fixed" overlay bug
9514         * support/regression/ports/host/spec.mk: added m library
9515         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
9516         * support/regression/tests/float_trans: added (for Eric)
9517
9518 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
9519
9520         * src/mcs51/gen.c (genCpl): fixed bug
9521         http://sf.net/mailarchive/message.php?msg_id=6263915
9522
9523 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
9524
9525         * src/SDCCast.c (decorateType): added extended constant folding
9526         * src/SDCCsymt.c (computeType): cleanup
9527         * src/SDCCval.c (valShift): minor optimization
9528         * support/regression/tests/ast_constant_folding.c: added
9529
9530 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9531
9532         * src/SDCCmain.c: removed some unintended changes
9533
9534 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9535
9536         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
9537         * src/z80/gen.c: fixed part of bug #817589
9538         * src/SDCCsymt.c (checkFunction): fixed bug #817895
9539
9540 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
9541
9542         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
9543         * src/SDCCcflow.c
9544         * src/SDCCcse.c
9545         * src/SDCCdflow.c
9546         * src/SDCClabel.c
9547         * src/SDCClrange.c
9548         * src/SDCCmem.c
9549         * src/SDCCopt.c
9550         * src/SDCCpeeph.c
9551         * src/SDCCset.c
9552         * src/avr/ralloc.c
9553         * src/ds390/ralloc.c
9554         * src/izt/ralloc.c
9555         * src/mcs51/ralloc.c
9556         * src/pic/ralloc.c
9557         * src/pic16/ralloc.c
9558         * src/xa51/ralloc.c
9559         * src/z80/ralloc.c
9560         * src/z80/gen.c: removed unused label "release:"
9561
9562 2003-10-06  Borut Razem <borut.razem AT siol.net>
9563
9564         * src/SDCC.lex: removed definition of unused variables
9565           save_optimize and save_options
9566
9567 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
9568
9569         * clean.mk: removed '=' in "-maxdepth=1"
9570         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
9571         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
9572
9573 2003-10-06  Borut Razem <borut.razem AT siol.net>
9574
9575         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
9576           my_unput() replaced by unput()
9577
9578 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
9579
9580         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
9581         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
9582         type-punned pointer will break strict-aliasing rules"
9583         Old LR behaviour is again default; Klaus' LR can be choosen by
9584         defining the environment variable LRKLAUS
9585         * src/SDCCBBlock.h
9586         * src/SDCCloop.c
9587         * src/SDCClrange.c
9588         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
9589         * clean.mk: fixed removal of files in bin/CVS/
9590         * device/lib/clean.mk: fixed removal of directories small and large
9591         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
9592         * src/SDCCicode.c,
9593         * src/SDCCval.c: removed superflous test for pedantic
9594
9595 2003-10-05  Borut Razem <borut.razem AT siol.net>
9596
9597         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
9598           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
9599           message "unmatched #pragma SAVE and #pragma RESTORE"
9600
9601 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9602
9603         * doc/sdccman.lyx: various additions and updates (interrupts, inline
9604           assembly, critical functions, atomic, nojtbound)
9605
9606 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
9607
9608         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
9609         * src/SDCCBBlock.h
9610         * src/SDCCloop.c
9611         * src/SDCCloop.h
9612         * src/SDCClrange.c
9613
9614 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9615
9616         * src/z80/gen.h,
9617         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9618         * src/mcs51/gen.h
9619         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9620         * src/ds390/gen.h
9621         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9622         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
9623         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
9624
9625 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9626
9627         * src/z80/gen.c (genRet): fixed bug #524753
9628         * src/z80/gen.c (genCast): fixed internal error on cast from
9629         pointer to long
9630         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
9631         fix for bug #477835 to the z80
9632         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
9633         for tracking iCodes in the peephole optimizer for z80
9634
9635 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9636
9637         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
9638         the other part of bug #814548
9639         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
9640
9641 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
9642
9643         * src/SDCCcse.c: fixed part of bug #814548
9644
9645 2003-09-28  Borut Razem <borut.razem AT siol.net>
9646
9647         * src/asm.c: rewrite of printILine() to use temporary file instead
9648           a pipe
9649         * src/xa51/main.c: commented out declaration of int rewinds
9650
9651 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9652
9653         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
9654
9655 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9656
9657         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
9658         * src/asm.c (printILine): Fixed bug #811015
9659
9660 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9661
9662         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
9663         freeing.
9664
9665 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9666
9667         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
9668         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
9669         to correctly handle general case of AOP_PAIRPTR
9670         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
9671
9672 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9673
9674         * src/mcs51/ralloc.c (fillGaps),
9675         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
9676         register positioning bug)
9677
9678 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
9679
9680         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
9681
9682 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9683
9684         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
9685         genCodePointerGet, genGenPointerGet, genFarPointerSet,
9686         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
9687         (ralloc doesn't intentionally do this now, but perhaps later)
9688         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
9689         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
9690         register positioning bugs (Fixed bug #762602 and #795325)
9691         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
9692         (Fixed bug #808779)
9693         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
9694         lines that --i-code-in-asm generates
9695
9696 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9697
9698         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
9699         trying to fclose a FILE* that was already closed.
9700
9701 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9702
9703         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
9704         of const struct should be treated as if const themselves)
9705
9706 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
9707
9708         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
9709
9710 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9711
9712         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
9713         Unix (/n) and DOS (/r/n) line terminations.
9714
9715 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9716
9717         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
9718         bug #613775
9719
9720 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9721
9722         * src/mcs51/gen.c (genFunction, genEndFunction),
9723         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
9724         and restore of EA so that stack offsets to parameters are
9725         correct when using both critical and reentrant/stack-auto.
9726         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
9727         size (can be triggered in error if sloc is shared between
9728         different sized objects)
9729         * device/include/float.h: fixed macros to explicitly use
9730         unsigned long where needed
9731
9732 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
9733
9734         Feature req. 799831: added code to allow nesting of critical functions
9735         * src/mcs51/gen.c (genFunction, genEndFunction)
9736         * src/ds390/gen.c (genFunction, genEndFunction)
9737
9738 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9739
9740         * src/SDCCsymt.c (sclsFromPtr),
9741         * src/SDCCsymt.h,
9742         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
9743         support for standard C idiom of memory mapped variables; for
9744         example, *((xdata int*)0x1234) = 1 is now internally equivalent
9745         to xdata int at 0x1234 tempvar = 1.
9746         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
9747         provided by Akiya ISHIDA
9748
9749 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
9750
9751         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
9752         * src/SDCCval.c (constVal): added reduction from int to char
9753         * src/SDCCval.c (valMult, valDiv): fixed sign handling
9754         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
9755         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
9756         to ignore the sign
9757         * support/regression/tests/shifts.c: fixed
9758
9759 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9760
9761         * src/z80/gen.c (genXor): Fixed bug #805445
9762
9763 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9764
9765         Fixed bug #621531 (const & volatile confusion in the type chain).
9766         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
9767         refer to the const or volatile state of the pointer itself.
9768
9769         * src/SDCCast.c
9770         * src/SDCCglue.c
9771         * src/SDCCicode.c
9772         * src/SDCCsymt.c
9773         * src/SDCCval.c
9774         * src/SDCC.y
9775         * src/SDCCsymt.h
9776         * src/pic/gen.c
9777         * src/pic/ralloc.c
9778         * src/pic16/gen.c
9779         * src/pic16/ralloc.c
9780         * support/regression/tests/const.c
9781
9782 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9783
9784         When checking for duplicated modules, use absolute paths
9785         instead of relative paths.  Files changed:
9786
9787         * as/mcs51/lklib.c
9788         * link/z80/lklib.c
9789
9790 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9791
9792         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
9793
9794 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9795
9796         * device/include/string.h: added size_t typedef, changed
9797         prototypes to use size_t, eliminated separate reentrant and
9798         non-reentrant declarations, added _memmove declaration
9799         * device/lib/_memcpy.c: changed to use size_t instead of int,
9800         changed /4 to >>2 to avoid division library call
9801         * device/lib/_memcmp.c,
9802         * device/lib/_memset.c,
9803         * device/lib/_strncat.c,
9804         * device/lib/_strncpy.c,
9805         * device/lib/_strncmp.c: changed to use size_t instead of int
9806         * device/lib/_memmove.c: new file (fixed bug #772294)
9807         * device/lib/Makefile.in: added _memmove.c
9808         * device/lib/z80/asm_strings.s: fixed bug #772290
9809         * support/regression/tests/bitfields.c: attempt to fix host assertion
9810         failure on amd64-unknown-linux2.2
9811
9812 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9813
9814         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
9815         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
9816         * as/z80/asmain.c (main): fixed bug #801766
9817
9818 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
9819
9820         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
9821         compilers
9822
9823 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9824
9825         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
9826         reported in bug #800609
9827
9828 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
9829
9830         * Top header beautifications in src/pic16 directory:
9831           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
9832           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
9833           pcoderegs.h, ralloc.c, ralloc.h
9834         * main.c: added top header and GPL license notice
9835         * pcode.c: fixed the if-conditional warning
9836
9837 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
9838
9839         * device/lib/_mullong.c: replaced int by short for gcc
9840
9841 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9842
9843         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
9844         and JUMPTABLE iCodes properly now (worked by accident before)
9845         * src/mcs51/gen.c (leftRightUseAcc),
9846         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
9847         iCode properly now. Use getSize instead of nRegs since a & b
9848         aren't part of the nRegs tally.
9849
9850 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
9851
9852         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
9853         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
9854           before instructions that use the _STATUS register
9855
9856 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
9857
9858         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
9859         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
9860         fetching of the pointer
9861         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
9862         copied from genNearPointerSet()
9863         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
9864         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
9865         If they pop r0/r1 they must be called in the opposite order than aopOp().
9866         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
9867         (resp. --stack-auto), prepared for --xstack
9868
9869 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9870
9871         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
9872
9873 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9874
9875         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
9876         these ports have their own __sdcc_external_start()
9877
9878 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
9879
9880         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9881         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
9882         type for bits was changed. It resulted in bit variables becoming
9883         global, which is not permitted in PIC 14 assembly output.
9884
9885 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9886
9887         * doc/sdccman.lyx: various additions and updates. Rearranged sections
9888
9889 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9890
9891         Z80 and MCS51 linkers complaint if a public symbol is defined
9892         in more than one library module:
9893
9894         * as/mcs51/lklib.c
9895         * link/z80/lklib.c
9896         * as/mcs51/Makefile.in
9897
9898 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9899
9900         A few small changes that speed up the peephole optimizer.
9901
9902         * src/SDCCpeeph.c
9903
9904 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9905
9906         Try to make the peephole optimizer smarter by maintaining
9907         an association between the assembly source code and the
9908         iCodes that originated them. Put this information to use
9909         with a new peephole rule condition "notVolatile" so that
9910         the rules can be aggressive yet still safe.
9911
9912         * src/SDCCpeeph.c
9913         * src/SDCCpeeph.h
9914         * src/mcs51/gen.c
9915         * src/mcs51/peeph.def
9916
9917 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9918
9919         Fixed bug #741761
9920
9921         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
9922         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
9923         if the left or right operand symbols have the accuse flag set.
9924
9925 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9926
9927         Changed the type of the result of the ! (NOT) operator to char;
9928         previously it returned the same type as the source. This allows
9929         us to eliminate all the genFloatNot functions (all of its target
9930         implementations were very buggy) since !float can use the same
9931         code as !long now.
9932
9933         * src/SDCCicode.c (ast2iCode): ! returns char
9934         * src/mcs51/gen.c (genNot, genNotFloat),
9935         * src/ds390/gen.c (genNot, genNotFloat),
9936         * src/z80/gen.c (genNot, genNotFloat),
9937         * src/pic/gen.c (genNot, genNotFloat),
9938         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
9939
9940 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
9941
9942         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9943         1. Interrupt would not compile properly. Ensure PCLATH register is saved
9944            during interrupts. Ensure WSAVE is located at a shared bank address.
9945         2. Fixed page selection in some places
9946         3. Fixed BTFSS/C to where necessary use registers directly and not simply
9947            the registers name strings.
9948         4. Fixed "signed / unsigned compare" compiler warnings.
9949         5. The PIC port manages its own allocation of the general purpose
9950            registers, but makes no attempt to reuse them. As a result when
9951            compiling it soon runs out of general purpose registers. Some
9952            additional code was added to the files pcode.c and device.c to walk
9953            through the function call tree and rename the registers so that they
9954            get reused.
9955
9956         * src/pic/device.c
9957         * src/pic/gen.c
9958         * src/pic/glue.c
9959         * src/pic/pcode.c
9960         * src/pic/pcode.h
9961         * src/pic/ralloc.c
9962         * src/pic/ralloc.h
9963         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
9964         genPlus() & genMinus() when the result is the same as left or right
9965
9966 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9967
9968         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9969
9970 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9971
9972         Made bitfield a distinct type from bit so that bitfields
9973         convert as per ANSI C and bits retain their traditional
9974         boolean style behaviour. Implemented bitfield support in
9975         the z80 port.
9976
9977         * src/SDCCsymt.h,
9978         * src/SDCCsymt.c,
9979         * src/SDCCast.c,
9980         * src/cdbFile.c,
9981         * src/mcs51/gen.c,
9982         * src/ds390/gen.c: bit v bitfield split
9983         * src/z80/gen.c: New support for bitfields
9984         * support/regression/tests/bitfields.c: reenabled z80,
9985         added more tests
9986
9987 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9988
9989         Rules 246.x, 247.x relate to bitfields, the others speed up
9990         access to xdata mapped I/O devices.
9991
9992         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9993
9994 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9995
9996         Cleaned up genPackBits and genUnpackBits and added two helper
9997         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9998         for literal assignments in genPackBits (thanks to Frieder for
9999         reminding me).
10000
10001         * src/mcs51/gen.c
10002         * src/ds390/gen.c
10003
10004 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10005
10006         Fixed bug #748310 (pointer to function type mishandled when the
10007         function name is omitted). Also fixed a SIGSEGV when a function
10008         attribute (reentrant, etc) is used on a non-function or on a
10009         function but misplaced before the parameter list.
10010
10011         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
10012         bug #748310
10013         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
10014         * support/Util/SDCCerr.h,
10015         * support/Util/SDCCerr.c: Added func attr misuse error msg
10016
10017 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
10018
10019         Fixed bug #787649 by anonymous
10020         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
10021         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
10022
10023 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10024
10025         Fixed numerous bitfield problems.
10026
10027         * src/SDCC.y: More bitfield related error checking
10028         * src/SDCCsymt.h,
10029         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
10030         * support/Util/SDCCerr.h,
10031         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
10032         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
10033         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
10034         * support/regression/tests/bitfields.c: tests added
10035
10036 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10037
10038         Made the constant following the "interrupt" keyword optional. If
10039         omitted, the function will not automatically be given an entry
10040         in the interrupt vector table (similar to #pragma NOIV, but
10041         less syntacticly kludgy). The interrupt number is also now
10042         range checked. Also fixed a bug in the high order bit example
10043         in the manual.
10044
10045         * src/SDCC.y
10046         * src/SDCCmem.c
10047         * src/SDCCglue.c
10048         * src/SDCCsymt.h
10049         * support/Util/SDCCerr.c
10050         * support/Util/SDCCerr.h
10051         * doc/sdccman.lyx
10052
10053 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
10054
10055         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
10056         * src/SDCCicode.c (operandOperation): rewritten some ops
10057         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
10058         * src/SDCCsymt.c (computeType): literals are handled the same way as any
10059         other type
10060         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
10061         be re-activated by defining REDUCE_LITERALS)
10062         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
10063         unsigned, but are signed by default
10064         * src/SDCCval.c (constVal): rearranged
10065         * src/SDCCval.c (valMod): preliminary fix
10066         * src/SDCCval.c (valCastLiteral): use TYPE_* types
10067         * support/regression/literalop.c: added, work in progress
10068
10069 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10070
10071         Generate warnings for useless declarations like "char data;"
10072         that don't do what new users expect.
10073
10074         * src/SDCC.y
10075         * support/Util/SDCCerr.h
10076         * support/Util/SDCCerr.c
10077
10078 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
10079
10080         * src/SDCCval.c (valMult): fix overflow detection of negative int
10081
10082 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10083
10084         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
10085
10086         Changes to support big endian targets:
10087
10088         * src/ports.h
10089         * src/SDCCglue.c
10090         * src/avr/main.c
10091         * src/ds390/main.c
10092         * src/izt/i186.c
10093         * src/mcs51/main.c
10094         * src/pic/main.c
10095         * src/pic16/main.c
10096         * src/xa51/main.c
10097         * src/z80/main.c
10098
10099 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
10100
10101         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
10102         * device/lib/time.c: fixed warning "integer overflow in expression"
10103
10104 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
10105
10106         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
10107         * src/SDCCval.c (constVal): changed default to signed; hex and octal
10108         constants are unsigned; added recognition of "u" flag for unsigned
10109         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
10110         * src/SDCCval.c (valDiv, valMod): fixed signdness
10111         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
10112         signedness of modulo, left and right shift
10113         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
10114         * support/Util/SDCCerr.h: added warning W_INT_OVL
10115         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
10116         * src/SDCCast.c (ast_print): improved output of constants
10117
10118 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10119
10120         Fixed some warnings when building with MSVC:
10121
10122         * as/mcs51/asdata.c
10123         * as/z80/asdata.c
10124         * as/mcs51/asm.h
10125         * as/z80/asm.h
10126         * link/z80/aslink.h
10127         * link/z80/lkdata.c
10128         * link/z80/lkeval.c
10129         * link/z80/lkgb.c
10130         * link/z80/lkihx.c
10131         * link/z80/lks19.c
10132         * link/z80/lksym.c
10133         * support/cpp2/cpplib.c
10134         * src/ds390/gen.c
10135         * src/mcs51/gen.c
10136
10137 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
10138
10139         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
10140
10141 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10142
10143         * support/librarian/clean.mk: Do not remove Makefile.
10144         * support/librarian/Makefile: added.
10145
10146 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10147
10148         Added librarian to MSVC build:
10149         * all.dsp
10150         * sdcc.dsw
10151         * support/librarian/librarian.dsp
10152
10153         'configure' not needed for librarian, removed:
10154         * support/librarian/configure
10155         * support/librarian/configure.in
10156         * support/librarian/config_in.h
10157         * support/librarian/Makefile.in
10158
10159         Hopefully these ones built the librarian and the rest of sdcc properly:
10160         * Makefile
10161         * Makefile.common.in
10162
10163         Messed up 'configure', so revert to previous version:
10164         * configure
10165         * configure.in
10166
10167 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
10168
10169         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
10170         there, while the mantissa of a double is "only" 53 bits wide.
10171
10172 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10173
10174         Adding sdcclib to the build.  MSVC project coming soon.
10175         Files added/changed:
10176
10177         * support/librarian/clean.mk
10178         * support/librarian/configure
10179         * support/librarian/configure.in
10180         * support/librarian/config_in.h
10181         * support/librarian/Makefile.bcc
10182         * support/librarian/Makefile.in
10183         * support/librarian/sdcclib.c
10184         * Makefile.bcc
10185         * Makefile
10186         * Makefile.common.in
10187         * configure
10188         * configure.in
10189
10190 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10191
10192         Linker now complaints if linked modules have conflicting options, for
10193         example, one compiled using --model-large and another one compiled with
10194         --model-small.  The following files were modified:
10195
10196         * as/mcs51/asdata.c
10197         * as/mcs51/aslink.h
10198         * as/mcs51/asm.h
10199         * as/mcs51/asmain.c
10200         * as/mcs51/asout.c
10201         * as/mcs51/i51pst.c
10202         * as/mcs51/lkdata.c
10203         * as/mcs51/lklibr.c
10204         * as/mcs51/lkmain.c
10205         * as/z80/asdata.c
10206         * as/z80/asm.h
10207         * as/z80/asmain.c
10208         * as/z80/asout.c
10209         * as/z80/z80pst.c
10210         * link/z80/aslink.h
10211         * link/z80/lkdata.c
10212         * link/z80/lklibr.c
10213         * link/z80/lkmain.c
10214         * src/SDCCglue.c
10215
10216 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10217
10218         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
10219         as/mcs51/lklibr.c: Generate a warning when a library is not found.
10220
10221 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
10222
10223         * src/z80/mappings.i: fix _mul[us][int,long] entries
10224
10225 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10226
10227         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
10228
10229 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
10230
10231         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
10232         * support/regression/tests/bitopcse.c: added
10233         fixed warning:
10234         * src/avr/gen.c:
10235         * src/pic/gen.c:
10236         * src/pic16/gen.c:
10237         * src/z80/gen.c:
10238         * src/xa51/gen.c:
10239
10240 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10241
10242         added support for new library format to z80, gbz80 linkers:
10243         *link/z80/aslink.h
10244         *link/z80/lklex.c
10245         *link/z80/lklib.c
10246         *link/z80/lklist.c
10247
10248 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
10249
10250         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
10251         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
10252
10253 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
10254
10255         added DUMMY_READ_VOLATILE:
10256         * src/SDCC.y:
10257         * src/avr/gen.c:
10258         * src/xa51/gen.c:
10259         * src/z80/gen.c:
10260         * src/pic/gen.c:
10261         * src/pic16/gen.c:
10262         * src/mcs51/gen.c:
10263         * src/ds390/gen.c:
10264         * src/SDCCcse.c (algebraicOpts): many improvements
10265         * src/SDCCcse.h: removed algebraicOpts()
10266         * src/SDCCicode.c (picDummyRead): added
10267
10268 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10269
10270         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
10271         "Insufficient space in data memory".
10272
10273 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10274
10275         * src/mcs51/gen.c: fixed bug #771358
10276         * src/z80/gen.c: fixed bug #759087
10277
10278 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
10279
10280         * src/pic16/glue.c: minor cleanup by Vangelis
10281
10282 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10283
10284         * device/include/regc515c.h: fixed #758477
10285         * device/lib/_gptrget.c: saving some cycles in generic pointer get
10286         * device/lib/_gptrput.c: saved a few bytes
10287         * my tab spacing is 8, yours too?)
10288         * device/lib/_ser.c: process RX bytes earlier than TX bytes
10289         * device/lib/serial.c: process RX bytes earlier than TX bytes
10290         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
10291
10292 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10293
10294         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
10295
10296 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10297
10298     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
10299
10300 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
10301
10302         * device/lib/Makefile.in: bad fix, reverted to 1.43
10303
10304 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
10305
10306         * device/lib/Makefile.in: added missing z80 object files
10307
10308 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
10309
10310         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
10311         pic16 progress by Vangelis:
10312         * src/SDCCglobl.h:
10313         * src/SDCCmain.c:
10314         * src/pic/Makefile:
10315         * src/pic:
10316         * pic/Makefile:
10317         * pic16/device.c:
10318         * pic16/device.h:
10319         * pic16/gen.c:
10320         * pic16/gen.h:
10321         * pic16/genarith.c:
10322         * pic16/glue.c:
10323         * pic16/main.c:
10324         * pic16/pcode.c:
10325         * pic16/pcode.h:
10326         * pic16/pcodepeep.c:
10327         * pic16/peeph.def:
10328
10329 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10330
10331     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
10332
10333 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10334
10335     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
10336     added gbz80 build to MSVC project.
10337     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
10338     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
10339     from 8051 stuff and setup so it links using a .lnk file.
10340
10341 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10342
10343     * support/librarian/sdcclib.c: sdcc librarian.
10344     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
10345     with sdcclib.
10346
10347 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10348
10349     * as/mcs51/lkmain.c: properly handle extensions in function afile.
10350
10351 2003-07-02  Borut Razem <borut.razem AT siol.net>
10352
10353         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
10354         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
10355         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
10356         src/xa51/main.c, src/z80/main.c:
10357         virtualization of glue() function: each port has it's own glue function,
10358         which is accessed by do_glue function pointer in PORT.general structure
10359
10360 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
10361
10362         * DS800C400 fun, improved ROM interface and tinibios.
10363
10364 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
10365
10366         * More support for DS80C400. Now includes beginning of interface to ROM.
10367
10368 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
10369
10370         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
10371
10372 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10373
10374         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
10375
10376 2003-06-19  Borut Razem <borut.razem AT siol.net>
10377
10378         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
10379
10380 2003-06-19  Borut Razem <borut.razem AT siol.net>
10381
10382         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
10383         fixed Z80 port - crt0.o: cannot open.
10384
10385 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
10386
10387         * support/Util/MySystem.c (merge_command): revert bad fix
10388
10389 2003-06-18  Borut Razem <borut.razem AT siol.net>
10390
10391         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
10392
10393 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10394
10395         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
10396         option --use-stdout sends errors to stdout instead of stderr.
10397
10398 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
10399
10400         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
10401
10402 2003-06-15  Borut Razem <borut.razem AT siol.net>
10403
10404         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
10405         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
10406         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
10407         fixed width array of pointers replaced with sets;
10408         multiple include and lib paths ared transferred to preprocessor and linker
10409         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
10410         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
10411         fixed width array of pointers
10412         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
10413         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
10414         fixupPath(), getPathDifference()
10415         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
10416         fixed width array of pointers
10417
10418 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
10419
10420         * src/pic16/ralloc.c: fix warnings
10421         * src/pic16/pcode.c: fix warning
10422
10423 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
10424
10425          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
10426         know all the details, but essentially this set of changes enable
10427         the pic16 port to generate movff instructions and generate assembler
10428         directives,
10429         * src/SDCCmain.c:
10430         * src/pic16/gen.c:
10431         * src/pic16/glue.c:
10432         * src/pic16/pcode.c:
10433         * src/pic16/device.c:
10434         * src/pic16/main.c:
10435         * src/pic16/pcode.h:
10436         * src/pic16/pcoderegs.c:
10437         * src/pic16/ralloc.c:
10438         * src/pic16/ralloc.h:
10439
10440 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10441
10442         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
10443         added option --vc, so sdcc errors and warnings are compatible with
10444         Microsoft Visual Studio.
10445
10446 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10447
10448         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
10449           device/lib/libfloat.lib: added atof function.
10450
10451 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
10452
10453         * doc/sdccman.lyx: updated to Lyx 1.3
10454         * doc/cdbfileformat.lyx: updated to Lyx 1.3
10455         * doc/test_suite_spec.lyx: updated to Lyx 1.3
10456         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
10457
10458 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
10459
10460         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
10461
10462 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10463
10464         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
10465           additions to the "related tools/documentation" section
10466
10467 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
10468
10469         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
10470
10471 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
10472
10473         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
10474         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
10475
10476 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
10477
10478         * doc/sdccman.lyx: fix double dash and other minor things
10479         * doc/Makefile: fix double dash
10480
10481 2003-05-28  Karl Bongers(patches from Martin Helmling)
10482         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
10483           condition and ignore commands.
10484
10485 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10486
10487         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
10488           is in parts still quite out of date, I did changes as far as I felt makes sense
10489           for a non-native english speaker.
10490           Please feel free to add to the manual or to correct my changes.
10491         * doc/Makefile: undid touching the date of intermediate tex files.
10492
10493 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10494
10495         * doc/sdccman.lyx: Manual has an index now
10496
10497 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
10498
10499         Finalize muluint/mulsint and mululong/mulslong merging:
10500         * device/lib/_mulint.c
10501         * device/lib/_mullong.c
10502         * device/lib/gbz80/mul.s
10503         * device/lib/gbz80/stubs.s
10504         * device/lib/z80/mul.s
10505         * device/lib/z80/stubs.s
10506         * src/SDCCsymt.c (initCSupport)
10507
10508 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10509
10510         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
10511         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
10512           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
10513           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
10514           instead of /Zm500.
10515
10516 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10517
10518         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
10519           the regression tests I'm not brave enough to enable 245.b, 245.c
10520         * doc/sdccman.lyx: added latex preamble for hyperref package.
10521           Using pdflatex this will give you a hyperlinked pdf file with
10522           bookmarks. (prepend '%' before /usepackage if this breaks something)
10523
10524 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10525
10526          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
10527
10528 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
10529
10530         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
10531
10532 2003-05-21    <johan AT balder>
10533
10534         * src/SDCCglue.c (printIval): fixed bug #739934
10535
10536 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10537
10538         Applied patch from bug 737905 (renamed yylineo to mylineno):
10539         * src/altlex.c
10540         * src/SDCCast.c
10541         * src/SDCglobl.h
10542         * src/SDCC.lex
10543         * src/SDCCsymt.c
10544         * src/SDCCval.c
10545         * src/pic16/pcode.c: Cleaned warnings
10546         * src/pic16/pcodeflow.c: Cleaned warnings
10547         * src/pic16/pcoderegs.c: Cleaned warnings
10548
10549 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
10550
10551         * src/pic16/pcode.c: Cleaned warnings
10552         * src/pic16/pcodepeep.c: Cleaned warnings
10553         * src/pic16/ralloc.c: Cleaned warnings
10554
10555 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10556
10557         * doc/sdccman.lyx: fixed bug 739745
10558         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
10559
10560 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
10561
10562         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
10563         it can be defined with CFLAGS when running configure
10564         * src/SDCCmain.c: fixed compiling + linking with object files
10565
10566 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
10567
10568         * configure.in: configure for pic16 port,
10569             added --disable-pic16-port
10570         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
10571         * src/SDCCmain.c: linkOptions is changed to set *,
10572             added if/endif conditional macros to remove options help
10573             messages from optionsTable when a port is not configured, added
10574             support for the PIc16 port in the ports table, when executing
10575             the compiler with no port specified on command line, a default
10576             port is selected with the new macro DEFAULT_PORT which is
10577             defined in port.h, in setDefaultOptions() linkOptions is removed
10578             from initialization assignment, since now it is a set,
10579             parseCmdLine uses setParseWithComma for linkOptions, in
10580             linkEdit() linkOptions are accessed with new function indexSet()
10581             which returns the i'th item of a set variable. See SDCCset.c, in
10582             linkEdit() when calling buildCmdLine(), added linkOptions as
10583             last argument. Now users can pass arguments to gplink via the
10584             -Wl option, main() uses pic16glue() to glue up pic16 programs
10585         * src/SDCCpeeph.c: various changes to support pic16
10586         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
10587             return the i'th item of the set
10588         * src/SDCCset.h: added function prototype for indexSet()
10589         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
10590         * src/clean.mk: added pic16 in CLEANALLPORTS variable
10591         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
10592             added macro DEFAULT_PORT
10593         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
10594         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
10595             generated
10596         * src/pic16/glue.c: commented out some error producing lines
10597         * src/pic16/main.c: __config directives are commented out to stop
10598             gpasm complaining and test the linkage with gplink, _linkCmd and
10599             _asmCmd changed to be more gplink and gpasm friendly
10600         * src/pic16/peeph.def: peep rule 3 is commented out, since it
10601             produced an error when parsed, peep rule 12 is added to utilize
10602             movff, but it is commented out since the pCode does not support
10603             yet a command with 2 address arguments
10604
10605 2003-05-18    <johan AT balder>
10606
10607         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10608         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10609 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
10610
10611         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
10612   Added feature to script commands from file.
10613
10614 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
10615
10616         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
10617         * src/SDCCutil.c: include ctype.h for win32
10618
10619 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
10620
10621         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
10622
10623 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
10624
10625         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
10626   Fixed so you can set breakpoints prior to run, run does not stop
10627   on entry now.  Add tbreak.  Other enhancements and fixes for use
10628   with ddd.
10629
10630 2003-05-12  Borut Razem <borut.razem AT siol.net>
10631
10632         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
10633
10634 2003-05-11  Borut Razem <borut.razem AT siol.net>
10635
10636         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
10637         the path of bin directory, so that PATH is the only env. variable, which has to be set
10638         in case of standard installation.
10639         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
10640         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
10641         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
10642
10643 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10644
10645         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
10646         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
10647         temp files are in the port dir; clean the gen/test directory when
10648         generating new test.c
10649         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
10650         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
10651         * support/regression/tests/zeropad.c: added
10652
10653 2003-05-09    <johan AT balder>
10654
10655         * src/SDCCglue.c: fixed bug #597940
10656
10657 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
10658
10659         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10660   cache sfr, optimize next,step, fix off by one sourceline,
10661   support ddd list function.
10662         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
10663
10664 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10665
10666         * support/regression/HTMLgen.py: added compare_s2f()
10667         * support/regression/Makefile: redo 1.27
10668         * support/regression/generate-cases.py: redo 1.5
10669
10670 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
10671
10672         * support/regression/tests/float.c: workaround 33 bit hex constant
10673         * support/regression/tests/simplefloat.c: fix division for host
10674
10675 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
10676
10677         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
10678         that tame's the PIC's over-aggressive optimizer.
10679
10680 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10681
10682          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
10683          support for MSVC.
10684
10685 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
10686
10687         Initial support for DS80C400. "Hello world" runs on TINIm400
10688         (with polled I/O).
10689
10690 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
10691
10692          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10693          * Some notes on ddd usage added in debugger/README
10694          Martin Helmling adding more features and fixes for ddd GUI debugger.
10695          Code added for nexti, stepi, up, down, and other adjustments.
10696
10697 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
10698
10699         * src/pic/pCodepeep.c non-wildcard asmops are now handled
10700         * src/pic/peeph.def Added two rules to optimize carry manipulation
10701         * src/pic/* removed debug printfs
10702
10703 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
10704
10705         * debugger/mcs51/cmd.c: added header newalloc.h
10706
10707 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
10708
10709         * as/Makefile: new EXEEXT
10710         * as/z80/Makefile: remove trailing slash of BUILDIR
10711         * as/z80/clean.mk: new EXEEXT
10712         * Makefile.common.in: add to CFLAGS (and others), don't replace it
10713         * support/cpp2/Makefile.in: new EXEEXT
10714         * src/pic/glue.c (pic14emitRegularMap): fixed warning
10715
10716 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
10717
10718         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
10719         EXEEXT was introduced to fix all related problems with targets
10720         "clean", "install" and "uninstall"; a couple of further flaws
10721         especially with "clean" have been fixed too
10722         * as/mcs51/Makefile.in
10723         * as/mcs51/clean.mk
10724         * as/z80/Makefile
10725         * Makefile
10726         * clean.mk
10727         * debugger/mcs51/Makefile.in
10728         * debugger/mcs51/clean.mk
10729         * link/z80/Makefile
10730         * link/z80/Makefile.in
10731         * link/z80/clean.mk
10732         * link/Makefile
10733         * packihx/Makefile.in
10734         * packihx/clean.mk
10735         * sim/ucsim/Makefile
10736         * sim/ucsim/clean.mk
10737         * sim/ucsim/avr.src/Makefile.in
10738         * sim/ucsim/avr.src/clean.mk
10739         * sim/ucsim/s51.src/Makefile.in
10740         * sim/ucsim/s51.src/clean.mk
10741         * sim/ucsim/xa.src/Makefile.in
10742         * sim/ucsim/xa.src/clean.mk
10743         * sim/ucsim/z80.src/Makefile.in
10744         * sim/ucsim/z80.src/clean.mk
10745         * sim/ucsim/main_in.mk
10746         * sim/ucsim/packages_in.mk
10747         * sim/ucsim/gui.src/Makefile.in
10748         * sim/ucsim/gui.src/serio.src/Makefile.in
10749         * sim/ucsim/gui.src/serio.src/clean.mk
10750         * src/Makefile.in
10751         * src/clean.mk
10752         * support/cpp2/Makefile.in
10753         * support/cpp2/clean.mk
10754         * support/makebin/Makefile
10755         * support/makebin/clean.mk
10756         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
10757         * doc/sdccman.lyx: --program-suffix no longer needed
10758
10759 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
10760
10761          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
10762          Martin Helmling added support for ddd GUI debugger.
10763          Code added to display assembly, set variables, and other commands
10764          to interface to ddd.
10765
10766 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
10767
10768         * as/Makefile: fix target clean
10769         * as/clean.mk: fix target clean
10770         * as/z80/clean.mk: fix target clean
10771
10772 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
10773
10774         * Makefile.common.in: added  AT EXEEXT AT
10775         * configure.in: removed all mingw32 stuff
10776         * configure: rebuilt from configure.in
10777         * doc/sdccman.lyx: updated section "installation"
10778         * support/scripts/sdcc_mingw32: adapted to configure
10779         * support/scripts/sdcc_cygwin_mingw32: added
10780
10781 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
10782
10783         * src/pic Added object file support for the PIC port
10784         * src/pic Applied patch from Craig Franklin (this started the object file support)
10785         * src/regression Updated the PIC regression tests for object files
10786
10787 2003-04-20  Borut Razem <borut.razem AT siol.net>
10788
10789         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
10790           lklex.c: In function `getfid':
10791           lklex.c:203: warning: array subscript has type `char'
10792         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
10793           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
10794         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
10795           stack handling macros
10796
10797 2003-04-19  Borut Razem <borut.razem AT siol.net>
10798
10799         * "handling space characters in file path" task:
10800         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
10801         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
10802         * support/Util/MySystem.h: make it self-sufficient
10803         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
10804           src/z80/main.c, sdcc/as/mcs51/lklex.c:
10805           handling space characters in file path
10806         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
10807           (it will be used by assemblers, which have their own includes, e.g. gpasm)
10808         * support/Util/MySystem.c: handling space characters in executable's path
10809
10810 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
10811
10812         * as/z80/Makefile: fix permanent rebuild of z80
10813         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
10814         * support/regression/tests/bitfields.c: added Johan's bitfields.c
10815
10816 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
10817
10818         * src/SDCCopt.c: add special case optimization to replace modulo by
10819           a power of two with a bitwise AND.
10820
10821 2003-04-18    <johan AT balder>
10822
10823         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
10824
10825 2003-04-17    <johan AT balder>
10826
10827         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
10828         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
10829
10830 2003-04-13  Borut Razem <borut.razem AT siol.net>
10831
10832         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
10833         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
10834           fixed mingw problem in adl_NORMALIZE_PATH
10835
10836 2003-04-12  Borut Razem <borut.razem AT siol.net>
10837
10838         * fixed "#pragma SAVE/RESTORE can not be nested":
10839         * src/SDCC.lex: reworked pragma handling functions
10840         * sdcc/src/SDCCglobl.h: reworked stack handling macros
10841         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
10842
10843 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10844
10845         * src/SDCCutil.c (pathEquivalent): defined but not used
10846         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
10847         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
10848         * configure: rebuilt from configure.in
10849         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10850         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10851         * device/include/Makefile.in: replace sdcc_datadir
10852         * device/lib/Makefile.in: replace sdcc_datadir
10853         * Makefile.common.in: add LDFLAGS from configure
10854         * packihx/Makefile.in: use LDFLAGS
10855         * src/Makefile.in: use LDFLAGS
10856         * support/cpp2/Makefile.in: add LDFLAGS from configure
10857         * support/makebin/Makefile: use LDFLAGS
10858         * .version: bumped version number to 2.3.5
10859
10860 2003-04-12  Borut Razem <borut.razem AT siol.net>
10861
10862         * completed "different paths" task:
10863         * src/SDCCmacro.c: fixed bug in handling quotes
10864         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
10865         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
10866
10867 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10868
10869         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
10870
10871 2003-04-11 kevin Vigor <kevin AT vigor.nu>
10872
10873         * ds390/gen.c ds390/peeph.def: fix bug 706781
10874
10875 2003-04-11  Borut Razem <borut.razem AT siol.net>
10876
10877         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
10878
10879 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
10880
10881         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
10882         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
10883          set - this bit used to not be set...).
10884         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
10885           bad code in PIC Port
10886         * src/regression/and2.c added to test bug 609268
10887         * src/regression/Makefile added and2.c to regression test
10888
10889
10890 2003-04-08    <johan AT CP255758-A>
10891
10892         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
10893         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
10894         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
10895
10896 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
10897
10898         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
10899         fix bug #487815
10900         * support/cpp2/Makefile.in: fix bug #487815
10901         * configure: rebuilt from configure.in
10902         * Makefile.common.in: docdir changed, new path suffixes
10903         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10904         * sdcc_vc_in.h: reflect changes from sdccconf.h
10905         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
10906         * src/SDCCutil.h: remove BINDIR hack
10907         * doc/sdccman.lyx: update new path hierarchy
10908
10909 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10910
10911         * src/SDCCpeeph.c: added okToRemoveSLOC test
10912
10913 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10914
10915         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
10916
10917 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10918
10919         * src/SDCCpeeph.c: added labelIsReturnOnly test
10920         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
10921
10922 2003-04-05    <johan AT balder>
10923
10924         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
10925         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
10926         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
10927         * src/SDCCast.c: fixed a warning
10928         * src/SDCCast.h: fixed a warning
10929         * src/SDCCicode.c (operandFromAst): fixed a warning
10930
10931 2003-04-04    <johan AT balder>
10932
10933         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
10934         * src/SDCCast.c (decorateType): fixed bug #715076
10935         * src/SDCC.y: fixed bug #702907
10936
10937 2003-04-03    <johan AT balder>
10938
10939         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
10940         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
10941         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
10942         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
10943         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
10944
10945 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
10946
10947         * _decdptr.c: fix return values
10948         * _gptrget.c: fix return values
10949         * _gptrgetc.c: fix return values
10950         * _gptrput.c: fix return values
10951         * _mulint.c: fix return values
10952         * as/z80/Makefile: fix 'make -j' problem
10953
10954 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
10955
10956         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
10957         * configure.in: big cleanup, updated to autoconf 2.5x
10958         * configure: rebuilt from configure.in
10959         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10960         * sdcc_vc_in.h: reflect changes from sdccconf.h
10961         * doc/Makefile: fixed a flaw in "make install"
10962
10963 2003-04-02    <johan AT balder>
10964
10965         * src/ds390/gen.c (genCmp): no comments
10966         * src/mcs51/gen.c (genCmp): no comments
10967         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10968         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10969
10970 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10971
10972         * support/regression/generate-cases.py: place generated file in given sub directory
10973         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10974         * support/regression/Makefile: improvements for 'make -j';
10975         side effect: it's simpler and faster now
10976
10977 2003-03-31  Borut Razem <borut.razem AT siol.net>
10978
10979         * src/z80/main.c: link-{port} and as-{port} defined without path
10980         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10981
10982 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10983
10984         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10985
10986 2003-03-30  Borut Razem <borut.razem AT siol.net>
10987
10988         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10989           changed type of list parameter to set
10990         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10991         * src/port.h: changed type of do_assemble() parameter to set
10992         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10993           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10994           definition of "cppoutfilename" macro with NULL value in preProcess()
10995         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10996         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10997         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10998           replaced with set *binPathSet
10999         * shash_add() deallocates the item, if allready exsists, before adding the new one
11000         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
11001
11002 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
11003
11004         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
11005           a nested for loop bug in the PIC port
11006         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
11007           for loops
11008
11009 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
11010
11011         * support/Util/dbuf.h: remove C++ stuff to make it portable
11012
11013 2003-03-28  Borut Razem <borut.razem AT siol.net>
11014
11015         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
11016           literal strings in stringLiteral()
11017         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
11018         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
11019           to the project
11020
11021 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
11022
11023         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
11024
11025 2003-03-26    <johan AT balder>
11026
11027         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
11028         * src/ds390/gen.c (saveRegisters): catched symbol abuse
11029         * src/SDCCast.c (decorateType): fixed " -v < 3"
11030
11031 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
11032
11033         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
11034         Added Lenny Story's debug infrastructure changes:
11035         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
11036         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
11037         * src/cdbFile.c: added
11038         * src/SDCCdebug.c: added
11039         * src/SDCCdebug.h: added
11040         * src/SDCCast.c (createFunction)
11041         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
11042         * src/SDCCmain.c (parseCmdLine, main)
11043         * src/SDCCmem.c (redoStackOffsets)
11044         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
11045         * src/SDCCsymt.h
11046         * src/common.h
11047         * src/avr/gen.c (genAVRCode)
11048         * src/ds390/gen.c (gen390Code)
11049         * src/mcs51/gen.c (gen51Code)
11050         * src/pic/gen.c (genpic14Code)
11051         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
11052         * src/xa51/gen.c (genXA51Code)
11053         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
11054
11055 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11056
11057         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
11058         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
11059
11060 2003-03-22    <johan AT balder>
11061
11062         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
11063
11064 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
11065
11066         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
11067         * doc/cdbfileformat.lyx: added, written by Lenny Story
11068         * doc/Makefile: added cdbfileformat.lyx
11069         * doc/clean.mk: added cdbfileformat.lyx
11070
11071 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
11072
11073         * src/mcs51/peeph.def: fix bug #705773
11074
11075 2003-03-20    <johan AT balder>
11076
11077         An sfr/sbit can have an "at #" AND an initializer
11078         * src/SDCCsymt.c (checkSClass):
11079         * src/SDCCmem.c (allocGlobal):
11080         * src/SDCCmem.c (allocLocal):
11081         * src/SDCCast.c (createBlock):
11082
11083 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
11084
11085         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
11086
11087 2003-03-16    <johan AT balder>
11088
11089         Undid the hackup of const and volatile, the problem is much bigger
11090         * src/SDCC.y:1.65
11091         * src/SDCCast.c:1.171
11092         * src/SDCCglue.c:1.138
11093         * src/SDCCicode.c:1.146
11094         * src/SDCCsymt.c:1.150
11095         * src/SDCCval.c:1.65
11096
11097 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
11098
11099         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
11100         * src/ds390/gen.c (genAddrOf): fixed bug #704087
11101
11102 2003-03-13    <johan AT balder>
11103
11104         Hackup const and volatile modifiers in type chains a bit:
11105         * src/SDCC.y:1.63
11106         * src/SDCCast.c:1.169
11107         * src/SDCCglue.c:1.136
11108         * src/SDCCicode.c:1.143
11109         * src/SDCCsymt.c1.146
11110         * src/SDCCsymt.h1.59
11111         * src/SDCCval.c:1.63
11112
11113 2003-03-12    <johan AT balder>
11114
11115         * src/SDCCBBlock.h: more LRH debugging junk
11116         * src/SDCCcflow.h: more LRH debugging junk
11117         * src/SDCCloop.c: more LRH debugging junk
11118         * src/SDCC.y (struct_declaration): fixed bug #697590
11119         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
11120         * src/ds390/gen.c (aopForRemat): fixed bug #700031
11121         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
11122
11123 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
11124         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
11125         test function names must now match exactly).
11126         * src/SDCCcse.c: added special case in findCheaperOp to allow
11127         extending a short integer. Makes less awful code for bug 700121 test case.
11128
11129 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11130
11131         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
11132         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
11133
11134 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
11135
11136         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
11137         actually called (operandsNotEqual() was called for all
11138         operandsNotEqualX tests).
11139
11140 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
11141
11142         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
11143         with shorter literals. Fixes bug 700121.
11144
11145 2003-03-11    <johan AT balder>
11146
11147         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
11148
11149 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
11150
11151         * src/SDCCloop.c (mergeRegions): an evil beast is dead
11152         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
11153
11154 2003-03-10  Borut Razem <borut.razem AT siol.net>
11155
11156         * src/SDCCmain.c: pipe preprocessor's output
11157         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
11158         * sdcc_vc_in.h: define pclose as _pclose for WIN32
11159         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
11160         which closes all pipes in pipeSet set
11161         * src/SDCCset.c: free deleted item in function deleteSetItem()
11162         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
11163         moved from z80 to src subproject
11164         * .version: increased version number to 2.3.4
11165
11166 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
11167
11168         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
11169         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
11170         * support/regression/ports/xa51/spec.mk: fix typo
11171
11172 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
11173
11174         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
11175
11176 2003-03-09  Borut Razem <borut.razem AT siol.net>
11177
11178         * src/SDCCmain.c: pipe preprocessor's output
11179         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
11180         * sdcc_vc_in.h: define pclose as _pclose for WIN32
11181         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
11182         which closes all pipes in pipeSet set
11183         * src/SDCCset.c: free deleted item in function deleteSetItem()
11184         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
11185         moved from z80 to src subproject
11186
11187 2003-03-09  Borut Razem <borut.razem AT siol.net>
11188
11189         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
11190         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
11191         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
11192         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
11193         * src/SDCCglobl.h: unification of WIN32 native definitions
11194
11195 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11196
11197         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
11198
11199 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
11200
11201         * src/configure.in:   check for endianess (even while cross-compiling)
11202         * src/configure:      check for endianess (even while cross-compiling)
11203         * src/configure_in.h: check for endianess (even while cross-compiling)
11204         * src/avr/gen.c:        remove old endianess stuff
11205         * src/mcs51/gen.c:      remove old endianess stuff
11206         * src/ds390/gen.c:      remove old endianess stuff
11207         * src/pic/gen.c:        remove old endianess stuff
11208         * src/pic/genarith.c:   remove old endianess stuff
11209         * src/pic/glue.c:       fix endianess check
11210         * src/pic16/gen.c:      remove old endianess stuff
11211         * src/pic16/genarith.c: remove old endianess stuff
11212         * src/pic16/glue.c:     fix endianess check
11213         * src/xa51/gen.c:       remove old endianess stuff
11214         * src/z80/gen.c:        fix endianess check
11215         * src/SDCCglue.c:       fix endianess check
11216         * src/ds390/peeph.def: fix bug 700036
11217
11218 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
11219
11220         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
11221         * src/configure: find appropriate data-types on host for SDCC's int and long
11222         * src/configure.in: find appropriate data-types on host for SDCC's int and long
11223         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
11224         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
11225
11226 2003-03-07    <johan AT balder>
11227
11228         Just a big NOOP:
11229                 some minor cleanups before the big shot
11230                 OP_DEFS and OP_USES now use Kevin's protection
11231                 new option --nolabelopt
11232
11233         * src/SDCCBBlock.c:
11234         * src/SDCCast.c,:
11235         * src/SDCCcflow.c:
11236         * src/SDCCcse.c:
11237         * src/SDCCicode.c:
11238         * src/SDCCicode.h:
11239         * src/SDCClabel.c:
11240         * src/SDCCloop.c:
11241         * src/SDCCmain.c:
11242         * src/ds390/ralloc.c:
11243         * src/mcs51/ralloc.c:
11244         * src/pic/ralloc.c:
11245         * src/xa51/ralloc.c:
11246         * src/z80/ralloc.c:
11247
11248 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
11249
11250         * src/pic/pcode.c (get_op): fix 64 bit warnings
11251         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
11252         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
11253         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
11254         * support/regression/tests/malloc.c: fix 64 bit warnings
11255
11256 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
11257
11258         * src/mcs51/gen.c (genMinus): fixed bug 696436
11259
11260 2003-03-02  Borut Razem <borut.razem AT siol.net>
11261
11262         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
11263
11264 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
11265
11266         * configure.in: test for mkstemp
11267         * sdccconf_in.h: add HAVE_MKSTEMP
11268
11269 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
11270
11271         * device/include/ctype.h: removed warning while using --stack-auto
11272         * device/include/malloc.h: removed warning while using --stack-auto
11273         * device/include/string.h: removed warning while using --stack-auto
11274
11275 2003-02-23  Borut Razem <borut.razem AT siol.net>
11276
11277         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
11278         because NDEBUG is defined (see man assert)
11279         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
11280
11281 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11282
11283         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
11284         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
11285
11286 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11287
11288         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
11289         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
11290
11291 2003-02-18    <johan AT balder>
11292
11293         * as/mcs51/asmain.c (asmbl): module can start with a digit
11294         * as/z80/asmain.c (asmbl): module can start with a digit
11295
11296 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
11297
11298         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
11299         * src/asm.c: fix pipe() for Mingw32
11300
11301 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
11302
11303         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
11304         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
11305         make -V work again; --c1mode reads now from stdin
11306         * doc/sdccman.lyx: added --c1mode
11307         * support/Util/SDCCerr.c: new messages for c1 mode
11308         * support/Util/SDCCerr.h: new messages for c1 mode
11309         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
11310
11311 2003-02-15    <johan AT balder>
11312
11313         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
11314
11315 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
11316
11317         * doc/sdccman.lyx: Environment variables, -o and other minor things
11318
11319 2003-02-14    <johan AT balder>
11320
11321         * src/xa51/main.c: before anyone really tries to use it :)
11322
11323         * Install doc's in share/sdcc/doc
11324         * removed some obsolete files
11325         * Do a proper make distclean and uninstall
11326         M Makefile.common.in
11327         R sdccbuild.sh
11328         M as/Makefile
11329         M device/include/Makefile.in
11330         M device/lib/Makefile.in
11331         M doc/sdccman.lyx
11332         M link/Makefile
11333         M sim/ucsim/doc/Makefile.in
11334         M src/clean.mk
11335         R src/avr/peeph.rul
11336         R src/xa51/peeph.rul
11337         M support/cpp2/Makefile.in
11338         M support/makebin/Makefile
11339
11340
11341 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
11342
11343         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
11344
11345 2003-02-10  Borut Razem <borut.razem AT siol.net>
11346
11347         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
11348         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
11349         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
11350         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
11351         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
11352         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
11353         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
11354         src/z80/Makefile.bcc: Borland Makefile cleanup
11355         * as/z80/Makefile.bcc: Added Borland Makefile
11356         * support/cpp2/borland.h: Removed
11357
11358 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
11359
11360         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
11361         * src/SDCC.lex: new pragma NOIV
11362         * src/SDCCglobl.h: new pragma NOIV
11363         * src/SDCCmem.c: new pragma NOIV
11364
11365 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
11366
11367         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
11368
11369 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
11370
11371         * src/SDCCmain.c: signal handling is switched off by --debug
11372         * doc/Makefile: small fix for install; use clean.mk again
11373         * doc/clean.mk: clean *.pdf and *.html too
11374
11375 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
11376
11377         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
11378         * device/lib/printfl.c: fix a ds390 bug by making it portable
11379         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
11380         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
11381         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
11382         * debugger/mcs51/cmd.c: converted multi-line string literals
11383         * sim/ucsim/globals.cc: converted multi-line string literals
11384         * src/SDCCmain.c: introduced signal handler to remove temp files
11385         * doc/Makefile: small tweaks, implement clean
11386         * doc: removed generated files
11387
11388 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11389
11390         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
11391         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
11392         Address Record is not correctly generated for DS390."
11393
11394 2003-02-02  Borut Razem <borut.razem AT siol.net>
11395
11396         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
11397         * as/mcs51/asm.h: fixed compilation with Borland C
11398         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
11399         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
11400         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
11401         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
11402         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
11403         src/z80/Makefile.bcc: delete $(LIB) only if exist
11404         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
11405
11406 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
11407
11408         * device/include/malloc.h: introduced NULL
11409         * device/include/string.h: introduced NULL
11410         * device/include/stdlib.h: introduced NULL
11411         * device/lib/_memcpy.c: removed NULL
11412         * device/lib/_strcat.c: removed NULL
11413         * device/lib/_strchr.c: removed NULL
11414         * device/lib/_strcmp.c: removed NULL
11415         * device/lib/_strcpy.c: removed NULL
11416         * device/lib/_strcspn.c: removed NULL
11417         * device/lib/_strlen.c: removed NULL
11418         * device/lib/_strncat.c: removed NULL
11419         * device/lib/_strncmp.c: removed NULL
11420         * device/lib/_strncpy.c: removed NULL
11421         * device/lib/_strpbrk.c: removed NULL
11422         * device/lib/_strrchr.c: removed NULL
11423         * device/lib/_strspn.c: removed NULL
11424         * device/lib/_strstr.c: removed NULL
11425         * device/lib/_strtok.c: removed NULL
11426         * device/lib/malloc.c: removed NULL, include own header
11427
11428 2003-02-02    <johan AT balder>
11429
11430         * 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
11431         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
11432         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
11433         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
11434         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
11435         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
11436
11437 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11438
11439         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
11440         area 'DATA'"
11441
11442 2003-02-01    <johan AT balder>
11443
11444         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
11445
11446 2003-01-31    <johan AT CP255758-A>
11447
11448         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
11449
11450 2003-01-30    <johan AT balder>
11451
11452         * src/SDCCBBlock.c: automatic bug detection
11453         * src/SDCCicode.c: automatic bug detection
11454
11455 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11456
11457         * src/SDCCglobl.h:   now --xram-size 0 works
11458         * src/SDCCmain.c:    now --xram-size 0 works
11459
11460 2003-01-29    <johan AT balder>
11461
11462         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
11463
11464 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11465
11466         * as/mcs51/aslink.h: Added options --xram-size and --code-size
11467         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
11468         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
11469         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
11470         * src/SDCCglobl.h:   Added options --xram-size and --code-size
11471         * src/SDCCmain.c:    Added options --xram-size and --code-size
11472
11473 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
11474
11475         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
11476         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
11477
11478 2003-01-27    <johan AT balder>
11479
11480         * src/SDCC.y: fixed bug #613764
11481
11482 2003-01-26    <johan AT balder>
11483
11484         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
11485         * src/SDCCsymt.h: fixed bug #673374
11486         * src/SDCCglue.c: fixed bug #661910
11487         * src/SDCCast.c: fixed bug #458099 and 673374
11488
11489 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
11490
11491         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
11492         * as/mcs51/strcmpi.h: added
11493         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
11494         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
11495         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
11496         * as/mcs51/assym.c: strcmpi -> as_strcmpi
11497         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
11498         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
11499         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
11500         * as/mcs51/Makefile.aslink: new module strcmpi
11501         * as/mcs51/Makefile.asx8051: new module strcmpi
11502         * as/mcs51/Makefil.bcc: new module strcmpi
11503         * as/mcs51/Makefile.in: new module strcmpi
11504         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
11505
11506 2003-01-26    <johan AT balder>
11507
11508         * src/SDCCglue.c: reverted back to 1.124
11509         * src/SDCCast.c: reverted back to 1.156
11510         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
11511
11512 2003-01-25    <johan AT balder>
11513
11514         * src/SDCCglue.c: A better fix for bug #661910
11515         * src/SDCCast.c: A better fix for bug #661910
11516         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
11517
11518 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11519
11520         * src/Makefile.in: remove spawn.o
11521         * src/SDCCmain.c: remove spawn.h
11522         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
11523         * src/spawn.c: removed
11524         * src/spawn.h: removed
11525         * support/regression/ports/ds390/spec.mk: link with -r
11526
11527 2003-01-24    <johan AT CP255758-A>
11528
11529         * src/ds390/gen.c (aopOp): fixed bug #667458
11530         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
11531         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
11532         (createIvalCharPtr): an ival doesn't always have a storage class anymore
11533
11534 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11535
11536         * src/mcs51/peeph.def: better assembler identation by Frieder
11537         * src/mcs51/gen.c: better assembler identation by Frieder
11538
11539 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
11540
11541         * as/z80/string.h: removed for gcc 3.2
11542         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
11543         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
11544
11545 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11546
11547         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
11548         * src/SDCCpeeph.c (replaceRule): fix bug #663503
11549         * support/regression/Makefile: separate temp files for ports
11550         * support/regression/generate-cases.py: separate temp files for ports
11551         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11552         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11553
11554 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11555
11556         * moved tinitalk to device/examples/ds390
11557
11558 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
11559
11560         * as/mcs51/lkmem.c: rflag is for DS390
11561         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
11562         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
11563                          (linkEdit): move mem- and map-files the same way as ihx-files
11564         * src/z80/main.c (_setDefaultOptions): removed --generic
11565         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
11566         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
11567         * src/pic/glue.c (picglue): --c1mode works again
11568         * src/pic16/glue.c (pic16glue): --c1mode works again
11569         * src/asm.c (printCLine): fix #660034
11570
11571 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
11572
11573         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
11574         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
11575         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
11576         * as/mcs51/lkmem (summary): better fix for sp problem
11577         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
11578         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
11579         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
11580                                               remove --stack-after-data
11581
11582 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
11583
11584         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
11585         * src/SDCCutil.c (join): ugly bug: missing '\0'
11586         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
11587
11588 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11589
11590         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
11591         * src/port.h: typo
11592         * src/pic/main.c (_asmCmd): gpasm supports -o
11593         * src/z80/main.c: more general macros
11594         * device/lib/Makefile.in: remove intermediate files
11595
11596 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11597
11598         * .version: Bumped version number to 2.3.3
11599         * src/SDCCBBlock.c: new option -o
11600         * src/SDCCglobl.h: new option -o
11601         * src/SDCCglue.c: new option -o
11602         * src/SDCCmain.c: new option -o
11603         * src/asm.c: new option -o
11604         * src/ds390/main.c: new option -o
11605         * src/pic/glue.c: new option -o
11606         * src/pic/pcode.c: new option -o
11607         * src/pic/ralloc.c: new option -o
11608         * src/pic16/glue.c: new option -o
11609         * src/pic16/pcode.c: new option -o
11610         * src/pic16/ralloc.c: new option -o
11611         * src/z80/main.c: new option -o
11612         * device/lib/Makefile.in: use -o
11613         * support/regression/ports/ds390/spec.mk: use -o
11614         * support/regression/ports/gbz80/spec.mk: use -o
11615         * support/regression/ports/mcs51/spec.mk: use -o
11616         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
11617         * support/regression/ports/z80/spec.mk: use -o
11618         * support/regression/ports/ucz80/spec.mk: use -o
11619         * support/regression/ports/xa51/spec.mk: use -o
11620         * support/regression/fwk/lib/timeout.c: fix usage string
11621
11622 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
11623         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
11624
11625 2003-01-07    <johan AT balder>
11626
11627         * src/SDCCast.c (decorateType): fixed bug #600035
11628
11629 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
11630         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
11631         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
11632         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
11633         * src/pic/pcode.c: outcommented unused variable to remove warnings
11634         * src/pic/ralloc.c: outcommented unused variable to remove warnings
11635
11636 2003-01-06    <karl AT turbobit.com>
11637         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
11638    regression tests.
11639
11640 2003-01-06    <johan AT balder>
11641
11642         * src/SDCCicode.c: fixed array add
11643
11644 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
11645         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
11646         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
11647
11648 2003-01-04    <johan AT balder>
11649
11650         * src/SDCCval.c (getNelements): fixed the initialized array of structures
11651
11652 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11653         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
11654
11655 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11656         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
11657         * support/regression/tests/bug-524697.c: fit mem usage into 8032
11658
11659 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11660         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
11661
11662 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
11663         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
11664
11665 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
11666         * src/mcs51/main.c: removed {bindir}{sep} from aslink
11667
11668 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11669
11670     * in /sdcc/as/mcs51/ changed these files in order to create an
11671     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
11672     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
11673     following files to include the previous two files: aslink.dsp,
11674     Makefile.aslink, Makefile.bcc, and Makefile.in.
11675
11676     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
11677     .adb instead of .cdb
11678
11679 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11680
11681         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
11682         value from option --iram-size.
11683
11684 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11685
11686         * /sdcc/as/mcs51/lklist.c: added boundary check before using
11687         dram[] array.
11688
11689 2002-09-18    <wiml AT hhhh.org>
11690
11691         * SDCClrange.h: exposed setFromRange() and setToRange()
11692         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
11693           packRegsForAccUse() (bug 542397)
11694         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
11695           multiple times and emitting the fetch operations more than once
11696           added aopGetUsesAcc() function to allow binary operators to
11697           fetch their operands in the correct order; made genMinus() emit
11698           compact code for X = LITERAL - Y
11699
11700 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11701         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
11702         sprintf() in line 1267.
11703
11704 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11705         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
11706         like ports.
11707
11708 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11709         Changes to aslink (All the changes are marked with 'JCF'):
11710
11711         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
11712         summary().
11713
11714         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
11715         area BSEG.  Also moves, if possible, the DATA area down into the internal
11716         ram so more space is available.
11717
11718         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
11719         sflag.
11720
11721         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
11722         not bytes.  Function summary() which creates a memory usage summary
11723         file with extension .mem.  Reports of overlaping stack and small stack
11724         size.  If the space for the stack is less than 16 bytes aslink trows a
11725         warning.
11726
11727         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
11728         the 8051.  Option 'y' for memory summary output file.
11729
11730         Changes to sdcc (All the changes are marked with 'JCF'):
11731
11732         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
11733
11734         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
11735         overlaying area for it (uses RegBankUsed[4]).
11736
11737         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
11738         bank zero as used by default.  By default aslink locates the stack
11739         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
11740         the creation of the .mem file.  Delegates the allocation of data area
11741         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
11742         the begining of the stack area to aslink.
11743
11744         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
11745         glue() in SDCCglue.c creates an area for it.
11746
11747 2002-09-03  Borut Razem <borut.razem AT siol.net>
11748         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
11749         sdcc/src/pic/glue.c:
11750         introduced atexit() handler for teporay files removal in case of
11751         errors, assertions, ...
11752
11753 2002-08-29  Borut Razem <borut.razem AT siol.net>
11754         * sdcc/support/cpp2/auto-host_vc_in.h:
11755         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
11756         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
11757         Maybe there is a similar problem with BORLANDC? It should be checked!
11758
11759         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
11760         corrected improper use of assert: the assignment to clr variable was done inside the assert.
11761         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
11762         was not executed, and the compiler (cl) launched a warning:
11763         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
11764
11765 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
11766         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
11767
11768 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
11769         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
11770
11771         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11772           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
11773           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
11774           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11775           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
11776           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
11777           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
11778         - added Release configuration in VS projects
11779         - review of compiler an linker options
11780         - VC .exe files are generated in bin_vc directory, not to interfere
11781           with binaries generated from other projects (cygwin, mingw, bcc ...)
11782
11783         * sdcc/src/yacc.dsp: added
11784
11785         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
11786         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
11787         and insert the version number definitions from .version
11788
11789         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
11790
11791         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
11792         added - genarate auto-host.h using auto-host_vc_in.h as template
11793
11794         * sdcc/sdcc_vc.h,
11795         removed from CVS, generated automatically
11796
11797 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
11798         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
11799
11800 2002-08-11  Borut Razem <borut.razem AT siol.net>
11801         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
11802
11803 2002-08-10  Borut Razem <borut.razem AT siol.net>
11804         * src/SDCCmain.c (main):
11805         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
11806         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
11807         The consequence was that some temporary files were not removed.
11808
11809         * src/SDCCglue.c:
11810         unification of code in functions tempfilename() and tempfile():
11811         function tempnam() is defined in Visual Studio 6.0 and .NET
11812
11813         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
11814
11815         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11816           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
11817         - removed compiler command line option /WX: Treats all warnings as errors
11818         - update a list of source files, included into the project
11819
11820         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11821           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
11822         changed project type to Generic Project so that can be correcly converted to VS.NET project
11823
11824         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
11825
11826         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
11827
11828         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
11829
11830         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
11831         added return 0 statements after assert() to make compiler happy
11832
11833         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
11834         added newline in the def file to keep MSC compiler satisfied
11835
11836         * sdcc/src/z80/gen.c:
11837         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
11838           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
11839         - solved MSC error in function aopDump()
11840
11841         * sdcc_vc.h: define PREFIX as "\\sdcc"
11842
11843 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
11844         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
11845
11846 2002-06-22  Scott Dattalo <scott AT dattalo.com>
11847         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
11848         - Rewrote the register banking algorithm.
11849         - Added pCode live-range analysis to registers (for now, only non-used and
11850         singly-used registers optimized away)
11851
11852         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
11853
11854         * 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.
11855
11856 2002-05-10  Scott Dattalo <scott AT dattalo.com>
11857         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
11858
11859 2002-04-22  Michael Hope  <michaelh AT vroom>
11860
11861         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
11862
11863         * configure.in (DD_COPT): Added include support required for gbdk.
11864
11865         * .version: Bumped version number just to increase it.
11866
11867         * src/SDCCmain.c: Added -nostdinc to the default options.
11868
11869 2002-04-15  Michael Hope  <michaelh AT vroom>
11870
11871         * device/lib/z80/printf.c (sprintf): Added.
11872
11873         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
11874
11875         * src/z80/peeph.def: Added transpose redundent load rule.
11876
11877         * src/z80/main.c: Added force callee saves for jaune.
11878
11879         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
11880
11881         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
11882
11883 2002-03-28  Johan Knol  <johan AT balder>
11884
11885         * src/SDCCval.c: fixed bug #532436
11886
11887 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11888         * /src/port.h:
11889         Added "char *Processor" field to the port structure.
11890
11891         * /src/SDCCmain.c:
11892         Added -p option. Allows port dependent processor to be specified.
11893
11894         * all ports:
11895         Initialized the new field char *Processor field to NULL in all ports
11896
11897         * /src/pic/*:
11898         Compiler generated registers for interrupt context saving
11899         were not getting allocated.
11900
11901 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
11902
11903         * /src/SDCCast.c:
11904         Fixed left shift. Will promote the left side of a left shift
11905         if a) left shifting more than size of operand or b) when assigned
11906         to something size > size of left side
11907
11908 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11909         * src/pic/*
11910         tons of changes. Register allocation has been
11911         rewritten. Added customization for the various PICs. Flow
11912         analysis is restructured. ...
11913
11914         * src/pic/device.h:
11915         Added
11916
11917         * src/pic/device.c:
11918         Added. device.c is a PIC port hack to accomodate variations
11919         in PIC devices.
11920
11921 2002-03-13  Michael Hope  <michaelh AT vroom>
11922
11923         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
11924
11925 2002-03-04  johanknol  <johanknol AT manik>
11926
11927         * /src/SDCCval.c: fixed
11928
11929         const unsigned char arr[][2] = { { 0, 1 } };
11930         t18.c:1: error: Initializer element is not constant
11931
11932 2002-03-04  bela  <bela AT manik>
11933
11934         * /device/include/mcs51reg.h:
11935         ds89c420 register definition update
11936
11937 2002-03-03    <johan AT FRIJA>
11938
11939         * support/Util/SDCCerr.c: did something, but don't no why anymore
11940
11941         * support/regression/tests/bug-524691.c: made it a little less shy
11942
11943         * src/SDCCast.c (decorateType): fixed bug #524697
11944
11945         * src/SDCCast.c: made some lineno improvements
11946
11947         * src/SDCCval.c (getNelements): changed warning to error
11948
11949         * src/SDCCglue.c (printIvalArray): changed warning to error
11950
11951         * src/SDCCicode.c: fixed a warning for mingw
11952
11953         * src/SDCCast.c (decorateType): fixed the << promotion for ops
11954
11955         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
11956
11957 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
11958
11959         * src/ds390/peeph.def:
11960         Added some more peephole rules
11961
11962         * src/ds390/gen.c: Various fixes & enhancements
11963
11964         * src/SDCClrange.c, src/SDCClrange.h:
11965         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
11966
11967         * src/ds390/ralloc.c:
11968         various fixes & enhancements (ds390) specific
11969
11970         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11971         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11972         from rallocs.
11973
11974         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11975
11976 2002-03-02    <johan AT FRIJA>
11977
11978         * src/SDCCast.c (decorateType): fixed bug #524708
11979
11980         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11981
11982         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11983
11984 2002-03-01  Michael Hope  <michaelh AT vroom>
11985
11986         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11987
11988         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11989
11990 2002-03-01    <johan AT FRIJA>
11991
11992         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11993
11994         * src/SDCCast.c (decorateType): fixed bug #524209
11995
11996         * src/SDCCval.c (valNot): fixed bug #524195
11997
11998 2002-02-26    <johan AT balder>
11999
12000         * src/xa51/gen.c: fixed a warning
12001
12002         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
12003
12004         * src/SDCCast.c (decorateType): fixed bug #522534
12005
12006 2002-02-23    <johan AT balder>
12007
12008         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
12009
12010 2002-02-22    <johan AT balder>
12011
12012         * src/SDCCast.c: fixed bug #514865
12013
12014         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
12015
12016 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
12017
12018         * sdcc/src/SDCCloop.c:
12019         Previous fix was not good. basic blocks that have "break" or "return" are
12020         not really partof a loop , but live ranges used in these blocks should
12021         be live thru the entire loop, so set partOfLoop but don't add them to
12022         loop region
12023
12024 2002-02-21    <johan AT FRIJA>
12025
12026         * src/SDCCcse.c: fixed bug #514308
12027
12028 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
12029
12030         * src/SDCCloop.c:
12031         Fixed BUG #519583. If a conditional block ended in a return/break
12032         statement inside a loop, it was not being considered part of the loop.
12033
12034         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
12035
12036 2002-02-10  Karl Bongers <karl AT turbobit.com>
12037
12038         * debugger/*:
12039         Fixed up SDCDB debugger somewhat.  Updated debugger/README
12040         with lots of comments and notes.
12041
12042         * device/examples/test2.c:
12043         Fix bug, "red" variable not being initialized(compiler complained).
12044
12045         * device/examples/Makefile, examples/test3.c:
12046         Add Makefile in device/examples folder, compiles test3.c
12047         for use as a multiple module SDCDB test case.
12048
12049         * sim/ucsim/cmd.src/cmdset.cc:
12050         Took out debug printfs in ucsim "next" command.
12051
12052         * sim/ucsim/xa.src:
12053         Karl and Johan start ucsim XA support.  Most dissassembly working,
12054         about 75% emulation done(plenty of work remaining).
12055
12056         * sim/ucsim/z80.src:
12057         Add Z80 support to ucsim, add test-ucz80 regression test,
12058         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
12059         Notice z80 compiler fails on examples/test3.c/crc code.
12060
12061 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
12062
12063         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
12064         Added support for --parms-in-bank1
12065
12066         * src/ds390/peeph.def:
12067         added a few more peephole optimzations
12068
12069         * src/ds390/main.c:
12070         1) added __builtin_inp & __builtin_outp used to read in data of given length
12071            from a memory mapped port
12072         2) added __builtin_memcmp
12073         3) added __builtin_swapw swap bytes of a short
12074
12075         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
12076         1) handle multiple send & receives from register bank1
12077         2) ralloc can now allocate DPTR1 to some liveRanges
12078
12079         * src/SDCCsymt.c, src/SDCCsymt.h:
12080         changes to handle multiple sends & receives
12081
12082         * src/SDCCptropt.h:
12083         added some pointer arithmetic optimization
12084
12085         * src/SDCCptropt.c:
12086         added some pointer arithmetic optimizations but not stable yet so not
12087         called from anywhere (will get this working shortly)
12088
12089         * src/SDCCopt.c: fixed for multiple sends & receives
12090
12091         * src/SDCCmain.c:
12092         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
12093         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
12094            set preprocessor defines (depending on options)
12095
12096         * src/SDCCicode.c, src/SDCCicode.h:
12097         changes made to handle multiple sends & receives
12098
12099         * src/SDCCglobl.h:
12100         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
12101
12102         * src/SDCCcse.c, src/SDCCcse.h:
12103         added function findbackward def (to be used in upcoming optimization)
12104
12105         * src/SDCCcflow.c, src/SDCCcflow.h:
12106         added function returnAtEnd - to determine if a basic block terminates with
12107         a RETURN iCode
12108
12109         * src/SDCCast.c, src/SDCCast.h:
12110         added option parms-in-bank1
12111
12112         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
12113         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
12114         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
12115         adjusted for --parms-in-bank1 option
12116
12117         * device/include/string.h:
12118         donot redefine "reentrant" keyword
12119
12120         * device/include/ds80c390.h: Added some more SFRs
12121
12122 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
12123
12124         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
12125
12126 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
12127
12128         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
12129
12130 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
12131
12132         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
12133
12134 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
12135
12136         * Added --xram-movc option
12137
12138 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
12139
12140         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
12141
12142 2002-01-11  Johan Knol
12143
12144         * Added math lib of Jesus Calvino-Fraga
12145
12146 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
12147
12148         * src/SDCCmain.c (processFile): fix processing of ../../src.c
12149         * support/regression/Makefile: new target test-mcs51-stack-auto
12150         * support/regression/ports/mcs51-stack-auto/spec.mk: added
12151
12152 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
12153
12154         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
12155
12156 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
12157
12158         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
12159
12160 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
12161
12162         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
12163
12164         * src/SDCCglue.h: add definition for printIvalChar()
12165
12166 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
12167
12168         * src/SDCCast.c: fix #498138 by Johan
12169
12170         * src/SDCCglue.c: fix #498138 by Johan
12171
12172 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
12173
12174         * support/regression/Makefile: fix clean
12175
12176         * support/regression/ports/ds390/support.c: fix transmission of last character
12177
12178 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
12179
12180         * /sdcc/src/ds390/gen.c:
12181         a) improved computing address of stack variable
12182         b) took out some #if 0 code
12183         c) improved parmBytes adjustment
12184         d) improved genPlusIncr & genMinusIncr
12185         e) genCmp could generate bad code (when left assigned to DPTR)
12186         f) Fixed bug in hasInc
12187
12188         * /sdcc/src/ds390/ralloc.c:
12189         a) packRegsForSupport could mess up live information (Fixed)
12190         b) packRegsDPTRuse could be incorrect for left & right shift
12191
12192         * /sdcc/src/mcs51/ralloc.c:
12193         packRegsForSupport could mess up the live information (Fixed)
12194
12195         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
12196
12197         * /sdcc/src/SDCCast.c:
12198         can reverse a loop even if function call is present as long
12199         as the loop control variable is local & is not passed as parameter
12200
12201 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12202
12203         * /sdcc/ChangeLog: *** empty log message ***
12204
12205         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
12206         More builtin function additions for TININative
12207
12208         * /sdcc/src/ds390/ralloc.c:
12209         Had broken the regression testsuite
12210
12211         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
12212
12213         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
12214         Added funcattr hasStackParms will be set for reentrant functions when there
12215         are paramteres on the stack, this helps in minimizing frame pointer generation
12216         typeFromStr can handle function pointers now
12217
12218         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
12219         *** empty log message ***
12220
12221 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12222
12223         * /src/ds390/gen.c, /src/ds390/main.c:
12224         More builtin function additions for TININative
12225
12226         * /src/ds390/ralloc.c:
12227         Had broken the regression testsuite
12228
12229         * /src/SDCCast.c: Fixed a bug in dumptree
12230
12231         * /src/SDCCsymt.c, /src/SDCCsymt.h:
12232         Added funcattr hasStackParms will be set for reentrant functions when there
12233         are paramteres on the stack, this helps in minimizing frame pointer generation
12234         typeFromStr can handle function pointers now
12235
12236         * /doc/builtins.txt, /doc/TININative.txt:
12237         *** empty log message ***
12238
12239
12240 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12241
12242         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
12243         ALPHA version for -mTININative
12244
12245         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
12246         updated to reflect changes in the port structure
12247
12248         * /src/port.h:
12249         added function do_assemble (similar to do_link) if non-null this function
12250         will be called to do assembly (-mTININative) requires a multi command
12251         assembly
12252         added function genAssemblerEnd will be called to generate assembler Epilogue
12253
12254         * /src/SDCCsymt.c:
12255         added _JavaNative to debug info printing
12256
12257         * /src/SDCCmain.c: added option --tini-libid
12258         added port->do_assemble function (-mTININative) has a multi command assemble
12259
12260         * /src/SDCCglue.c: Disabled "constExpr" check
12261         added port->genAssemblerEnd function
12262
12263         * /src/SDCCglobl.h: Added option --tini-libid value
12264
12265         * /src/SDCCast.h:
12266         tookout optimizeCompare from the header (has no external references)
12267
12268         * /src/SDCCast.c: made one more function "static"
12269
12270 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
12271
12272         * src/z80/mappings.i: Added z80asm support.
12273
12274         * src/z80/main.c: Added z80asm support on --asm=z80asm
12275
12276         * src/z80/gen.c: Fixed asm portability issues.
12277
12278         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
12279
12280         * src/SDCCglue.c (printExterns): Added global/extern split.
12281
12282 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
12283
12284         * support/regression/Makefile: added test for mcs51 model large
12285
12286         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
12287
12288         * support/regression/ports/gbz80/spec.mk: added -mgbz80
12289
12290 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
12291
12292         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
12293
12294 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
12295
12296         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
12297
12298         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
12299
12300 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
12301
12302         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
12303
12304         * support/regression/tests/simplefloat.c: Port to mcs51.
12305
12306 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
12307         * support/regression/tests/bug-485362.c: Added.
12308
12309         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
12310
12311         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
12312
12313         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
12314
12315         * src/z80/gen.c (aopDump): Added a dump function.
12316
12317 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
12318         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
12319
12320         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
12321
12322         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
12323
12324         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
12325
12326         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
12327
12328         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
12329
12330         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
12331
12332         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
12333
12334         * support/regression/ports/ds390/support.c: Use tinibios.
12335
12336         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
12337
12338 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
12339
12340         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
12341         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
12342
12343         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
12344
12345         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
12346
12347 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
12348
12349         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
12350
12351         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
12352         (packRegsForIYUse): Created and optimised.
12353
12354 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
12355
12356         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
12357 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
12358
12359         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
12360
12361         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
12362
12363         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
12364
12365 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12366
12367         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
12368
12369         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
12370
12371 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12372
12373         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
12374
12375         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
12376
12377         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
12378
12379 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
12380
12381         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
12382         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
12383         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
12384
12385         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
12386
12387         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
12388         (genNotFloat): Added.
12389         (genUminusFloat): Added.
12390
12391         * device/lib/z80/Makefile: Added floating pt stubs.
12392
12393         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
12394
12395         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
12396
12397         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
12398
12399 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12400
12401         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
12402
12403         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
12404
12405         * sdcc/support/regression/Makefile: Add port ds390.
12406
12407         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
12408
12409         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
12410
12411         * sdcc/support/regression/ports/ds390/spec.mk: Added.
12412
12413         * sdcc/support/regression/ports/ds390/support.c: Added.
12414
12415         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
12416
12417         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
12418
12419         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
12420
12421 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12422
12423         * device/include/malloc.h: Added z80 and gbz80 support.
12424
12425         * device/lib/gbz80/heap.s: Added.
12426
12427         * device/lib/z80/heap.s: Added.
12428
12429         * device/lib/malloc.c: Added z80 and gbz80 support.
12430
12431         * support/regression/tests/malloc.c (testMalloc): Added.
12432
12433         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
12434
12435         * support/regression/tests/bug-478094.c: Added.
12436
12437         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
12438
12439 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
12440
12441         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
12442
12443         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
12444
12445         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
12446
12447         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
12448
12449         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
12450
12451 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12452
12453         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
12454
12455 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
12456
12457         * support/regression/tests/bug-477927.c: Added.
12458
12459         * src/z80/peeph.def: Added minor rules.
12460
12461         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
12462
12463         * src/z80/peeph.def: Added jump optimisation modification.
12464
12465 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
12466
12467         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
12468
12469 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
12470
12471         * support/regression/tests/funptrs.c: Added.
12472
12473 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
12474
12475         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
12476
12477 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
12478
12479         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
12480
12481         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
12482
12483         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
12484         (movLeft2ResultLong): Created.
12485
12486         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
12487         (joinPushes): Added.  Joins two char pushes into a word push.
12488
12489 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
12490
12491         * support/cpp2/Makefile.in (install): Added creation of dest dir.
12492
12493         * support/makebin/Makefile (install): Added creation of dest dir.
12494
12495 2001-10-24 Karl Bongers <karl AT turbobit.com>
12496
12497         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
12498
12499 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
12500
12501         * src/z80/ralloc.c: Turned off faulty pack for one use.
12502
12503         * src/z80/peeph-gbz80.def: Removed redundent restart options.
12504
12505         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
12506
12507 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
12508
12509         * support/regression/Makefile: Improved clean
12510
12511         * support/regression/ports/gbz80/spec.mk: Added clean
12512
12513         * support/regression/ports/host/spec.mk: Added clean
12514
12515         * support/regression/ports/z80/spec.mk: Added clean
12516
12517         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
12518
12519         * support/regression/ports/mcs51/timeout.c: little improvements
12520
12521 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
12522
12523         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
12524
12525         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
12526
12527         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
12528
12529 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
12530
12531         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
12532
12533         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
12534
12535 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
12536         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
12537
12538         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
12539
12540         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
12541
12542         * src/mcs51/main.c (_linkCmd): Added bin path to command.
12543
12544         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
12545
12546         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
12547
12548         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
12549
12550         * support/regression/tests/longor.c: Added.
12551
12552 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
12553
12554         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
12555
12556         * as/mcs51/aslink.h: define PATH_MAX
12557
12558         * as/mcs51/asm.h: define PATH_MAX
12559
12560         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
12561
12562         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
12563
12564         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
12565
12566         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
12567
12568         * src/SDCCglobl.h: define PATH_MAX
12569
12570         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
12571
12572         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
12573
12574 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
12575
12576         * src/z80/gen.c (gencjneshort): Fixed
12577
12578         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
12579
12580 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
12581
12582         * support/regression/tests/bug-469671.c: Added.
12583
12584         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
12585
12586 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
12587
12588         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
12589
12590         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
12591
12592 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
12593
12594         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
12595
12596         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
12597
12598         * src/device/lib/_mullong.c : removed hint: nooverlay bug
12599
12600         * src/device/lib/_divuint.c : removed hint: nooverlay bug
12601
12602         * src/device/lib/_divulong.c: removed hint: nooverlay bug
12603
12604         * src/device/lib/_moduint.c : removed hint: nooverlay bug
12605
12606         * src/device/lib/_modulong.c: removed hint: nooverlay bug
12607
12608 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
12609
12610         * 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.
12611
12612         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
12613
12614         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
12615
12616 2001-10-07    <johan AT FRIJA>
12617
12618         * device/lib/gets.c (gets): fixed the return value.
12619
12620 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
12621         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
12622
12623         * 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.
12624
12625         * 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.
12626
12627         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
12628
12629         * src/pic/gen.c: Removed Safe_strdup.
12630
12631         * configure.in: Added option to enable libgc support.
12632
12633         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
12634         (bitVectUnion): Optimised.
12635         (bitVectIntersect): Optimised.
12636         (bitVectBitsInCommon): Optimised.
12637         (bitVectCplAnd): Optimised.
12638
12639         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
12640
12641 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12642
12643         * src/SDCCmain.c: distinguish between assembler debug and plain options
12644
12645         * src/avr/main.c:   remove standard assembler options
12646
12647         * src/ds390/main.c: remove standard assembler options
12648
12649         * src/mcs51/main.c: remove standard assembler options
12650
12651         * src/port.h: removed "PENDING" comment
12652
12653 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12654
12655         * src/device/lib/_mulint.c  : new, with assember functions
12656
12657         * src/device/lib/_mullong.c : new, with assember functions
12658
12659         * src/device/lib/_divuint.c : with assember functions
12660
12661         * src/device/lib/_divsint.c : with assember functions
12662
12663         * src/device/lib/_divulong.c: with assember functions
12664
12665         * src/device/lib/_divslong.c: with assember functions
12666
12667         * src/device/lib/_moduint.c : with assember functions
12668
12669         * src/device/lib/_modsint.c : with assember functions
12670
12671         * src/device/lib/_modulong.c: with assember functions
12672
12673         * src/device/lib/_modslong.c: with assember functions
12674
12675         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
12676
12677         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
12678
12679         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
12680                                       replaced _mululong.c and _mulslong.c by _mullong.c
12681
12682 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12683
12684         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
12685
12686 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12687
12688         * src/SDCCglue.c: test, if win32api is available for MINGW
12689
12690 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12691
12692         * src/SDCCsymt.c: no more _modifier in printTypeChain()
12693         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
12694         * support/regression/ports/gbz80/spec.mk: removed GENERIC
12695         * support/regression/ports/host/spec.mk: removed GENERIC
12696         * support/regression/ports/mcs51/spec.mk: removed GENERIC
12697         * support/regression/ports/z80/spec.mk: removed GENERIC
12698
12699 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
12700
12701         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
12702
12703         * support/regression/tests/bug-467035.c: Created.
12704
12705 2001-10-01    <johan AT FRIJA>
12706
12707         * src/SDCC.y: fixed bug #466586 part 1
12708
12709 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
12710
12711         * SDCCicode.c: z80 has no generic pointers
12712         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
12713
12714 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
12715
12716         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
12717
12718 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
12719
12720         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
12721
12722         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
12723
12724 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
12725
12726         * configure.in: Fixed up so that ucsim is only configured once.
12727
12728         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
12729
12730         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
12731         (getPathDifference): As above.
12732
12733         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
12734
12735         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
12736
12737 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
12738         * .version: Updated to 2.3.1
12739
12740         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
12741         Added copyright header.
12742
12743         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
12744         (assemble): Added support for macro based assembler commands.
12745         (linkEdit): Added support for macro based linker commands.
12746         (preProcess): Changed the pre-processor to use macros.
12747         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
12748         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
12749
12750         * device/lib/z80/crt0.s: Added module name for debugging.
12751
12752 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
12753
12754         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12755
12756         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
12757
12758         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
12759
12760         * src/Makefile.in: Added SDCCmacro and SDCCutil
12761
12762 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
12763
12764         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12765
12766 2001-09-16    <johan AT FRIJA>
12767
12768         * 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.
12769
12770 2001-09-15    <johan AT FRIJA>
12771
12772         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
12773         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
12774
12775 2001-09-11    <johan AT FRIJA>
12776
12777         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
12778
12779 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
12780
12781         * support/regression/tests/bug-460444.c: Added test case.
12782
12783         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
12784         (genCast): Added justification for all of the asserts.
12785
12786 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
12787
12788         * support/regression/support.c: _xdata replaced by xdata
12789
12790         * support/regression/spec.mk: removed _generic
12791
12792 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
12793
12794         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
12795
12796         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
12797         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
12798
12799         * src/z80/peeph.def: Added a rule to optimise shift then compare.
12800
12801         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
12802
12803         * support/regression/tests/bug-460010.c: Added test case.
12804
12805         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
12806
12807 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
12808
12809         * support/regression/Makefile: inter-port-clean adjusted for mcs51
12810
12811         * support/regression/testfwk.c: removed workaround for bug #436344
12812
12813         * support/regression/tests/bp.c: use less memory with mcs51
12814
12815         * support/regression/tests/bug-441448.c: use less memory
12816
12817         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
12818
12819         * support/regression/collate-results.py: typo
12820
12821 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
12822
12823         * support/regression/tests/fetchoverlap.c: Added new test case.
12824
12825         * support/regression/tests/bp.c: Added new test case.
12826
12827         * support/regression/tests/bug-448984.c: Added new test case.
12828
12829         * support/regression/tests/pow2shifts.c: Added new test case.
12830
12831         * src/z80/gen.c: Turned off the noise it normally generates for the release.
12832         (genlshTwo): Fixed right shift for count > 8.
12833
12834         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
12835
12836 2001-09-08    <johan AT FRIJA>
12837
12838         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
12839
12840 2001-09-07    <johan AT FRIJA>
12841
12842         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
12843
12844         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
12845
12846 2001-09-06    <johan AT FRIJA>
12847
12848         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
12849         * bernhard noted me at this: "() equals to (void)" (1.38)
12850
12851 2001-09-05    <johan AT FRIJA>
12852
12853         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
12854
12855 2001-09-04    <johan AT FRIJA>
12856
12857         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
12858
12859
12860 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
12861
12862         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
12863
12864 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
12865
12866         * link/z80/aslink.h: Fixed path for PATH_MAX
12867
12868 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
12869
12870         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
12871
12872         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
12873
12874         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
12875
12876         * 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.
12877
12878 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
12879
12880         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
12881         (genCmp): Fixed up genCmp for the GB with longs.
12882
12883         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
12884
12885         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
12886
12887         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
12888
12889         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
12890
12891 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
12892
12893         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
12894
12895 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
12896
12897         * 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.
12898
12899         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
12900
12901 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
12902
12903         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
12904
12905         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
12906
12907 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
12908
12909   * sim/ucsim/configure:    little improvement of Cygwin-detection
12910   * sim/ucsim/configure.in: little improvement of Cygwin-detection
12911   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
12912   * support/regression/tests/bug-221100.c: small changes for mcs51
12913   * support/regression/tests/bug-221168.c: small changes for mcs51
12914   * support/regression/tests/bug-227710.c: small changes for mcs51
12915   * support/regression/tests/staticinit.c: small changes for mcs51
12916   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
12917   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12918   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12919
12920 $Revision$