* src/regression/Makefile: add -L path to fresh library
[fw/sdcc] / ChangeLog
1 2006-11-23 Raphael Neider <rneider AT web.de>
2
3         * src/regression/Makefile: add -L path to fresh library
4         * src/regression/simulate: emphasize FAILED output
5         * src/regression/create_stc: output _failures from gpsim
6         * src/regression/compare4.c,
7         * src/regression/rotate6.c: fixed char literals,
8           all compile, all run =8-D
9
10         * src/pic/pcode.h: added isPCASMDIR macro
11         * src/pic/gen.c (genAnd): fixed bit offset
12         * src/pic/ralloc.c (allocNewDirReg,allocDirReg,allocRegByName,
13           packBits): unified register numbering schemes,
14           (newReg): do not insert stack registers into hash table,
15           (initStack): unpinned pseudo stack, simplified,
16           (typeRegWithIdx): fixed retrieval of stack registers,
17         * src/pic/pcode.c (addpCodeComment,sameBank): added,
18           (pCodeReplace): removed invalid assertion,
19           (insertPCodeInstruction): fixed newly added labels,
20           (insertBankSwitch,BankSelect,IsBankChange,DoBankSelect,
21           FixRegisterBankingInFlow,compareBankFlow,FixBankFlow,
22           DumpFlow): removed unsed (broken?) code,
23           (insertBankSel): prevent STATUS from being BANKSELed,
24           (FixRegisterBanking): rewritten from scratch, implemented generic
25             optimizations (suppress BANKSELs to same register and to registers
26             present in all banks),
27           (AnalyzeBanking): update flow after BANKSELection
28         
29         * src/pic/glue.c (pic14_constructAbsMap): emit pseudo stack in
30             sharebank, let linker place it, mark STKxx symbols as emitted
31
32 2006-11-21 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
33
34         * src/regression/arrays.c,
35         * src/regression/bank1.c,
36         * src/regression/bool2.c,
37         * src/regression/compare7.c,
38         * src/regression/compare8.c,
39         * src/regression/compare9.c,
40         * src/regression/compare10.c,
41         * src/regression/configword.c,
42         * src/regression/for.c,
43         * src/regression/mult1.c,
44         * src/regression/pointer1.c,
45         * src/regression/rotate6.c,
46         * src/regression/string1.c,
47         * src/regression/struct1.c,
48         * src/regression/Makefile: make PIC14 regression tests run again
49           (3 fail, 6 won't compile)
50
51 2006-11-21 Raphael Neider <rneider AT web.de>
52
53         * device/include/pic16/pic18f4550.h,
54         * device/include/pic16/pic18f4455.h,
55         * device/lib/pic16/libdev/pic18f4550.c,
56         * device/lib/pic16/libdev/pic18f4455.c: fixed #1578591 and #1595144
57         * configure.in: removed superfluous closing bracket
58
59 2006-11-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
60
61         * device/lib/expf.c: Fixed bug 1599523: result of expf(x) is
62           always positive.
63
64 2006-11-21 Raphael Neider <rneider AT web.de>
65
66         * src/pic/device.{c,h}: added pic14_getPIC()
67         * src/pic/gen.c (continueIfTrue,jumpIfTrue): added PIC code,
68           (genAnd): added PIC code for one case, fixes #1597044
69         * src/pic/pcode.c (BankSelect): Ohoh, added generic optimization for
70           SFRs that are present in all banks (e.g., STATUS)
71
72 2006-11-20 Raphael Neider <rneider AT web.de>
73
74         * src/pic/pcode.c: changed inverted ops for DECFSZ/DECFSZW and
75           INCFSZ/INCFSZW and declared them as changing Z bit,
76           (insertPCodeInstruction): correctly invert the above instructions,
77           fixes #1599333,
78           (DoBankSelect): don't panic on po_immediates
79
80 2006-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
81
82         * as/link/aslink.h,
83         * as/link/mcs51/lkihx.c (newArea),
84         * as/link/mcs51/lkrloc.c: renamed newArea() to ihxNewArea()
85         * as/link/mcs51/lkihx.c (ihx): output reset vector as start address
86
87 2006-11-11 Raphael Neider <rneider AT web.de>
88
89         * src/pic/pcode.c (newpCodeOpBit): search SymbolTab for referenced
90           bitfield symbols, fixes #1579535 (once more...).
91
92 2006-11-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
93
94         * support/regression/generate-cases.py,
95         * support/regression/fwk/include/testfwk.h,
96         * support/regression/fwk/lib/testfwk.c: used code pointers,
97           (about 50kByte less code generated for mcs51)
98
99 2006-11-06 Borut Razem <borut.razem AT siol.net>
100
101         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
102           debugger/mcs51/configure: fixed failed check because the function
103           rl_function_of_keyseq isn't in Readline 5.2. Thanks to Ilya Goldberg
104           who submitted the patch for gpsim.
105         * debugger/mcs51/configure.in: removed the result message
106         * debugger/mcs51/Makefile.in: fixed the config.status warning
107           "... seems to ignore the --datarootdir setting"
108
109 2006-11-03 Maarten Brock <sourceforge.brock AT dse.nl>
110
111         * device/include/mcs51/c8051f020.h,
112         * device/include/mcs51/c8051f040.h,
113         * device/include/mcs51/c8051f060.h,
114         * device/include/mcs51/c8051f120.h: added PS0, fixed bug 1589279
115         * src/z80/gen.c (gencjneshort),
116         * src/z80/peeph.def: applied patch 1571373, thanks Philipp Krause
117
118 2006-10-31 Borut Razem <borut.razem AT siol.net>
119
120         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
121           debugger/mcs51/configure: get readline version
122
123 2006-10-30 Borut Razem <borut.razem AT siol.net>
124
125         * debugger/mcs51/sdcdb.c: replaced hardcoded "/" with DIR_SEPARATOR_STRING
126         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
127           debugger/mcs51/configure: locate readline even when cross compiling
128         * support/scripts/sdcc.nsi: include readline5.dll into the setup package
129
130 2006-10-29 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
131
132         * device/include/mcs51/serial_IO.h: putchar() and getchar() using
133           serial port.
134
135 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
136
137         * device/include/malloc.h,
138         * device/lib/calloc.c,
139         * device/lib/free.c,
140         * device/lib/malloc.c,
141         * device/lib/realloc.c: moved definition of struct into sources
142         * support/regression/tests/malloc.c: use void* for init_dynamic_memory()
143
144 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
145
146         * as/asx8051.dsp: corrected output directories
147         * as/link/hc08: new directory for hc08 linker
148         * as/hc08/aslink.h,             as/link/aslink.h,
149         * as/hc08/aslink.mak,           as/link/hc08/aslink.mak,
150         * as/hc08/clean.mk,             as/link/hc08/clean.mk,
151         * as/hc08/link_hc08.dsp,        as/link/hc08/link_hc08.dsp,
152         * as/hc08/lkaomf51.c,           as/link/hc08/lkaomf51.c,
153         * as/hc08/lkarea.c,             as/link/hc08/lkarea.c,
154         * as/hc08/lkdata.c,             as/link/hc08/lkdata.c,
155         * as/hc08/lkelf.c,              as/link/hc08/lkelf.c,
156         * as/hc08/lkihx.c,              as/link/hc08/lkihx.c,
157         * as/hc08/lklibr.c,             as/link/hc08/lklibr.c,
158         * as/hc08/lkmain.c,             as/link/hc08/lkmain.c,
159         * as/hc08/lkmem.c,              as/link/hc08/lkmem.c,
160         * as/hc08/lkrloc.c,             as/link/hc08/lkrloc.c,
161         * as/hc08/lks19.c,              as/link/hc08/lks19.c,
162         * as/hc08/Makefile.aslink,      as/link/hc08/Makefile.aslink,
163         * as/hc08/Makefile.bcc,         as/link/hc08/Makefile.bcc,
164         * as/hc08/Makefile.in,          as/link/hc08/Makefile.in,
165         * as/link/hc08/conf.mk,
166         * configure,
167         * configure.in,
168         * Makefile.in,
169         * sdcc.dsw: moved hc08 linker to as/link/hc08
170         * as/hc08/lkeval.c,     as/link/mcs51/lkeval.c,     as/link/lkeval.c,
171         * as/hc08/lkhead.c,     as/link/mcs51/lkhead.c,     as/link/lkhead.c,
172         * as/hc08/lklex.c,      as/link/mcs51/lklex.c,      as/link/lklex.c,
173         * as/hc08/lklist.c,     as/link/mcs51/lklist.c,     as/link/lklist.c,
174         * as/hc08/lknoice.c,    as/link/mcs51/lknoice.c,    as/link/lknoice.c,
175         * as/hc08/lksym.c,      as/link/mcs51/lksym.c,      as/link/lksym.c,
176         * as/link/mcs51/aslink.dsp,
177         * as/link/mcs51/Makefile.in: factored out the common files
178         * as/hc08/lkstore.c: deleted, use the one already in as/link/
179         * as/clean.mk: extra cleaning common files
180         * as/link/mcs51/strcmpi.c,      as/strcmpi.c: moved
181         * as/link/mcs51/strcmpi.h: deleted, moved protoype to aslink.h
182         * as/mcs51/asm.h: include sdccconf.h or sdcc_vc.h
183
184 2006-10-29 Raphael Neider <rneider AT web.de>
185
186         * src/pic/ralloc.c (newReg): create aliases for registers with
187           multiple names to fix #1579535 and #1584001,
188           (regWithIdx,dirregWithName): resolve aliases on lookup
189         * src/pic/pcode.c (DoBankSelect): die with error message on failing
190           bankselect
191         * device/lib/pic/libdev/Makefile.in: move pseudo stack down to 0x4f
192           to prevent build errors on small devices
193
194 2006-10-28 Raphael Neider <rneider AT web.de>
195
196         * src/pic/gen.c (genFunction,genCall): drop "same code page"
197           assumption within interrupt handlers, fixes #1584940
198         * src/pic/glue.c (pic14_constructAbsMap): mark absolute symbols as
199           "emitted" to avoid emitting them again in udata
200
201 2006-10-27 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
202
203         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
204         Removed.
205
206 2006-10-26 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
207
208         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
209         Initialize uart only if SM0 and SM1 are zero.  Also, use flag to turn
210         on/off CR to CRLF conversion.
211
212 2006-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
213
214         * doc/sdccman.lyx: updated IRQ section
215
216 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
217
218         * device/lib/serial_io.c: removed
219         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c
220         replacements for serial_io.c
221
222 2006-10-24 Maarten Brock <sourceforge.brock AT dse.nl>
223
224         * src/z80/main.c (_process_pragma, _parseOptions): fixed bug 1583318
225
226 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
227
228         * device/lib/serial_io.c: Default putchar() and getchar() for
229           mcs51 uses serial port.
230
231 2006-10-23 Maarten Brock <sourceforge.brock AT dse.nl>
232
233         * src/mcs51/gen.c (movc): improved check for 0 and 1, see RFE 1582704
234
235 2006-10-23 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
236
237         * support/regression/ports/mcs51/support.c: smaller
238         _sdcc_external_startup()
239         * device/lib/mcs51/crtxclear.asm: don't check high byte of l_PSEG
240
241 2006-10-20 Maarten Brock <sourceforge.brock AT dse.nl>
242
243         * device/lib/gbz80/crt0.s,
244         * device/lib/gbz80/crt0_rle.s,
245         * device/lib/gbz80/div.s,
246         * device/lib/gbz80/fstubs.s,
247         * device/lib/gbz80/heap.s,
248         * device/lib/gbz80/mul.s,
249         * device/lib/gbz80/putchar.s,
250         * device/lib/gbz80/stubs.s,
251         * device/lib/z80/crt0.s,
252         * device/lib/z80/crt0_rle.s,
253         * device/lib/z80/div.s,
254         * device/lib/z80/fstubs.s,
255         * device/lib/z80/heap.s,
256         * device/lib/z80/mul.s,
257         * device/lib/z80/putchar.s,
258         * device/lib/z80/stubs.s: reverted, I was mistaken
259
260 2006-10-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
261
262         * src/mcs51/peeph.def: peephole 238.x added check for notvolatile
263         * support/regression/ports/mcs51/support.c: removed race
264         condition on TI in _putchar allowing to use serial port mode 0
265
266 2006-10-20 Borut Razem <borut.razem AT siol.net>
267
268         * debugger/mcs51/sdcdb.c: replaced isblank() with isspace()
269
270 2006-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
271
272         * device/lib/gbz80/crt0.s,
273         * device/lib/gbz80/crt0_rle.s,
274         * device/lib/gbz80/div.s,
275         * device/lib/gbz80/fstubs.s,
276         * device/lib/gbz80/heap.s,
277         * device/lib/gbz80/mul.s,
278         * device/lib/gbz80/putchar.s,
279         * device/lib/gbz80/stubs.s,
280         * device/lib/z80/crt0.s,
281         * device/lib/z80/crt0_rle.s,
282         * device/lib/z80/div.s,
283         * device/lib/z80/fstubs.s,
284         * device/lib/z80/heap.s,
285         * device/lib/z80/mul.s,
286         * device/lib/z80/putchar.s,
287         * device/lib/z80/stubs.s: removed all leading underscores from area names
288
289 2006-10-17 Maarten Brock <sourceforge.brock AT dse.nl>
290
291         * support/regression/ports/mcs51/support.c: use highest baudrate so the
292           regression tests are not waiting in the simulator for simulated
293           transmission of debug output
294
295 2006-10-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
296
297         * device/lib/printf_large.c: slightly smaller
298         * doc/sdccman.lyx: do not use spaces within html links
299
300 2006-10-16 Borut Razem <borut.razem AT siol.net>
301
302         * configure.in, configure, sdccconf_in.h, src/SDCCglobal,
303           debugger/mcs51/Makefile.in, debugger/mcs51/sdcdb.[ch],
304           debugger/mcs51/aclocal.m4, debugger/mcs51/acinclide.m4,
305           debugger/mcs51/config.h.in, debugger/mcs51/configure.in,
306           debugger/mcs51/configure:
307           [ 1185668 ] add gnu readline support to sdcdb - enabled
308
309 2006-10-16 Raphael Neider <rneider AT web.de>
310
311         * src/pic/pcode.c (BankSelect): another fix on (partial) BANKSELs,
312           fixes #1577882, removes close to all banking optimizations
313
314 2006-10-15 Maarten Brock <sourceforge.brock AT dse.nl>
315
316         * src/SDCCsymt.c (checkSClass): no error for uninitialised absolute
317           variables in code memory
318         * support/regression/tests/absolute.c: added test for this
319
320 2006-10-15 Raphael Neider <rneider AT web.de>
321
322         * src/pic/pcode.c (InsertBankSel): suppress BANKSELs for one bank
323           devices,
324           (BankSelect): emit BANKSEL before touching linker-placed regs,
325           fixes #1570934
326
327 2006-10-10 Raphael Neider <rneider AT web.de>
328
329         * src/SDCCmain.c (optionsTable): accept --stack-size for PICs,
330         * src/pic/device.c (pic14_getSharebankSize,pic14_getSharebankAddress),
331         * src/pic/main.c (_pic14_parseOptions),
332         * src/pic/main.h: mostly reverted to previous state, now use results
333             from SDCCmain.c's argument parsing
334
335 2006-10-10 Borut Razem <borut.razem AT siol.net>
336
337         * debugger/mcs51/break.[ch], debugger/mcs51/cmd.c,
338           debugger/mcs51/sdcdb.[ch], debugger/mcs51/simi.c:
339           [ 1185668 ] add gnu readline support to sdcdb -
340           prepared for READLINE, not enabled yet,
341           thanks to <tal.bav AT gmail.com>
342
343 2006-10-10 Raphael Neider <rneider AT web.de>
344
345         * src/pic16/pcode.c (pic16_pCode2str): use isACCESS_BANK macro
346         * src/pic16/devices.inc,
347         * device/include/pic16 (pic18f[24]620.h),
348         * device/include/pic18fregs.h,
349         * device/lib/pic16/pics.all,
350         * device/lib/pic16/libdev/pic18f[24]{620,525}.c): added support for
351             18f2620, 18f4620, 18f2525, and 18f4525 devices, thanks to
352             Gary Plumbridge and Anton Strobl
353
354 2006-10-10 Raphael Neider <rneider AT web.de>
355
356         * src/pic/main.c (_pic14_parseOptions): added --stack-loc=NUM and
357           --stack-siz=NUM options to configure the argument passing stack
358         * src/pic/main.h: added stackLocation and stackSize to pic14_options_t
359         * src/pic/device.c (mapRegister): catch out-of-memory SIGSEGVs,
360           (pic14_getSharebankSize): obey --stack-siz=NUM,
361           (pic14_getSharebankAddress): obey --stack-loc=NUM
362
363 2006-10-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
364
365         * doc/sdccman.lyx: added to the manual
366         * doc/figures/ddd_example.png: added (neither pdflatex nor
367         most browsers seem to like the .eps file)
368
369 2006-10-06 Bernhard Held <bernhard AT bernhardheld.de>
370
371         * src/SDCCglue.c (tempfileandname): changed un*x tmp search paths
372         to /tmp and /var/tmp acc. LSB
373         * src/SDCCast.c (addCast): Fixed bug 1571231: promote in case of
374         RESULT_TYPE_IFX
375         * support/regression/tests/onebyte.c: added test
376
377 2006-10-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
378
379         * src/mcs51/gen.c: emitcode for "add a,0x%02x" requires only 8 bits.
380
381 2006-10-05 Borut Razem <borut.razem AT siol.net>
382
383         * partially fixed [ 1570701 ] peephole - not replacing code from multiline macros,
384           thanks to dfulab:
385           - sdcc.dsw: changed property eol-style to CRLF
386           - support/scripts/resource.rc: replaced references to "afxres.h" with "winres.h"
387
388 2006-10-04 Raphael Neider <rneider AT web.de>
389
390         * device/include/pic/{pic16f84.h,pic16f84a.h},
391         * device/lib/pic/libdev/{pic16f84.c,pic16f84a.c}: added PORT[AB]_bits
392           from patch #1522504, thanks to Robas Teodor
393
394 2006-10-02 Maarten Brock <sourceforge.brock AT dse.nl>
395
396         * as/link/z80/lkarea.c: essentially reverted lnksect() to #4380 which
397           fixes bug 1566015
398
399 2006-10-01 Maarten Brock <sourceforge.brock AT dse.nl>
400
401         * src/pic16/glue.c (pic16emitMaps),
402         * src/pic/glue.c (pic14emitMaps): hopefully fixed bug 1568779
403         * device/lib/gets.c: fixed bug 1568829,thanks Philipp Krause
404         * device/lib/pic16/libc/string/memcpypgm2ram.c,
405         * device/lib/pic16/libc/string/memcpyram2ram.c: fixed bug 1568836, thanks
406           Philipp Krause
407         * as/mcs51/asmain.c (asmbl, newdot): fixed problems with absolute areas
408         * as/link/mcs51/lkmem.c (summary2): reverted, do do count abs segments
409
410 2006-09-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
411
412         * support/librarian/sdcclib.c: Added option -l.
413         * as/link/mcs51/lkmem.c: don't use absolute segments to compute memory
414           usage totals.
415         * device/lib/make51lib.bat: added.  Allows building mcs51 libraries easily
416           using Windows command prompt.
417
418 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
419
420         * device/lib/libsdcc.lib: added module rand
421         * src/ds390/ralloc.c (rematStr),
422         * src/hc08/ralloc.c (rematStr),
423         * src/mcs51/ralloc.c (rematStr),
424         * src/z80/ralloc.c (rematStr): made output more consistent
425         * src/mcs51/gen.c: cosmetic changes
426
427 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
428
429         * src/port.h: added mem.cabs_name to PORT
430         * src/ds390/main.c,
431         * src/hc08/main.c,
432         * src/mcs51/main.c,
433         * src/pic16/main.c,
434         * src/pic/main.c,
435         * src/xa51/main.c,
436         * src/z80/main.c: added cabs_name initializers
437         * src/SDCCglue.c (emitStaticSeg): allocate and initialize absolute
438           constants
439           (emitMaps): emit absolutes in code memory into cabs_name
440         * src/SDCCmem.c,
441         * src/SDCCmem.h: added memory map c_abs and defined CABS_NAME
442         * src/ds390/gen.c (genCodePointerGet): fixed bug if left is a literal
443         * support/regression/fwk/include/testfwk.h: added define for at
444         * support/regression/tests/absolute.c: added, new
445
446 2006-09-29 Maarten Brock <sourceforge.brock AT dse.nl>
447
448         * src/mcs51/gen.c (genPlusIncr, genMinusDec, genAddrOf): small
449           optimizations, see also patch 887161 by Stas Sergeev
450         * src/mcs51/peeph.def(104, 207, 209, 212): disabled as they do not seem
451           to be necessary anymore,
452           (102, 103, 104, 127): renamed all occurances of bp to _bp
453
454 2006-09-27 Maarten Brock <sourceforge.brock AT dse.nl>
455
456         * device/include/mcs51/at89c51snd1c.h: fixed MSK_SREQ definition
457           thanks Weston T. Schmidt for patch 1555221
458         * src/mcs51/peeph.def: renamed rule 257 to 257.a, added 257.b
459         * src/SDCCicode.c(geniCodeMultiply): small optimization
460
461 2006-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
462
463         * device/include/stdlib.h: added rand prototypes
464         * device/lib/rand.c: new, added
465         * device/lib/Makefile.in: added rand.c
466         * src/z80/peeph.def,
467         * src/z80/peeph-gbz80.def,
468         * src/z80/peeph-z80.def: updated conditonals, fixed bug 1565908
469
470 2006-09-20 Raphael Neider <rneider AT web.de>
471
472         * device/lib/pic16/libio/i2c/i2cnack.c (i2c_nack): fixed ACKDT bit
473
474 2006-09-19 Maarten Brock <sourceforge.brock AT dse.nl>
475
476         * as/link/aslink.h: cosmetic changes
477         * as/link/mcs51/Makefile.in,
478         * as/link/z80/Makefile.in: fixed build on CF where VPATH is used
479
480 2006-09-17 Maarten Brock <sourceforge.brock AT dse.nl>
481
482         * as/link/aslink.h,
483         * as/link/mcs51/aslink.h,
484         * as/link/z80/aslink.h: merged and moved to as/link/
485         * as/link/lkstore.c,
486         * as/link/mcs51/lkstore.c: moved to as/link/
487         * as/link/clean.mk: remove *.o
488         * as/link/mcs51/alloc.h: deleted
489         * as/link/mcs51/lkarea.c: added lnksect prototype
490         * as/link/mcs51/lkdata.c,
491         * as/link/mcs51/lklex.c,
492         * as/link/mcs51/lkmain.c: renamed as_getline to lk_getline
493         * as/link/mcs51/lkmem.c,
494         * as/link/mcs51/lknoice.c: removed include strcmpi.h
495         * as/link/mcs51/lksym.c: include stdlib.h instead of malloc.h or alloc.h
496         * as/link/mcs51/aslink.dsp,
497         * as/link/mcs51/Makefile.aslink,
498         * as/link/mcs51/Makefile.bcc,
499         * as/link/mcs51/Makefile.in: updated for moved files
500         * as/link/z80/lkarea.c,
501         * as/link/z80/lkhead.c,
502         * as/link/z80/lklex.c,
503         * as/link/z80/lklibr.c,
504         * as/link/z80/lklist.c,
505         * as/link/z80/lkmain.c,
506         * as/link/z80/lkrloc.c,
507         * as/link/z80/lksym.c: synced with mcs51
508         * as/link/z80/lkdata.c,
509         * as/link/z80/lkeval.c,
510         * as/link/z80/lkihx.c,
511         * as/link/z80/lks19.c: cosmetic changes
512         * as/link/z80/Makefile.in,
513         * as/link/z80/linkgbz80.dsp,
514         * as/link/z80/linkz80.dsp: updated for moved files
515
516 2006-09-16 Borut Razem <borut.razem AT siol.net>
517
518         * debugger/mcs51/sdcdb.c: partially fixed
519           [ 1203664 ] sdcdb fails to open files w. two "." periods
520         * debugger/mcs51/simi.c, debugger/mcs51/symtab.c,
521           debugger/mcs51/symtab.h: fixed indenting
522         * configure.in, configure: up to date with latest Maarten's changes
523
524 2006-09-15 Maarten Brock <sourceforge.brock AT dse.nl>
525
526         as/link/mcs51
527         as/aslink.dsp,                  as/link/mcs51/aslink.dsp,
528         as/link/mcs51/aslink.h,         as/mcs51/aslink.h,
529         as/link/mcs51/aslink.mak,       as/mcs51/aslink.mak,
530         as/link/mcs51/lkaomf51.c,       as/mcs51/lkaomf51.c,
531         as/link/mcs51/lkarea.c,         as/mcs51/lkarea.c,
532         as/link/mcs51/lkdata.c,         as/mcs51/lkdata.c,
533         as/link/mcs51/lkeval.c,         as/mcs51/lkeval.c,
534         as/link/mcs51/lkhead.c,         as/mcs51/lkhead.c,
535         as/link/mcs51/lkihx.c,          as/mcs51/lkihx.c,
536         as/link/mcs51/lklex.c,          as/mcs51/lklex.c,
537         as/link/mcs51/lklibr.c,         as/mcs51/lklibr.c,
538         as/link/mcs51/lklist.c,         as/mcs51/lklist.c,
539         as/link/mcs51/lkmain.c,         as/mcs51/lkmain.c,
540         as/link/mcs51/lkmem.c,          as/mcs51/lkmem.c,
541         as/link/mcs51/lknoice.c,        as/mcs51/lknoice.c,
542         as/link/mcs51/lkrloc.c,         as/mcs51/lkrloc.c,
543         as/link/mcs51/lks19.c,          as/mcs51/lks19.c,
544         as/link/mcs51/lkstore.c,        as/mcs51/lkstore.c,
545         as/link/mcs51/lksym.c,          as/mcs51/lksym.c,
546         as/link/mcs51/Makefile.aslink,  as/mcs51/Makefile.aslink,
547         as/link/mcs51/alloc.h,
548         as/link/mcs51/clean.mk,
549         as/link/mcs51/conf.mk,
550         as/link/mcs51/Makefile.bcc,
551         as/link/mcs51/Makefile.in,
552         as/link/mcs51/readme.390,
553         as/link/mcs51/strcmpi.c,
554         as/link/mcs51/strcmpi.h,
555         as/mcs51/clean.mk,
556         as/mcs51/Makefile.bcc,
557         as/mcs51/Makefile.in,
558         configure,
559         Makefile.in,
560         sdcc.dsw: moved mcs51 linker to as/link/mcs51
561
562 2006-09-14 Maarten Brock <sourceforge.brock AT dse.nl>
563
564         * as/link,
565         * as/link/Makefile.in,
566         * as/link/z80/linkgbz80.dsp,
567         * as/link/z80/linkz80.dsp,
568         * configure,
569         * link,
570         * link/clean.mk,
571         * link/Makefile.in,
572         * link/README,
573         * link/z80,
574         * link/z80/aslink.h,
575         * link/z80/clean.mk,
576         * link/z80/conf.mk,
577         * link/z80/linkgbz80.dsp,
578         * link/z80/linkz80.dsp,
579         * link/z80/lkarea.c,
580         * link/z80/lkdata.c,
581         * link/z80/lkeval.c,
582         * link/z80/lkgb.c,
583         * link/z80/lkgg.c,
584         * link/z80/lkhead.c,
585         * link/z80/lkihx.c,
586         * link/z80/lklex.c,
587         * link/z80/lklibr.c,
588         * link/z80/lklist.c,
589         * link/z80/lkmain.c,
590         * link/z80/lkrloc.c,
591         * link/z80/lks19.c,
592         * link/z80/lksym.c,
593         * link/z80/Makefile.in,
594         * Makefile.in,
595         * sdcc.dsw: moved link/ to as/link/
596
597 2006-09-11 Maarten Brock <sourceforge.brock AT dse.nl>
598
599         * as/mcs51/i51mch.c (machine): fixed warning
600
601 2006-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
602
603         * as/mcs51/i51mch.c (machine): S_DJNZ fixed bug 1554318
604
605 2006-09-09 Borut Razem <borut.razem AT siol.net>
606
607         * debugger/mcs51/sdcdb.c, debugger/mcs51/simi.c:
608           sdcdb WIN32 native port
609         * src/clean.mk: fixed
610
611 2006-09-08 Borut Razem <borut.razem AT siol.net>
612
613         * doc/sdccman.lyx: SDCDB and ucSim are available on Win32 platforms.
614
615 2006-09-08 Raphael Neider <rneider AT web.de>
616
617         * src/pic16/main.c (_pic16_linkEdit,pic16_linkCmd),
618         * src/pic/main.c(_pic14_do_link, linkCmd): pass "-w" and "-r"
619             to gplink to disable processor mismatch warning and to allow
620             the use of devices with only aliased (shared) memory banks,
621           (_pic16_genAssemblerPreamble): include pXXX.inc on --mplab-comp
622
623 2006-09-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
624
625         * doc/sdccman.lyx: Some re-formating plus example on using
626           #pragma preproc_asm +/-
627
628 2006-09-07 Borut Razem <borut.razem AT siol.net>
629
630         * support/scripts/sdcc.nsi: added SDCDB executables in a separate
631           section
632
633 2006-09-06 Borut Razem <borut.razem AT siol.net>
634
635         * support/scripts/sdcc.nsi: fixed Error: unterminated string parsing
636           line at sdcc.nsi:153
637         * sdcc/debugger/mcs51/simi.c: argsToCmdLine() fixes
638
639 2006-09-05 Borut Razem <borut.razem AT siol.net>
640
641         * configure.in, configure: support for winsock2
642         * debugger/mcs51/break.h, debugger/mcs51/cmd.c,
643           debugger/mcs51/cmd.h, debugger/mcs51/sdcdb.c,
644           debugger/mcs51/sdcdb.h, debugger/mcs51/simi.c,
645           debugger/mcs51/simi.h, debugger/mcs51/symtab.c,
646           debugger/mcs51/symtab.h: sdcdb WIN32 native port
647
648 2006-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
649
650         * src/SDCCopt.c (cnvToFcall): fixed bug 1551947 by updating OP_USES
651           and OP_DEFS
652         * support/regression/tests/bug1551947.c: new, added
653         * src/SDCCsymt.h: strings are char* not byte*
654
655 2006-09-05 Raphael Neider <rneider AT web.de>
656
657         * device/lib/pic16/libdev/pic18f4550.c,
658           device/include/pic16/pic18f4550.h: added PORTD/TRISD
659             declarations/definitions from patch #1520949
660
661 2006-09-05 Raphael Neider <rneider AT web.de>
662
663         * src/pic16/gen.c (genPackBits): fix assignment to 8-bit,
664           byte-aligned bitfields, fixes #1539278
665
666 2006-09-05 Raphael Neider <rneider AT web.de>
667
668         * src/pic/gen.c (genReceive): skip unreferenced arguments,
669           fixes #1544120
670
671 2006-09-04 Borut Razem <borut.razem AT siol.net>
672
673         * support/scripts/sdcc.nsi: move ucSim executables to a separate section
674         * support/scripts/sdcc_cygwin_mingw32: don't disable ucsim,
675           -mno-cygwin is a part of the compiler name
676         * support/scripts/sdcc_mingw32: don't disable ucsim
677
678 2006-09-03 Borut Razem <borut.razem AT siol.net>
679
680         * sdcc.spec: corrected for 2.6.0. Thanks to Christer Weinigel.
681         * device/lib/Makefile.in device/lib/clean.mk: small but essential corrections
682
683 2006-09-03 Raphael Neider <rneider AT web.de>
684
685         * src/pic/ralloc.c,
686         * src/pic/pcode.c (InitReuseRegs): allocate registers with pseudo
687           indices >= 0x1000 to disambiguate them from fixed regs __at(addr),
688           fixes #1550049
689
690 2006-09-01 Borut Razem <borut.razem AT siol.net>
691
692         * sim/ucsim/cmd.src/cmdutil.cc: #include <sys/time.h> and <unistd.h>
693           to make ppc-osx happy
694
695 2006-08-31 Borut Razem <borut.razem AT siol.net>
696
697         * sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
698         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
699         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
700         * support/regression/ports/ds390/spec.mk,
701           support/regression/ports/mcs51/spec.mk,
702           support/regression/ports/xa51/spec.mk: introduced DEV_NULL variable.
703           To run regression tests in mingw environment:
704           make DEV_NULL=NUL CC=gcc
705
706 2006-08-30 Borut Razem <borut.razem AT siol.net>
707
708         * sim/ucsim/cmd.src/newcmdposix.cc, sim/ucsim/cmd.src/newcmdposixcl.h,
709           sim/ucsim/cmd.src/newcmdwin32.cc, sim/ucsim/cmd.src/newcmdwin32cl.h,
710           sim/ucsim/app.cc, sim/ucsim/appcl.h, sim/ucsim/configure,
711           sim/ucsim/configure.in, sim/ucsim/ddconfig_in.h, sim/ucsim/error.cc,
712           sim/ucsim/errorcl.h, sim/ucsim/option.cc, sim/ucsim/optioncl.h,
713           sim/ucsim/utils.cc, sim/ucsim/utils.h, sim/ucsim/cmd.src/Makefile.in,
714           sim/ucsim/avr.src/avr.cc, sim/ucsim/avr.src/avrcl.h,
715           sim/ucsim/cmd.src/bp.cc, sim/ucsim/cmd.src/bpcl.h,
716           sim/ucsim/cmd.src/cmdconf.cc, sim/ucsim/cmd.src/cmdgui.cc,
717           sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/cmdset.cc,
718           sim/ucsim/cmd.src/cmdsetcl.h, sim/ucsim/cmd.src/cmdstat.cc,
719           sim/ucsim/cmd.src/cmduc.cc, sim/ucsim/cmd.src/cmduccl.h,
720           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
721           sim/ucsim/cmd.src/command.cc, sim/ucsim/cmd.src/commandcl.h,
722           sim/ucsim/cmd.src/get.cc, sim/ucsim/cmd.src/getcl.h,
723           sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/newcmd.cc,
724           sim/ucsim/cmd.src/newcmdcl.h, sim/ucsim/cmd.src/set.cc,
725           sim/ucsim/cmd.src/show.cc, sim/ucsim/cmd.src/timer.cc,
726           sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
727           sim/ucsim/s51.src/Makefile.in, sim/ucsim/s51.src/interrupt.cc,
728           sim/ucsim/s51.src/interruptcl.h, sim/ucsim/s51.src/pca.cc,
729           sim/ucsim/s51.src/pcacl.h, sim/ucsim/s51.src/port.cc,
730           sim/ucsim/s51.src/portcl.h, sim/ucsim/s51.src/serial.cc,
731           sim/ucsim/s51.src/serialcl.h, sim/ucsim/s51.src/timer0.cc,
732           sim/ucsim/s51.src/timer0cl.h, sim/ucsim/s51.src/timer1.cc,
733           sim/ucsim/s51.src/timer1cl.h, sim/ucsim/s51.src/timer2.cc,
734           sim/ucsim/s51.src/timer2cl.h, sim/ucsim/s51.src/uc390.cc,
735           sim/ucsim/s51.src/uc390cl.h, sim/ucsim/s51.src/uc390hw.cc,
736           sim/ucsim/s51.src/uc390hwcl.h, sim/ucsim/s51.src/uc51.cc,
737           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/wdt.cc,
738           sim/ucsim/s51.src/wdtcl.h, sim/ucsim/sim.src/hw.cc,
739           sim/ucsim/sim.src/hwcl.h, sim/ucsim/sim.src/mem.cc,
740           sim/ucsim/sim.src/memcl.h, sim/ucsim/sim.src/obsolete.cc,
741           sim/ucsim/sim.src/obsolete.h, sim/ucsim/sim.src/sim.cc,
742           sim/ucsim/sim.src/simcl.h, sim/ucsim/sim.src/stack.cc,
743           sim/ucsim/sim.src/stackcl.h, sim/ucsim/sim.src/test_mem_speed.cc,
744           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
745           sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
746           sim/ucsim/z80.src/z80.cc, sim/ucsim/z80.src/z80cl.h:
747           ucsim WIN32 native port
748
749 2006-08-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
750
751         * doc/sdccman.lyx: added note on dynamic memory heap initialization
752
753 2006-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
754
755         * src/mcs51/gen.c (genAnd, genOr, genXor): fixed bug 1546986
756         * src/ds390/gen.c (aopGetUsesAcc): handle AOP_DPTR2 and AOP_DPTRn too
757
758 2006-08-26 Maarten Brock <sourceforge.brock AT dse.nl>
759
760         * src/ds390/gen.c (genAnd, genOr, genXor): fixed bug 1546986
761         * support/regression/tests/bug1546986.c: new, added
762         * as/mcs51/.cvsignore,
763         * debugger/mcs51/.cvsignore,
764         * src/.cvsignore: deleted
765
766 2006-08-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
767
768         * device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit
769           definitions)
770
771 2006-08-20 Borut Razem <borut.razem AT siol.net>
772
773         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
774           removed cl_listen_console::match(), cl_console::match(),
775           restructured cl_commander::proc_input()
776
777 2006-08-16 Borut Razem <borut.razem AT siol.net>
778
779         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h,
780           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
781           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/uc.cc: code cleaning
782
783 2006-08-14 Borut Razem <borut.razem AT siol.net>
784
785         * support/regression/Makefile.in,
786           support/regression/ports/pic14/gpsim.cmd,
787           support/regression/ports/pic14/spec.mk,
788           support/regression/ports/pic14/support.c:
789           added pic14 regression test
790
791 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
792
793         * as/doc/asxhtm.html: documented changed ABS behaviour
794         * as/doc/README: fixed some typos
795
796 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
797
798         * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
799           not defined on host
800
801 2006-08-12 Borut Razem <borut.razem AT siol.net>
802
803         * support/regression/fwk/include/testfwk.h,
804           support/regression/fwk/lib/testfwk.c,
805           support/regression/generate-cases.py,
806           support/regression/Makefile.in:
807           regression test framework does not depend on function pointers and
808           variable arguments
809
810 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
811
812         * device/include/stddef.h: c temporary hack to fix bug 1518273
813
814 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
815
816         * device/include/mcs51/cc2510fx.h: added
817         * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
818           to projects.
819
820 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
821
822         * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
823         * as/z80/Makefile.in: added strcmpi.c
824         * as/z80/z80adr.c: added upper case registers and lower case conditionals
825         * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
826
827 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
828
829         * device/lib/gbz80/asm_strings.s,
830         * device/lib/gbz80/crt0_rle.s,
831         * device/lib/gbz80/div.s,
832         * device/lib/gbz80/mul.s,
833         * device/lib/gbz80/shift.s,
834         * device/lib/z80/asm_strings.s,
835         * device/lib/z80/crt0_rle.s,
836         * device/lib/z80/div.s,
837         * device/lib/z80/mul.s,
838         * device/lib/z80/shift.s: changed to all lower case menmonics except the
839           flags which are all upper case
840
841 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
842
843         * as/z80/asm.h: made CASE_SENSITIVE 1
844         * link/z80/aslink.h: made CASE_SENSITIVE 1
845         * src/z80/gen.c (throughout): made all conditionals upper case
846         * support/regression/tests/bug1503067.c: new
847
848 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
849
850         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
851           (shiftIntoPair): added case 2 for PAIR_IY,
852           (setupToPreserveCarry): replaced parameters with iCode and check if
853            PAIR_DE is in use to fix bug 1399290,
854           (genPlus, genMinus): updated call to setupToPreserveCarry
855         * support/regression/tests/bug1399290.c: new
856
857 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
858
859         * device/lib/Makefile.in (Z80SOURCES): enabled float support
860         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
861         * src/ds390/gen.c (shiftRLong),
862         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
863         * src/mcs51/gen.c (sameReg): changed to sameByte,
864           (xch_a_aopGet): new,
865           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
866            shiftRLong): fixed bug 1533966
867         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
868           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
869         * support/regression/Makefile.in: disabled z80, enabled ucz80
870         * support/regression/tests/float_trans.c: enabled test for z80 and host
871         * support/regression/tests/shifts2.c: new, for testing bug 1533966
872
873 2006-08-01 Borut Razem <borut.razem AT siol.net>
874
875         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
876           comparison is always false due to limited range of data type
877           on PPC64 machine (openpower-linux1) where "char = unsigned char"
878
879 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
880
881         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
882         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
883         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
884         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
885
886 2006-07-31 Borut Razem <borut.razem AT siol.net>
887
888         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
889           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
890           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
891           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
892           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
893           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
894           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
895           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
896           enable ucsim mingw compilation. Serial port is disabled,
897           since it uses termios.h API, which is not available on native
898           WIN32
899
900 2006-07-31 Borut Razem <borut.razem AT siol.net>
901
902         * Small Device C Compiler 2.6.0 released
903         * support/scripts/sdcc.nsi: added FULL_DOC option
904         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
905
906 2006-07-28 Borut Razem <borut.razem AT siol.net>
907
908         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
909         * doc/INSTALL.txt: updated
910
911 2006-07-27 Borut Razem <borut.razem AT siol.net>
912
913         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
914           device/lib/pic/libdev/Makefile.in: fixed bug
915           [ 1438354 ] pic libsdcc: distclean doesn't work
916         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
917           device/lib/pic16/libio/Makefile.in: fixed bug
918           [ 1438344 ] pic16 lib: clean doesn't work properly
919         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
920
921 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
922
923         * device/lib/pic/libsdcc/fsdiv.c,
924         * device/lib/pic/libsdcc/fsmul.c,
925         * device/lib/pic16/libsdcc/float/fsdiv.c,
926         * device/lib/pic16/libsdcc/float/fsmul.c,
927         * device/lib/_fsdiv.c,
928         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
929         * support/regression/tests/bug1520966.c: added
930         * doc/knownbugs.html: removed [ 1520966 ] from the list
931
932 2006-07-25 Borut Razem <borut.razem AT siol.net>
933
934         * configure.in, configure, sdccconf_in.h: fixed bug
935           [ 1519095 ] regression test onebyte.c fails on ppc64 host
936         * doc/knownbugs.html: removed [ 1519095 ] from the list
937
938 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
939
940         * doc/knownbugs.html: added, contains list of known bugs at release
941         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
942
943 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
944
945         * device/include/mcs51/compiler.h: added SFRX for xdata based special
946           function registers and corrected defaults with additional warning
947         * device/lib/malloc.c: cosmetic changes
948         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
949         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
950           (fillGaps): and used it
951
952 2006-07-20 Raphael Neider <rneider AT web.de>
953
954         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
955           output unless SDCCPICDEBUG is set
956         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
957           output if SILENT is set
958
959 2006-07-11 Borut Razem <borut.razem AT siol.net>
960
961         * doc/README.txt: updated
962
963 2006-07-10 Borut Razem <borut.razem AT siol.net>
964
965         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
966           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
967           in WIN32 installation
968         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
969           release candidate 1
970
971 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
972
973         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
974         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
975
976 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
977
978         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
979
980 2006-07-06 Borut Razem <borut.razem AT siol.net>
981
982         * support/regression/tests/bitfields.c:
983           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
984         * support/regression/tests/constantRange.c:
985           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
986
987 2006-07-04 Borut Razem <borut.razem AT siol.net>
988
989         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
990           src/port.mk,
991           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
992           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
993           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
994           reverted changes from 2006-07-03
995         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
996         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
997           added CPPFLAGS, used by the host port
998
999 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
1000
1001         * support/regression/valdiag/tests/switch.c,
1002         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
1003         * support/regression/tests/libmullong.c: fixed for host
1004         * support/regression/ports/host/spec.mk: disable all warnings for host,
1005         SDCC runs with --less-pedantic too
1006
1007 2006-07-03 Borut Razem <borut.razem AT siol.net>
1008
1009         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
1010           defined CPPFLAGS
1011         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
1012         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
1013           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
1014           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
1015           include ../port.mk
1016         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
1017           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1018           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
1019           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
1020
1021 2006-07-02 Raphael Neider <rneider AT web.de>
1022
1023         * src/pic16/devices.inc,
1024         * device/include/pic16/pic18fregs.h,
1025         * device/include/pic16/pic18f4550.h,
1026         * device/lib/pic16/pics.all,
1027         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
1028
1029 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
1030
1031         * as/hc08/lkaomf51.c (OutputName),
1032         * as/mcs51/lkaomf51.c (OutputName),
1033         * as/z80/asmain.c (asmbl),
1034         * src/ds390/main.c (asmLineNodeFromLineNode),
1035         * src/hc08/ralloc.c (hc08_assignRegisters),
1036         * src/mcs51/main.c (asmLineNodeFromLineNode),
1037         * src/xa51/ralloc.c (checkRegMask),
1038         * src/xa51/gen.c (emitcode),
1039         * src/z80/gen.c (_emit2),
1040         * src/SDCCast.c (searchLitOp),
1041         * src/SDCCglobl.h,
1042         * support/packihx/packihx.c,
1043         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
1044         * src/ds390/gen.c (aopPutUsesAcc),
1045         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
1046         * support/regression/tests/libmullong.c (mullong_wrapper),
1047         * src/SDCCsymt.c (powof2),
1048         * src/SDCCast.c,
1049         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
1050         * src/SDCCsymt.h: added TYPE_TARGET_*
1051         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
1052         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
1053         SDCCast because 1) header problems 2) this is the right place
1054         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
1055         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
1056         prototype
1057
1058 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
1059
1060         * src/SDCCicode.h: removed buggy semicolon in unused macro
1061         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
1062         search for previous definiton of auto symbols too,
1063         (findPrevUse): fixed logic of emitWarnings
1064
1065 2006-06-26 Raphael Neider <rneider AT web.de>
1066
1067         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
1068           PCLATH and PCLATU on interrupts, potentially fixes #1505141
1069
1070 2006-06-25 Raphael Neider <rneider AT web.de>
1071
1072         * device/lib/pic/libm: NEW, added math library functions
1073         * device/lib/pic/libsdcc: NEW; added float support functions
1074         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
1075         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
1076           NEW, added math related headers
1077         * device/include/asm/pic/features.h: NEW
1078         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
1079           (popGet): allow larger offsets for AOP_PCODE,
1080           (genDataPointerSet): handle literals explicitly, more debug output,
1081           (genAssign): fixed for float using aopLiteral ;-)
1082         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
1083           GOTO initialisation routine
1084         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
1085           flag on registers, fixes #1469043 (local variables do not work)
1086         * src/pic/main.c (_pic14_do_link),
1087         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
1088           available
1089
1090 2006-06-25 Borut Razem <borut.razem AT siol.net>
1091
1092         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
1093           characters printed (not including the trailing '\0' used to end
1094           output to strings). Problem detected in regression test bug-927659.c.
1095           NOTE: printf() family functions should return int instead
1096           unsigned int!
1097         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
1098           specifier are printed as themselves
1099         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
1100           support flags, width and precision specifiers
1101
1102 2006-06-24 Borut Razem <borut.razem AT siol.net>
1103
1104         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
1105           to the list of sdcc tagrets not supporting bit type
1106         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
1107           testfor pic16 due to bug:
1108           [ 1511794 ] pic16: regression test bug-895992.c fails
1109
1110 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
1111
1112         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
1113         * src/SDCCglue.c (initPointer), fixed bug 1496419
1114         * support/regression/tests/bug1496419.c: new, added
1115
1116 2006-06-22 Borut Razem <borut.razem AT siol.net>
1117
1118         * support/regression/ports/pic16/support.c: use gpsim usart module from
1119           libgpsim_modules library
1120
1121 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1122
1123         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
1124         IP0H to IPH0.
1125
1126 2006-06-19 Raphael Neider <rneider AT web.de>
1127
1128         * src/pic/glue.h,src/pic16/glue.h: added prototypes
1129         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
1130           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
1131           (pic14printExterns,pic14printPublics,pic16printPublics,
1132           pic16_printExterns): use new functions to emit symbols
1133           (picglue,pic16glue): emit publics before emitting externs
1134         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
1135           locally defined functions to avoid bug #1443651
1136         * support/regression/tests/bug-716242.c: removed pic16 workaround
1137         * support/regression/ports/pic16/spec.mk: ignore errors during build
1138
1139 2006-06-19 Raphael Neider <rneider AT web.de>
1140
1141         * src/pic/glue.h: added pic14aopLiteral prototype
1142         * src/pic/glue.c (pic14aopLiteral): return unsigned int
1143         * src/pic/gen.c: removed stdint.h dependency
1144           (aopGet): use Safe_strdup()
1145           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
1146           (genDataPointerSet): use pic14aopLiteral()
1147         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
1148           for pic16; thanks to Bernhard and Maarten
1149
1150 2006-06-18 Borut Razem <borut.razem AT siol.net>
1151
1152         * support/regression/tests/structflexarray.c: flexible array members
1153           not supported by gcc < 3
1154         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
1155           GUI tool by default
1156         * src/pic/gen.c: don't include [p]strdin.h on solaris
1157         * support/Util/pstdint.h: addad svn attributes
1158         * support/regression/tests/constantRange.c,
1159           support/regression/tests/rotate.c: include inttypes.h instead
1160           stdint.h on solaris, addad svn attributes
1161
1162 2006-06-18 Raphael Neider <rneider AT web.de>
1163
1164         * src/SDCCsymt.c (initCSupport): change return type of divschar to
1165           int for PIC16
1166         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
1167           (pic16_genMinusBits): simplified sign-extension
1168           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
1169             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
1170             adjusted to correctly handle mixed-signed operands, disabled
1171             now unused multiplciation routines
1172         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
1173           (assignResultValue): added argument denoting the size of the result
1174             as returned by the function (fixes upcasts in assigning from
1175             function calls: char foo(); int i = foo();)
1176           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
1177             function result to assignResultValue
1178           (genMult): disabled inlined multiplication code
1179           (genDiv): augmented to also handle the modulus operator, fixed to
1180             handle mixed-signed operands correctly
1181           (genMod): simply call genDiv, disabled unused code
1182           (genAssign): fixed missing (sign-)extension on result
1183         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
1184             valid char operands, allow signed operands for native code, added
1185             division and modulo operator handling
1186         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
1187
1188         As a consequence, onebyte.c (if split into two files) and muldiv.c
1189         pass regression tests.
1190
1191 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1192
1193         * doc/Makefile.in: two runs of makeindex seem needed to get
1194         correct page references in the index of sdccman.pdf
1195         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
1196
1197 2006-06-17 Borut Razem <borut.razem AT siol.net>
1198
1199         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
1200
1201 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1202
1203         * doc/sdccman.lyx: updated, added (porting source code, debugging),
1204         mentioned ec2drv and paulmon
1205
1206 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
1207
1208         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
1209           consecutive abs areas
1210           (find_empty_space, allocate_space): added map to handle codemap or
1211            xdatamap,
1212           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
1213            absolute idata and xdata
1214         * as/mcs51/lkmem.c (summary2): updated legend
1215
1216 2006-06-16 Raphael Neider <rneider AT web.de>
1217
1218         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
1219
1220 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
1221
1222         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
1223           1208515
1224         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
1225
1226 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
1227
1228         * src/port.h (struct PORT): added field gp_tags, to hold the tag
1229         value of generic pointers,
1230         * src/avr/main.c,
1231           src/ds390/main.c,
1232           src/hc08/main.c,
1233           src/izt/i186.c,
1234           src/izt/tlcs900h.c,
1235           src/mcs51/main.c,
1236           src/pic/main.c,
1237           src/pic16/main.c,
1238           src/xa51/main.c,
1239           src/z80/main.c: PORT structure, added elements for gp_tags field,
1240         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
1241         fields in the PORT structure of each port,
1242         * src/SDCCast.c (decorateType): allow processing of generic pointers
1243         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
1244         S_FIXED symbols
1245
1246 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
1247
1248         * link/z80/lkgb.c,
1249         * link/z80/lkgg.c,
1250         * src/pic16/gen.c,
1251         * src/pic16/main.c,
1252         * src/pic16/pcode.c,
1253         * src/pic/main.c,
1254         * src/pic/pcoderegs.c,
1255         * src/SDCCicode.c,
1256         * src/SDCCmain.c,
1257         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
1258           bug 1504689 on minGW
1259
1260 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1261
1262         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
1263
1264 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
1265
1266         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
1267
1268 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
1269
1270         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
1271           for optimization
1272
1273 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
1274
1275         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
1276         to a char variable. Fixed bug #1504211
1277         * device/include/pic16/adc.h,
1278         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
1279         and fixed bug #1364390
1280
1281 2006-06-10 Borut Razem <borut.razem AT siol.net>
1282
1283         * CVSROOT: removed the CVS left-over
1284
1285 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
1286
1287         * as/hc08/asmain.c (asexit),
1288         * as/hc08/lkmain.c (lkexit),
1289         * as/mcs51/asmain.c (asexit),
1290         * as/mcs51/lkmain.c (lkexit),
1291         * src/SDCCglue.c (DEFSETFUNC),
1292         * src/SDCCmain.c (linkEdit, assemble),
1293         * support/librarian/sdcclib.c (AddRel),
1294           replaced unlink() by standard C remove()
1295         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
1296         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
1297           gatherImplicitVariables): new, added to fix bug 608752,
1298           (createFunction): added gatherImplicitVariables()
1299         * src/SDCCast.h: added createRMW prototype
1300         * src/SDCCsymt.h (struct symbol): added infertype
1301         * support/regression/tests/bug608752.c: new, added
1302
1303 2006-06-10 Raphael Neider <rneider AT web.de>
1304
1305         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
1306           multibyte dummy reads (fixes #1503234)
1307
1308 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
1309
1310         * device/include/mcs51/compiler.h: new, added header file to enable
1311           creating common sfr definition header files for different compilers
1312
1313 2006-06-05 Raphael Neider <rneider AT web.de>
1314
1315         * src/pic16/{pcode.h,genarith.c}:
1316           introduced pCodeOp combining any two pCodeOps (previously only
1317           two register operands could be combined), removed pcop2 from
1318           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
1319         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
1320         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
1321           rewritten to use new PO_TWO_OPS
1322         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
1323         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
1324           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
1325           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
1326           (pic16_get_op): embraced return arg to allow #define return(x),
1327             added new case for combined opcodes
1328           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
1329           (pic16_pCode2str,pic16_getRegFrompCodeOp,
1330            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
1331
1332 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
1333
1334         * src/SDCCval.c (checkConstantRange): added
1335         * src/SDCCval.h: added checkConstantRange
1336         * support/Util/SDCCerr.c,
1337         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
1338         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
1339         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
1340         * src/SDCCast.c (decorateType): added checkConstantRange,
1341         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
1342         can be emitted with the correct always true/false warning,
1343         added optimization for double '!';
1344         result of decorateType() must be assigned back to the tree, because
1345         decorateType() can change the tree
1346         * src/SDCCicode.c (geniCodeLogic),
1347         (geniCodeAssign): replaced new checkConstantRange, added warnings,
1348         (checkConstantRange): removed, it was only a fragment which never
1349         emitted a warning
1350         * src/SDCCsymt.c (computeType): fixed promotion for
1351         "-1 < (unsigned bit) b"
1352         * src/pic/ralloc.c (packRegsForAssign),
1353         * src/pic16/ralloc.c (packRegsForAssign),
1354         * src/hc08/ralloc.c (packRegsForAssign),
1355         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
1356         from mcs51
1357         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
1358         * support/regression/tests/constantRange.c: added
1359         * support/valdiag/tests/constantRange.c: added
1360         * support/valdiag/valdiag.py: added -DPORT_HOST=1
1361
1362 2006-06-02 Borut Razem <borut.razem AT siol.net>
1363
1364         * support/regression/ports/pic16/support.c: increase stack size
1365           to 255 bytes
1366         * support/regression/Makefile.in: sort tests by name so that the
1367           resutlts can be compared on different machines / platforms
1368
1369 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
1370
1371         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
1372         * src/ds390/gen.c (emitLabel): new, added,
1373           (genDjnz): fixed stack overflow bug,
1374           (throughout): cosmetic changes to sync with mcs51/gen.c,
1375           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
1376         * src/mcs51/gen.c (genEndFunction): small optimization,
1377           (throughout): cosmetic changes to sync with ds390/gen.c
1378
1379 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
1380
1381         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
1382           (_print_format): fixed printing pointers
1383         * src/mcs51/gen.c (emitLabel, movb): new, added,
1384           (genAssign): small optimization,
1385           (genDjnz): fixed stack overflow bug,
1386           (throughout): replaced sprintf with SNPRINTF,
1387           replaced mcs51_regWithIdx with REG_WITH_INDEX,
1388           replaced emitcode("mov", "b,...") with MOVB(...),
1389           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
1390           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
1391         * src/mcs51/peeph.def: added rules 140 and 264
1392         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
1393           so they may get optimized into registers
1394
1395 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
1396
1397         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
1398           immediately when encountered,
1399           (printUsage): always use stderr even on windows
1400
1401 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
1402
1403         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
1404         (processParms): fixed bug #1247551
1405         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
1406         parseCmdLine, main): print '--version' to stdout,
1407         print 'help' to stdout if --help is given,
1408         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
1409         arguments are given; fixed --help
1410
1411 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
1412
1413         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
1414         * support/regression/tests/bug-1493710.c: added
1415
1416 2006-05-27 Borut Razem <borut.razem AT siol.net>
1417
1418         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
1419           static instead auto
1420         * support/regression/ports/pic16/support.c: increase stack size
1421           from default 64 bytes to 128 bytes
1422         * support/regression/tests/staticinit.c,
1423           support/regression/tests/float.c: regression tests fully enabled
1424           for pic16 port by putting the initialized data arrays into the code
1425           section
1426         * support/regression/ports/pic16/spec.mk: don't link default libraries.
1427           This was changed by mistake in the previous version.
1428
1429 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
1430
1431         * src/pic16/gen.c (genFunction, genEndFunction): some
1432         beautifications, fixed bug with falsely restoring FSR2 in large
1433         stack model, thanks to Beau E. Cox for reporting the bug
1434
1435 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1436
1437         * debugger/mcs51/break.c,
1438         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
1439           use %p to print pointers, made address variables unsigned
1440         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
1441         * debugger/mcs51/symtab.c (parseSymbol): must return something
1442         * src/mcs51/gen.c (aopForSym): small optimization,
1443            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
1444           (freeAsmop): added missing break,
1445           (aopPut): removed parameter bvolatile, determine it inside the function,
1446           (saveRegisters, unsaveRegisters): small optimization,
1447           (genIpush): removed pointless check,
1448           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
1449           replaced sprintf with SNPRINTF,
1450           replaced strcpy with strncpyz,
1451           updated aopPut calls,
1452           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
1453         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
1454
1455 2006-05-24 Borut Razem <borut.razem AT siol.net>
1456
1457         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
1458           modification of test for the pic16 port, put the array to the code
1459           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
1460
1461 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1462
1463         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
1464         * support/Util/pstdint.h: added
1465
1466 2006-05-22 Borut Razem <borut.razem AT siol.net>
1467
1468         * src/regression/Makefile: removed bool2.c test, added -q linker option
1469         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
1470           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
1471           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
1472           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
1473           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
1474           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
1475           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
1476           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
1477           define SUPPORT_BIT_TYPES 0, removed unused bit variables
1478
1479 2006-05-22 Raphael Neider <rneider AT web.de>
1480
1481         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
1482           bug #1492360 (problematic due to generic pointers, see code)
1483
1484 2006-05-22 Borut Razem <borut.razem AT siol.net>
1485
1486         * support/regression/ports/pic16/specs.mk: removed stack size linker
1487           directive
1488         * support/regression/tests/array.c,
1489           support/regression/tests/bitopcse.c,
1490           support/regression/tests/bug-908454.c,
1491           support/regression/tests/malloc.c: modified for pic16 regression test
1492         * support/regression/tests/bitfields.c:
1493           pic16 - excluded bitfileds of size > 8
1494         * support/regression/tests/bp.c: pic16 - reduced data size
1495         * support/regression/tests/bug-221100.c: pic16 - reduced data size
1496         * support/regression/tests/bug-460010.c:
1497           pic16 - used the absolute address the fits in memory
1498         * support/regression/tests/bug-716242.c:
1499           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
1500         * support/regression/tests/float.c:
1501           pic16 - excluded - data size too big
1502         * support/regression/tests/onebyte.c:
1503           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
1504         * support/regression/tests/shifts.c:
1505           pic16 - function names probably have to differ in first X characters
1506           (gpasm limitation?)
1507         * support/regression/tests/staticinit.c:
1508           pic16 - excluded some tests due error: no target memory available for
1509           section ".idata"
1510
1511 2006-05-22 Borut Razem <borut.razem AT siol.net>
1512
1513         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1514           second try. Thanks Stas Sergeev once more.
1515
1516 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1517
1518         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
1519           (genLeftShift, genRightShift): fixed bug 1491627
1520         * src/hc08/peeph.def (rules 7, 8.x): added
1521         * support/regression/tests/shifts.c (ShiftLeftByParam,
1522           ShiftRightByParam, testShiftByParam): added to test variable shifting
1523
1524 2006-05-20 Raphael Neider <rneider AT web.de>
1525
1526         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
1527         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
1528           (allocReg): add only new registers to dynAllocRegs,
1529           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
1530             #1489055, #1445850, and probably #1483693
1531
1532 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
1533
1534         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
1535         bug in for-loop that didn't emit the last of CONFIG and ID registers
1536
1537 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
1538
1539         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
1540           with offset
1541         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
1542           1489016, 1434401 and 1490124
1543         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
1544           1489016, 1434401 and 1490124
1545
1546 2006-05-17 Borut Razem <borut.razem AT siol.net>
1547
1548         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1549           thanks Stas Sergeev
1550
1551 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1552
1553         * device/include/mcs51/P89c51RD2.h,
1554         * device/include/mcs51/P89LPC901.h,
1555         * device/include/mcs51/P89LPC922.h,
1556         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
1557
1558 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1559
1560         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
1561         to fix missing stack pragma in compiled binary object file,
1562
1563 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
1564
1565         * support/packihx/configure.in,
1566         * support/packihx/configure: removed warning, autoconf >= 2.5x can
1567         determine sizeof basic types even while cross compiling
1568
1569 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
1570
1571         * src/avr/gen.c (aopop),
1572         * src/ds390/gen.c (aopOp),
1573         * src/hc08/gen.c (aopOp),
1574         * src/mcs51/gen.c (aopop),
1575         * src/pic16/gen.c (pic16_aopOp),
1576         * src/pic/gen.c (aopOp),
1577         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
1578         if size of operand is smaller than spill location
1579
1580 2006-05-12 Borut Razem <borut.razem AT siol.net>
1581
1582         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
1583           have to have CR/LF line endings even if they are checked out on *nix
1584           or on WIN32 in cygwin binmode
1585
1586 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
1587
1588         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
1589         * device/include/ds80c390.h: added sfr16 definitions
1590         * src/ds390/gen.c,
1591         * src/ds390/gen.h,
1592         * src/ds390/main.c,
1593         * src/ds390/ralloc.c,
1594         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
1595           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
1596           bit returning functions
1597         * support/regression/tests/sfr16.c: enabled test on ds390
1598
1599 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1600
1601         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
1602         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
1603
1604 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
1605
1606         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
1607         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
1608           (cl_address_space constructor): removed expensive initialization,
1609           (cl_address_space::get_cell): extended for late initialization,
1610           (cl_address_space::*): use late initialization,
1611           (cl_address_decoder::activate): removed expensive initialization,
1612           This reduced regression test running time by 25%
1613
1614 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
1615
1616         * packihx/,
1617         * configure.in,
1618         * configure,
1619         * sdcc.dsw,
1620         * Makefile.bcc,
1621         * Makefile.in,
1622         * support/packihx/Makefile.in,
1623         * support/packihx/clean.mk,
1624         * support/packihx/Makefile.bcc,
1625         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
1626
1627 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1628
1629         * src/SDCCval.c (valNot): fix for regression test failure
1630           of not.c on big endian hosts
1631
1632 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1633
1634         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
1635
1636 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1637
1638         * device/lib/mcs51/Makefile.in: changed string comparison operator
1639           to = for POSIX compliance; == is bash extension
1640
1641 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1642
1643         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
1644           kosmonaut_pirx
1645
1646 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
1647
1648         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
1649         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
1650         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
1651         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
1652         bug report #1478657,
1653
1654 2006-05-05 Borut Razem <borut.razem AT siol.net>
1655
1656         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
1657           making the html
1658
1659 2006-05-02 Borut Razem <borut.razem AT siol.net>
1660
1661         * doc/Makefile.in: removed *.ind dependency since there is no rule to
1662           create *.ind, which made make to fail if invoked with -j 2
1663
1664 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
1665
1666         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
1667           Hubert Sack for patch 1479782
1668
1669 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
1670
1671         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
1672
1673 2006-05-01 Raphael Neider <rneider AT web.de>
1674
1675         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
1676           (create_pic): store only prefix-free device name,
1677           (init_pic): check for device names with "16" prefix,
1678           (list_valid_pics),
1679         * src/pic/device.h (struct PIC_device),
1680         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
1681             stored device name,
1682         * device/include/pic/pic12f{635,675,629,683}.h,
1683         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
1684         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
1685         * device/include/pic/pic16f505.h,
1686         * device/lib/pic/libdev/pic16f505.c: removed
1687         * device/include/pic/pic14devices.txt: added support for pic12f
1688             devices, removed unsupported non 16-bit devices
1689             [above changes provided by patch from Zik Saleeba]
1690         * src/pic/*, src/pic16/*, device/include/pic16/*,
1691           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
1692
1693 2006-05-01 Borut Razem <borut.razem AT siol.net>
1694
1695         * configure.in, configure, doc/Makefile.in:
1696           sync with nightly build makefile - latex, dvipdf and dvips
1697           not needed any more
1698
1699 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
1700
1701         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
1702         in the library source
1703
1704 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
1705
1706         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
1707
1708 2006-04-28 Raphael Neider <rneider AT web.de>
1709
1710         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
1711         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
1712           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
1713         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
1714
1715 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
1716
1717         * device/lib/pic/libdev/Makefile.in,
1718         * device/lib/hc08/Makefile.in,
1719         * device/lib/gbz80/Makefile.in,
1720         * device/lib/z80/Makefile.in,
1721         * device/lib/ds390/Makefile.in,
1722         * device/lib/ds400/Makefile.in: added srcdir to include search path,
1723         thanks to Borut for the bug report
1724         * configure.in,
1725         * configure: always create doc/Makefile independent from --enable-doc
1726         * Makefile.in: always install from directory doc independent from
1727         --enable-doc
1728         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
1729         removed
1730         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
1731         * doc/Makefile.in: install *.txt if present
1732         * device/include/Makefile.in (install): added installation of pic/*.inc
1733         and pic/*.txt files again, they were erroneously removed
1734
1735 2006-04-28 Raphael Neider <rneider AT web.de>
1736
1737         * src/pic/{gen.c,main.h,pcode.c},
1738         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
1739             concerning signedness with casts
1740
1741 2006-04-28 Raphael Neider <rneider AT web.de>
1742
1743         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
1744             definition of an interrupt handler,
1745         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
1746             interrupt handler stuff from picglue() to separate routine,
1747           (picglue): enabled definition of intr handlers in files w/o main()
1748
1749 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1750
1751         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
1752           compilation with MSVC 2005 Express Edition (VC8)
1753
1754 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
1755
1756         * device/lib/Makefile: fixed build of gbz80 lib
1757
1758 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1759
1760         * support/regression/tests/bug-460010.c,
1761         * support/regression/tests/bug-524691.c,
1762         * support/regression/tests/bug-716242.c: removed conditional defines
1763           that are already in testfwk.h
1764
1765 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1766
1767         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
1768           (AccAXRsh1): added, shift right by 1,
1769           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
1770            AccAXLrl1
1771         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
1772
1773 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
1774
1775         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
1776         remove cast to same type
1777         * src/SDCCast.c (decorateType): fix for RFE 1475742,
1778         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
1779         * as/z80/Makefile,
1780         * link/z80/Makefile: removed, they have moved to
1781         Makefile.in files
1782         * configure,
1783         * configure.in: replaced duplicate message about ucsim by missing sdcpp
1784         * install-sh: fix bug #1204398 by setting umask 0022
1785         * device/lib/Makefile: separate build of z80 and gbz80 lib
1786
1787 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
1788
1789         Enabled VPATH feature: changed nearly all Makefiles (149 files).
1790         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
1791
1792         One basic decision: e.g. src/clean.mk includes further files. In order
1793         to make this work there are two solutions:
1794         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
1795           run configure on them. This way they can use
1796           'include $(srcdir)/port-clean.mk'
1797         - always include clean.mk by the Makefile at the same level. To avoid
1798           that `make clean` tries to include and build Makefile.dep the
1799           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
1800           implemented, because now even `make uninstall` doesn't create
1801           Makefile.in. clean.mk could be eliminated by pasting it in
1802           Makefile.in.
1803
1804         * debugger/mcs51/Makefile.in: build own objects from library sources
1805         (SLIB, SDCC) in current directory
1806
1807         * configure, configure.in: renamed --disable-device-lib-build in
1808         --disable-device-lib; added --enable-doc, the required tools are
1809         searched by configure; added result message; the toolchain for the
1810         belonging ports are now only built, if the port is enabled.
1811
1812         * support/regression/*: all output is written in directory gen, because
1813         the fwk and ports directories don't livet in the build tree using vpath
1814
1815         * doc/sdccman.lyx: renamed --disable-device-lib-build to
1816         --disable-device-lib, added --enable-doc, added section VPATH
1817
1818         * sim/ucsim/configure.in,
1819         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
1820         z80 are enabled by default
1821
1822 2006-04-24 Raphael Neider <rneider AT web.de>
1823
1824         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
1825             to config word, "pic14_"-prefixed some extern functions
1826           (pic14_emitConfigWord): emit __config directive(s) if assignment to
1827             config word has been found
1828         * src/pic/device.h: added prototypes
1829         * src/pic/pcode.c: added "pic14_"-prefix where needed
1830         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
1831             fixup
1832         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
1833             words,
1834           (pic14emitRegularMap): ignore config words,
1835           (pic14createInterruptVect): moved generating __config directives away
1836           (picglue): have __config directives emitted
1837
1838 2006-04-24 Borut Razem <borut.razem AT siol.net>
1839
1840         * doc/Makefile: sync with nightly build makefile
1841
1842 2006-04-24 Raphael Neider <rneider AT web.de>
1843
1844         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
1845             registers that have not been assigned proper liveranges,
1846             fixes #1469504 and #1474602,
1847           (pCodeRegOptimizeRegUsage): fixed typo in comment
1848
1849 2006-04-24 Borut Razem <borut.razem AT siol.net>
1850
1851         * device/examples/main8051.c: deleted - it was removed from CVS
1852           24.mar.2000 and after that modified 18.feb.2001, so it reappered
1853           after the transition to Subversion
1854         * src/SDCCalloc.h: deleted - it was removed  from CVS
1855           3.feb.2001 and after that modified 18.feb.2001, so it reappered
1856           after the transition to Subversion
1857         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
1858           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
1859           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
1860           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
1861
1862 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
1863
1864         * as/asx8051.dsp: added mcs51/strcmpi.h
1865         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
1866         * as/hc08/aslink.h: updated lnksect prototype
1867         * as/hc08/asm.h,
1868         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
1869         * as/hc08/asmain.c,
1870         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
1871           (newdot): handle A_ABS
1872         * as/hc08/asout.c,
1873         * as/mcs51/asout.c (outarea): output address
1874         * as/hc08/lkaomf51.c,
1875         * as/mcs51/lkaomf51.c: disabled unused array UsageType
1876         * as/hc08/m08pst.c,
1877         * as/mcs51/i51pst.c,
1878         * as/z80/z80pst.c: "ABS" is not A_OVR
1879         * as/hc08/lkarea.c (newarea): read a_addr,
1880           (lnkarea): added codemap array, sort absolute areas to the front,
1881            combine all GSINITx/GSFINAL,
1882           (find_empty_space, allocate_space): new functions,
1883           (lnksect): return next address, handle absolute sections
1884         * as/mcs51/lkarea.c (newarea): read a_addr,
1885           lnksect2 prototype changed,
1886           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
1887           (find_empty_space, allocate_space): new, factored out of lnksect2,
1888           (lnksect2): return next address, handle absolute sections
1889         * as/hc08/lkhead.c,
1890         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
1891         * as/hc08/lklibr.c (addfile, fndsym),
1892         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
1893           index out of range and detect both '\' and '/'
1894         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
1895         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
1896           regression tests (ds390 cannot return bool yet)
1897         * doc/sdccman.lyx: changed version number, document changed --no-peep,
1898           document critical interrupts on z80, document changed SDCC define
1899         * src/asm.c (_asxxxx_mapping): fixed .org directive,
1900           (_a390_mapping): added .org directive
1901         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
1902           (genMultOneByte): fixed warnings
1903         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
1904           ones
1905         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
1906         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
1907           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
1908         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
1909         * src/pic16/main.c: removed newReg prototype
1910         * src/pic16/pcode.c,
1911         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
1912           warnings
1913         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
1914           ones
1915         * src/pic16/ralloc.c
1916         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
1917           to fix warnings
1918         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
1919           from short to PIC_OPTYPE
1920         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
1921         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
1922           optype from short to PIC_OPTYPE
1923         * src/port.h: made int_size unsigned to fix warnings
1924         * src/SDCC.y: fixed warning on MSVC
1925         * src/SDCCicode.c (getArraySizePtr): return unsigned int
1926         * src/SDCCopt.c (convertToFcall): fixed warnings
1927         * src/SDCCsymt.h: removed double prototype for genSymName
1928         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
1929           offset int to fix warnings
1930
1931 2006-04-22 Borut Razem <borut.razem AT siol.net>
1932
1933         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1934           references to CVS replaced with Subversion
1935
1936 2006-04-21 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-19 Borut Razem <borut.razem AT siol.net>
1942
1943         * src/version.awk: adapted for svn
1944         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
1945           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
1946           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
1947           /binutils-avr/etc/*.vi, *.jin: removed all properties
1948           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
1949
1950 2006-04-19 Borut Razem <borut.razem AT siol.net>
1951
1952         * CVS to Subversion migration completed
1953
1954 2006-04-18 Borut Razem <borut.razem AT siol.net>
1955
1956         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
1957           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
1958
1959 2006-04-17 Borut Razem <borut.razem AT siol.net>
1960
1961         * device/include/Makefile.in: added pic/*.inc to the installation
1962
1963 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1964
1965         * support/regression/collate-results.py: fixed output in case of
1966         a valdiag error
1967         * support/regression/generate-cases.py: fixed splitting of pathnames
1968         with dots
1969         * as/hc08/lklibr.c (addfile),
1970         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1971
1972 2006-04-11 Raphael Neider <rneider AT web.de>
1973
1974         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1975         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1976         * src/pic16/pcode.c (assignValnums): fixed #1460578
1977
1978 2006-04-11 Raphael Neider <rneider AT web.de>
1979
1980         * device/lib/pic/libdev/*.c,
1981         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1982           fixes #1468739, enables compilation in --std-c99 mode
1983         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1984
1985 2006-04-11 Raphael Neider <rneider AT web.de>
1986
1987         * src/pic/device.c (find_device): removed debug output
1988           (list_valid_pics): enabled verbose listing of supported devices
1989         * device/include/stdbool.h: define bool as char for pic14/16 as well
1990
1991 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1992
1993         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1994
1995 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1996
1997         * .version: bumped version to 2.5.6
1998         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1999
2000 2006-04-06 Raphael Neider <rneider AT web.de>
2001
2002         * .version: bumped version to 2.5.6 (pic14 ABI changed)
2003         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
2004         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
2005           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
2006             pic14_constructAbsMap
2007           (pic14printPublics): declare absolute global symbols as global
2008           (pic14createInterruptVect),
2009         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
2010           (newReg): assume new registers unused, use correct name in
2011             hashtable (reg->name instead of name), more debugLog output
2012         * src/pic/device.h (PIC_device): added fields for verbose output
2013         * src/pic/device.c: moved device definition to pic14devices.txt,
2014             added routines for runtime parsing of pic14devices.txt,
2015             added support for second config word
2016         * src/pic/main.c (_process_pragma): removed #pragma maxram,
2017           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
2018           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
2019           (_pic14_parseOptions): moved pCodeInitRegisters here
2020           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
2021         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
2022           (pCodeInitRegisters): rewrapped comments, perpared new approach to
2023             handling the pseudo stack
2024         * device/lib/Makefile.in: ignore failures in objects-pic16,
2025         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
2026         * device/lib/pic/NEWS: document new dependency on picXXX.lib
2027         * device/lib/pic/Makefile.subdir,
2028         * device/lib/pic16/Makefile.subdir: improved clean rules
2029         * device/lib/pic/libdev/: NEW, pic14 device libraries
2030         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
2031         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
2032         * device/include/Makefile.in: create subdir and install pic14 headers
2033         * device/include/pic/p16f_common.inc: removed unused declarations
2034         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
2035             PICs from inc2h.pl v1.6,
2036             replaced BIT_AT macros with struct declarations
2037         * device/include/pic/pic14devices.txt: definition of supported devices,
2038             all above improvements contributed by Zik Saleeba, thanks
2039         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
2040         * support/scripts/sdcc.nsi: also install pic14 device libraries and
2041             headers
2042
2043 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2044
2045         * device/include/mcs51/c8051f410.h: added interrupt numbers,
2046         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
2047           thanks to Charles Olds
2048
2049 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2050
2051         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
2052
2053 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2054
2055         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
2056         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
2057         * support/regression/bug1464657.c: added, new test
2058
2059 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
2060
2061         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
2062           version number
2063
2064 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
2065
2066         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
2067           --no-peep and --peep-file <file> are used don't use default rules but
2068           do use the <file>
2069
2070 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
2071
2072         * src/mcs51/gen.c (genCall): fixed bug 1457608
2073
2074 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2075
2076         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
2077         changes seem to cause (trigger?) problems with the build system.
2078
2079 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
2080
2081         * src/SDCCpeeph.c (operandsLiteral): new, added,
2082           (callFuncByName): inserted operandsLiteral
2083         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
2084
2085 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2086
2087         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
2088         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
2089
2090 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2091
2092         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
2093           implemented patch 1120823 Thanks to Willy De la Court (normal
2094           interrupts need an interrupt number now if they are made critical),
2095           and enabled nesting of critical functions though not for gbz80
2096           (genCritical, genEndCritical): added functions
2097           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
2098         * src/z80/mappings.i: added "ei" to all mappings
2099
2100 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2101
2102         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
2103         submitted by the Debian SDCC maintainer Aurelien Jarno:
2104         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
2105         archive with gcc 4.1 on mips and wrote the patch"
2106
2107 2006-03-16 Raphael Neider <rneider AT web.de>
2108
2109         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
2110           the left operand is shorter than the result (c* = lit-c* + int),
2111           fixes bug #1450796
2112         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
2113           OP_SYMBOL
2114
2115 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2116
2117         * src/.version: increased version number to 2.5.5
2118         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
2119         linking is done manually in pic16 port's _linkEdit,
2120         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
2121         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
2122         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
2123         allocate asmop as AOP_ACC,
2124         (aopForRemat): added parameter 'bool result' in function declaration,
2125         (pic16_aopGet): return AOP_ACC when accessing WREG,
2126         (pic16_popGetTempReg): minor modification,
2127         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
2128         'pic16_allocWithIdx',
2129         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
2130         calling function in absolute addresses,
2131         (genAssign): take into account AOP_ACC asmop,
2132         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
2133         * src/pic16/pcoderegs.c: some debug functions and lines added,
2134         * src/pic16/ralloc.c (decodeRegType): added but commented out,
2135         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
2136         register too,
2137         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
2138         call to allocReg, not by manually allocating a new one,
2139         (pic16_assignRegisters): now before going through the register
2140         allocating functions mark all registers as free. This eliminates some
2141         side effects resulting from peephole parser done earlier in the backbone
2142
2143 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
2144
2145         * src/SDCCicode.c (geniCodeLogic),
2146         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
2147
2148 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
2149
2150         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
2151           (genSend): bugfix, do not allocate and free twice,
2152           (shiftRLong): handle partially overlapping aops
2153         * support/regression/tests/bitopcse.c: fixed warning redefined idata
2154
2155 2006-03-08 Borut Razem <borut.razem AT siol.net>
2156
2157         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
2158           for pic16
2159
2160 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
2161
2162         * support/regression/tests/bug1409955.c: new, added
2163         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
2164         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
2165           (aopForSym, aopOp): increment asmop.allocated if reused,
2166           (freeAsmop): decrement asmop.allocated and check for zero instead of
2167           using asmop.freed,
2168           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
2169           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
2170            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
2171            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
2172            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
2173            genSignedRightShift, genRightShift, genDataPointerGet,
2174            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
2175            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
2176             in reverse order from allocation,
2177           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
2178             added swappedLR to keep track
2179         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
2180           pdata & code for GCC, z80, gbz80 & hc08
2181         * support/regression/tests/zeropad.c: moved defines to testfwk.h
2182
2183 2006-03-08 Raphael Neider <rneider AT web.de>
2184
2185         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
2186
2187 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
2188
2189         * device/include/mcs51/c8051f410.h: new SiLabs mcu
2190         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
2191         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
2192
2193 2006-03-06 Borut Razem <borut.razem AT siol.net>
2194
2195         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
2196           made the linker quiet
2197
2198 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2199
2200         * src/pic16/gen.c (genPcall): fixed bug #1443644
2201         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
2202         which dumps before the function entry point a data byte which represents
2203         the number of the local variables used by the specified function, added
2204         'xinst' for initial support for Extended Instruction Support,
2205         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
2206         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
2207         port->fun_prefix anymore (may change later),
2208         (genFunction, genEndFunction): do not store/restore local registers for
2209         _main (this should take care the --main-return command line option in
2210         the future),
2211         (genOr): removed some legacy pic-port instructions,
2212         * src/pic16/genarith.c (genAddLit): re-enabled old code because
2213         performing operations with SFR's causes data to be written more than
2214         once to each SFR. Perhaps SFRs should be handled in special cases...
2215         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
2216         pcode.h
2217         * src/pic16/main.c (_process_pragma): stack bound checking did not take
2218         into account for stack starting position,
2219         (struct OPTIONS pic16_optionsTable): added command line argument
2220         --extended or -y for Extended Instruction Support,
2221         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
2222         (deassignLRs): *** perhaps the most important change, old 'for' code
2223         (commented out for reference), didn't account for some registers which
2224         were left marked 'not free' after a pointer operation. The change
2225         reduces register usage a lot in some cases
2226
2227 2006-03-04 Borut Razem <borut.razem AT siol.net>
2228
2229         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
2230           _clean
2231         * support/regression/tests/bug-524697.c: decreased array size for
2232           mcs51 to fit into the internal RAM
2233         * support/regression/Makefile.in: a little bit more verbose
2234
2235 2006-03-03 Borut Razem <borut.razem AT siol.net>
2236
2237         * support/regression/fwk/lib/testfwk.c,
2238           support/regression/fwk/include/testfwk.h: introduced function
2239           _prints(), nonrecursive _printn(), call _initEmu() from main()
2240         * support/regression/ports/gbz80/support.asm,
2241           support/regression/ports/ucz80/support.asm,
2242           support/regression/ports/z80/support.asm,
2243           support/regression/ports/ds390/support.c,
2244           support/regression/ports/hc08/support.c,
2245           support/regression/ports/host/support.c,
2246           support/regression/ports/mcs51/support.c,
2247           support/regression/ports/xa51/support.c: added empty _initEmu()
2248           function
2249         * support/regression/ports/pic16/gpsim.cmd,
2250           support/regression/ports/pic16/spec.mk,
2251           support/regression/ports/pic16/support.c,
2252           support/regression/Makefile.in: added pic16 regression test
2253
2254 2006-03-01 Raphael Neider <rneider AT web.de>
2255
2256         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
2257           genConstPointerGet): use safe way of generating MOVFF to cover
2258             literals as well as registers, fixes bug #1440527
2259         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
2260             dereference
2261           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
2262             more correctly, fixes bug #1232186
2263           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
2264         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
2265             gplink guess the correct processor in more cases, applied patch
2266             from Till Riedel attached to and fixing bug #1436552
2267
2268 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2269
2270         * support/regression/tests/array.c: added, contains check for #1434401
2271         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
2272
2273 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
2274
2275         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
2276         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
2277         * device/include/mcs51/c8051f326.h,
2278         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
2279         * device/include/mcs51/c8051f000.h,
2280         * device/include/mcs51/c8051f018.h,
2281         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
2282           PCON_IDLE,PCON_STOP and added sfr16 definitions
2283
2284 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
2285
2286         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
2287           genGetWord): fixed bug 1409955
2288
2289 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
2290
2291         * device/include/hc08/mc68hc908gp32.h,
2292         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
2293
2294 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
2295
2296         * src/SDCCast.c (constExprValue): return NULL if not a value
2297         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
2298         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
2299         * support/regression/tests/bitfields.c: enabled signed bitfield for all
2300
2301 2006-02-13 Borut Razem <borut.razem AT siol.net>
2302
2303         * src/regression/ptrarg.c: added, fails due to bug #1430967
2304         * src/regression/Makefile: ptrarg.c added, ...
2305
2306 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
2307
2308         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
2309         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
2310
2311 2006-02-11 Borut Razem <borut.razem AT siol.net>
2312
2313         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
2314           print "Processor: xxx" message to stdout only if --verbose
2315
2316 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2317
2318         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
2319         * support/regression/tests/bug1426356.c: added
2320         * support/regression/tests/bitfields.c: removed 2 tests
2321
2322 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2323
2324         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
2325         * device/include/mcs51/c8051f330.h,
2326         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
2327           PCON_IDLE,PCON_STOP and added sfr16 definitions
2328         * device/lib/_divsint.c,
2329         * device/lib/_divuint.c,
2330         * device/lib/_divulong.c,
2331         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
2332           register bank bug for small stackauto
2333
2334 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2335
2336         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
2337
2338 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
2339
2340         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
2341         * all.dsp: corrected several bin paths
2342         * device/include/mcs51/c8051f120.h,
2343         * device/include/mcs51/c8051f300.h,
2344         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
2345           to PCON_IDLE,PCON_STOP
2346         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
2347         * device/lib/printf_large.c (output_float): fixed bug 1388703
2348         * support/regression/tests/bug1057979.c: added test for bug 1388703
2349
2350 2006-02-08 Raphael Neider <rneider AT web.de>
2351
2352         * src/pic/pcode.c (pciTRIS): fixed typo,
2353           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
2354           (LinkFlow): fixed handling of flows that end in a call,
2355           (ReuseReg): perform safety check earlier
2356         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
2357             to work with flows at the beginning of a pBlock,
2358             fixes #1426557 (Symbol not previously defined),
2359           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
2360             usage information
2361           (RemoveUnusedRegisters): update register usage info
2362         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
2363             created, reuse existing ones instead
2364         * src/pic/gen.c (genPcall): fixed #1424719
2365
2366 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
2367
2368         * link/z80/lkmain.c,
2369         * link/z80/lklex.c,
2370         * link/z80/lkdata.c,
2371         * link/z80/aslink.h: fixed build on current cygwin:
2372         replaced getline() by lk_getline()
2373
2374 2006-02-01 Borut Razem <borut.razem AT siol.net>
2375
2376         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
2377           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
2378           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
2379           src/regression/bool1.c, src/regression/bool2.c,
2380           src/regression/bool3.c, src/regression/call1.c,
2381           src/regression/compare.c, src/regression/compare10.c,
2382           src/regression/compare2.c, src/regression/compare3.c,
2383           src/regression/compare4.c, src/regression/compare5.c,
2384           src/regression/compare6.c, src/regression/compare7.c,
2385           src/regression/compare8.c, src/regression/compare9.c,
2386           src/regression/configword.c, src/regression/for.c,
2387           src/regression/inline.c, src/regression/mult1.c,
2388           src/regression/nestfor.c, src/regression/or1.c,
2389           src/regression/pointer1.c, src/regression/ptrfunc.c,
2390           src/regression/rotate1.c, src/regression/rotate2.c,
2391           src/regression/rotate3.c, src/regression/rotate4.c,
2392           src/regression/rotate5.c, src/regression/rotate6.c,
2393           src/regression/rotate7.c, src/regression/string1.c,
2394           src/regression/struct1.c, src/regression/sub.c,
2395           src/regression/sub2.c, src/regression/switch1.c,
2396           src/regression/while.c, src/regression/xor.c,
2397           src/regression/create_stc, src/regression/simulate,
2398           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
2399           regression tests
2400         * src/regression/gpsim_assert.h: added
2401
2402 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
2403
2404         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
2405         ((void (code *) (void)) 0) ();
2406         * as/hc08/aslex.c,
2407         * as/hc08/aslink.h,
2408         * as/hc08/asm.h,
2409         * as/hc08/asmain.c,
2410         * as/hc08/lkdata.c,
2411         * as/hc08/lklex.c,
2412         * as/hc08/lkmain.c,
2413         * as/mcs51/aslex.c,
2414         * as/mcs51/aslink.h,
2415         * as/mcs51/asm.h,
2416         * as/mcs51/asmain.c,
2417         * as/mcs51/lkdata.c,
2418         * as/mcs51/lklex.c,
2419         * as/mcs51/lkmain.c,
2420         * as/z80/aslex.c,
2421         * as/z80/asm.h,
2422         * as/z80/asmain.c: fixed build on current cygwin:
2423         replaced getline() by as_getline()
2424
2425 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
2426
2427         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
2428         declarator in the symbol chain
2429         * src/SDCCsymt.h,
2430         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
2431         parameter list for function pointers
2432         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
2433         * support/regression/tests/bug-716242.c: added
2434
2435 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
2436
2437         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
2438         offset if possible
2439         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
2440
2441 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
2442
2443         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
2444         inifinitely recurseable, added static
2445         * support/regression/tests/bug-1408066.c: added
2446
2447 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
2448
2449         * src/SDCCicode.h,
2450         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
2451         renamed, added possibility to create "postLoopLbl"-labels
2452         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
2453         newiTempLoopHeaderLabel
2454         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
2455         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
2456         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
2457         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
2458         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
2459         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
2460         (basicInduction): fixed bug #136564, made static,
2461         (loopInduction): changed parameter of basicInduction, made static,
2462         (addPostLoopBlock): added
2463         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
2464         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
2465         findLoopEndSeq
2466         * support/regression/tests/bug-136564.c: added
2467         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
2468         --std-sdcc99 to LIBSDCCFLAGS
2469
2470 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
2471
2472         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
2473         while loop
2474         * support/regression/tests/bug-1406131.c: added
2475
2476 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
2477
2478         * src/SDCCast.c (decorateType): fix promotion of unary minus
2479         * src/SDCCsymt.c (computeType): beautified
2480         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
2481         (valUnaryPM, valComplement): fix sign and promotion,
2482         (valNot): ANSI: result type is int (SDCC: unsigned char)
2483         * support/regression/tests/uminus.c: speedup by removing superflous
2484         test case 'int'
2485         * support/regression/tests/onebyte.c: added promotion and signedness
2486         tests for unary minus
2487         * support/regressions/tests/bug-477927.c: disable warning about
2488         uninitialized variables
2489         * support/regression/tests/not.c: added
2490
2491 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
2492
2493         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
2494         * src/mcs51/gen.c (gen51Code): show final register usage after
2495         fillGaps in asm with --i-code-in-asm
2496         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
2497         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
2498         incUsed, rliveClear, adjustIChain): made static,
2499         (setFromRange): excluded because it's unused,
2500         (findPrevUseSym, markWholeLoop): added,
2501         (findPrevUse): rewritten; fixes bug 895992; now a complete search
2502         through all branches of predecessors enables sdcc to emit the warning
2503         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
2504         (rlivePoint): made static, added parameter emitWarnings which is only
2505         true during the first run out of two,
2506         (findRecursiveSucc, findRecursivePred): removed,
2507         (computeLiveRanges): made static, added parameter emitWarnings,
2508         (dumpIcRlive): added for debugging only
2509         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
2510         removed prototype of setFromRange()
2511         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
2512         in call of computeLiveRanges()
2513         * support/regression/tests/bug-895992.c: added
2514         * support/regression/tests/bug-971834.c: added
2515         * support/valdiag/tests/bug-895992.c: added
2516         * support/valdiag/tests/bug-971834.c: added
2517
2518 2005-12-18 Raphael Neider <rneider AT web.de>
2519
2520         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
2521           (genUnpackBits): improved code for direct operands,
2522           (genPackBits): improved code for literal assignment to bitfields
2523             and for direct destination operands (no FSR indirection),
2524             prevented redundant AND, fixes #1362800,
2525           (AccLsh): added parameter to disable masking of the result
2526         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
2527           skip instructions with side-effects (like incfsz),
2528           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
2529         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
2530         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
2531           fixes #1375263
2532
2533 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
2534
2535         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
2536         volatile variables as spill location
2537
2538 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
2539
2540         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
2541         replacing literals
2542         * support/regression/tests/bug-1376320.c: added
2543
2544 2005-12-08 Raphael Neider <rneider AT web.de>
2545
2546         * src/pic/device.c: renamed is_shared to pic14_is_shared
2547         * src/pic/gen.c (genIfx): re-enabled handling of sbits
2548         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
2549           (is_valid_identifier): added for above workaround
2550
2551 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
2552
2553         * device/lib/Makefile.in: fixed to enable port-specific-objects
2554         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
2555           char, thanks Hubert Sack
2556         * doc/sdccman.lyx: documented --xstack-loc,
2557           elaborated a bit more on interrupts and pitfalls,
2558           removed "setjmp/longjmp unsupported",
2559           documented some unsupported C99 features
2560         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
2561         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
2562           if, thanks Hubert Sack
2563         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
2564         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
2565           make make_library
2566         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
2567           regression tests can report resource usage (rfe 700441)
2568         * support/regression/collate-results.py: report resource usage
2569         * support/regression/ports/ds390/spec.mk,
2570         * support/regression/ports/hc08/spec.mk,
2571         * support/regression/ports/mcs51/spec.mk,
2572         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
2573         * support/regression/ports/ds390/uCsim.cmd,
2574         * support/regression/ports/hc08/uCsim.cmd,
2575         * support/regression/ports/mcs51/uCsim.cmd,
2576         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
2577         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
2578           library, use the default one
2579         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
2580           building the library
2581
2582 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
2583
2584         * config.dsp: added dependency on .version and configure_vc.awk
2585         * device/include/setjmp.h: updated for --stack-auto and --xstack
2586         * device/include/mcs51/at89c51snd1c.h: corrected line endings
2587         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
2588         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
2589         * device/lib/libsdcc.lib: added _setjmp
2590         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
2591           (decorateType): fixed bug 1372851,
2592           (optimizeGetHbit): fixed warning
2593         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
2594           array initialisation
2595         * support/regression/tests/bug1057979.c: added test for bug 1358192
2596         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
2597
2598 2005-12-03 Borut Razem <borut.razem AT siol.net>
2599
2600         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
2601           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
2602
2603 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2604
2605         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
2606         createIval): implement symbol independant "flexible array member",
2607         (createIvalCharPtr): implemented flexible array initialisation with a
2608         string
2609         * src/SDCCsymt.c (copyStruct): removed,
2610         (getSize): fixed misleading comment,
2611         (getAllocSize): removed, the additional allocation size is now in
2612         sym->flexArrayLength,
2613         (checkStructFlexArray): new, syntax checks for flexible array members,
2614         (compStructSize): added syntax checks for "flexible array members"
2615         (copyStruct): removed,
2616         (copyLinkChain): removed inefficient fix for bug 770487
2617         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
2618         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
2619         symbol->flexArrayLength
2620         * src/SDCCerr.c,
2621         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
2622         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
2623         * support/regression/tests/structflexarray.c: added
2624         * support/valdiag/tests/structflexiblearray.c: added
2625
2626 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2627
2628         * src/SDCCast.c (decorateType): fixed bug 1368489
2629         * support/Util/SDCCerr.c,
2630         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
2631
2632 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2633
2634         * device/include/mcs51/at89c51snd1c.h: added file submitted by
2635           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
2636
2637 2005-11-27 Borut Razem <borut.razem AT siol.net>
2638
2639         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
2640           support/cpp2/mkdeps.h: added command line option
2641           -obj-ext=<extension> to SDCPP to define object file externion, used
2642           for generation of make dependencies (-M)
2643         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
2644
2645 2005-11-26 Borut Razem <borut.razem AT siol.net>
2646
2647         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
2648           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
2649           added pic and pic16 libraries
2650
2651 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2652
2653         * device/include/float.h: Corrected typo in prototype of __fsgt
2654
2655 2005-11-25 Borut Razem <borut.razem AT siol.net>
2656
2657         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
2658           added creation of model-mcs51-stack-auto libraries
2659
2660 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
2661
2662         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
2663         and fields-list too
2664         * src/SDCCast.c (createIvalArray): removed obsolete comment
2665
2666 2005-11-24 Borut Razem <borut.razem AT siol.net>
2667
2668         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
2669           added missing device/lib/mcs51/crt*.asm sources
2670
2671 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
2672
2673         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
2674
2675 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
2676
2677         * device/lib/_fs2schar.c,
2678         * device/lib/_fs2sint.c,
2679         * device/lib/_fs2slong.c: optimized inline asm
2680
2681 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2682
2683         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2684           Better handling of floats between -1.0 and 0.0.
2685
2686 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2687
2688         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
2689           (the missing "if"s prohibited removal of redundant labels)
2690
2691 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2692
2693         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2694           Properly convert floats between -1.0 and 0.0 to long, int, and char
2695           types (max integer value of negative floats tends to zero).
2696         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2697           Removed changes made so to work properly with floats between
2698           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
2699           and _fs2char.c
2700
2701 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2702
2703         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
2704         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
2705         (genCast) cosmetic change
2706         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
2707         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
2708         from mcs51
2709         * support/regression/tests/bitfields (testSignedBitfields): added
2710
2711 2005-11-18 Borut Razem <borut.razem AT siol.net>
2712
2713         * sdcc/device/lib/Makefile.in: remove all unnecessary files
2714         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
2715           introduced SILENT option to make building of pic16 libraries less
2716
2717 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2718
2719         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2720           Now they work properly with floats between -1.0 and 0.0
2721         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
2722
2723 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2724
2725         * src/SDCCicode.c (printOperand): added missing else
2726
2727 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2728
2729         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
2730         reformatted for better readability
2731         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
2732         signed bitfields
2733
2734 2005-11-17 Borut Razem <borut.razem AT siol.net>
2735
2736         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
2737           introduced SILENT option to make building of pic16 libraries less
2738           verbose - used for nightly snapshot build
2739         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
2740           available on Win32 platforms.
2741         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
2742           medium, large, pic and pic16
2743
2744 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2745
2746         * device/lib/printf_large.c: Temporary patch for bug 1358192:
2747           printf("%f"...) sets fraction to zero.
2748
2749 2005-11-16 Raphael Neider <rneider AT web.de>
2750
2751         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
2752           fixes #1357221
2753         * src/pic/gen.c (genIfx): implemented for CARRY bit
2754         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
2755           to generic pointers, fixes #1357332,
2756           (pic16_movLit2f): NEW,
2757           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
2758
2759 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2760
2761         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
2762
2763 2005-11-11 Raphael Neider <rneider AT web.de>
2764
2765         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
2766         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
2767           compute pointer's type from operand,
2768           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
2769           improved single bit reads, fixes bug #1353379
2770
2771 2005-11-09 Borut Razem <borut.razem AT siol.net>
2772
2773         * support/scripts/sdcc.nsi: added lib/pic to the package
2774
2775 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
2776
2777         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
2778
2779 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2780
2781         * support/regression/tests/bug1348008.c: added
2782         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
2783         * support/regression/tests/bug1337835.c: updated comment
2784
2785 2005-11-06 Borut Razem <borut.razem AT siol.net>
2786
2787         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2788           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2789           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2790           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2791           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
2792           dynamic construction of cl_error_class and derivates - 2.nd try
2793
2794 2005-11-05 Borut Razem <borut.razem AT siol.net>
2795
2796         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
2797           bug, which caused Bus Errors on sparc solaris
2798
2799 2005-11-04 Borut Razem <borut.razem AT siol.net>
2800
2801         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2802           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2803           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2804           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2805           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
2806           and derivates to resolve the initialization problem on OSX
2807
2808 2005-11-02 Borut Razem <borut.razem AT siol.net>
2809
2810         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2811           corrected typo - #include <winsock2.h>
2812
2813 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
2814
2815         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
2816           (_asxxxx_mapping): added org directive for future enhancements
2817
2818 2005-11-01 Borut Razem <borut.razem AT siol.net>
2819
2820         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2821           enabled sockets on WIN32
2822         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
2823
2824 2005-10-31 Borut Razem <borut.razem AT siol.net>
2825
2826         * support/regression/generate-cases.py: escape backslashes in {testcase}:
2827           WIN32 backslash path delimiters should be escaped when used in C strings
2828         * support/regression/tests/bitfields.c: exclude failing assertions for
2829           __CYGWIN32__ and __MINGW32__ hosts
2830
2831 2005-10-30 Borut Razem <borut.razem AT siol.net>
2832
2833         * src/SDCCutil.c: corrected double comparison typo
2834
2835 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
2836
2837         * device/lib/medium/Makefile: added for new memory model medium
2838         * device/include/asm/mcs51/features.h: updated for medium/pdata
2839         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
2840           added Multiply & Accumulate sbit's and MAC0_PAGE define
2841         * device/include/mcs51/c8051f300.h: added sfr16 definitions
2842         * device/include/mcs51/c8051f310.h: added sfr16 definitions
2843         * device/lib/_mullong.c: update for medium model
2844         * device/lib/incl.mk: added medium model
2845         * doc/sdccman.lyx: documented medium model
2846         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
2847         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
2848         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
2849         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
2850           (allocParms): set SCLS and OCLS to pdata for medium model
2851         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
2852           for pdata,
2853           (powof2): return <0 if not power of 2
2854         * src/avr/gen.c (genBitWise): use updated powof2
2855         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
2856           (shiftR2Left2Result): small optimization in setup, save acc when storing,
2857           (shiftLLeftOrResult): use B if necessary
2858         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
2859         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
2860         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
2861         * support/regression/Makefile.in: added test-mcs51-medium
2862         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
2863
2864 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
2865
2866         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
2867         specifier unsigned
2868         * device/lib/time.c (mktime): fixed bug 1334315
2869
2870 2005-10-28 Raphael Neider <rneider AT web.de>
2871
2872         * device/include/pic/p16f_common.inc: added common declarations
2873         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
2874
2875 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2876
2877         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
2878           (aopPutUsesAcc): added to predict accumulator use,
2879           (assignResultValue): save acc if necessary,
2880           (genMinusDec): store result if indirectly addressed,
2881           (genDivOneByte):  save acc if necessary,
2882           (movLeft2Result): bugfix if left already in acc,
2883           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
2884             attention to accumulator use (esp. pdata),
2885           (genReceive): receive pdata correctly
2886         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
2887         * src/SDCCicode.h: added isOperandInPagedSpace prototype
2888
2889 2005-10-27 Raphael Neider <rneider AT web.de>
2890
2891         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
2892
2893 2005-10-27 Raphael Neider <rneider AT web.de>
2894
2895         * .version: changed version to 2.5.4
2896         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
2897         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
2898           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
2899             arithmetics support routines
2900         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
2901         * device/lib/Makefile.in: also create installdir for pic
2902
2903         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
2904           pic14 port as well
2905         * src/pic/device.c (dump_sfr): rewritten to delegate register
2906           placement to the linker (use `extern sym' rather than sym EQU addr),
2907           (validAddress): fixed to check last specified address
2908         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
2909           (popGetLit): truncate literal value to 8 bit,
2910           (popGet): moved assert to more appropriate place
2911           (popGetExternal): create pCode operand from and mark the according
2912             symbol as being `extern'
2913           (popGetAddr): added sanity check on immediate's offset, provide
2914             GPOINTER tag on demand
2915           (aopPut): fixed for immediates,
2916           (mov2w_op): move operand's address or contents to WREG (depending on
2917             operand type), safer variant of mov2w,
2918           (movwf,call_libraryfunc): NEW, handy abbreviations,
2919           (get_argument_pcop,get_return_val_pcop,pass_argument,
2920           get_returnvalue): interface for accessing function parameters and
2921             return values,
2922           (assignResultValuei,genRet): use new parameter/return value interface
2923           (pic14_getDataSize): back to old version handling generic pointers,
2924           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
2925             provided implementation and/or fixed old one,
2926           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
2927             calls, removed legacy 8051 reference code
2928           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
2929           (loadSignToC): NEW, move the operands sign bit to CARRY,
2930           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
2931             genRightShiftSigned, accepts negative shift counts,
2932           (setup_fsr): load FSR and adjust IRP (indirect memory access),
2933           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
2934             generic pointers, __data pointers and __code pointers,
2935           (genUnpackBits,genPackBits): rewritten to work with generic pointers
2936             and signed bitfields, limit bitfields to 8 bit,
2937           (genDataPointerGet): fixed number of bytes read,
2938           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
2939           (genPointerGet,genPointerSet): fixed handling of __code pointers,
2940             pointers to constant data are no longer assumed to point to __code
2941             space, removed invalid pointer types,
2942           (bitpatternFromVal): retrieve the PICs representation of an integer
2943             or float literal,
2944           (genDataPointerSet): fixed assigning to po_immediate operands,
2945           (genGenPointerSet): implemented as library call,
2946           (genIfx): fixed incorrect condition,
2947           (genAddrOf): limit generic pointers' addresses to 2 bytes,
2948             provide GPOINTER tag according to destination's storage class,
2949           (genCast): added code to handle casting to generic pointers, added
2950             sign-/zero extension of the result
2951           (aop_isLitLike,op_isLitLike): fixed handling of immediates
2952         * src/pic/gen.h: added macros to access IRP bit in STATUS register
2953         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
2954           extend the result
2955         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
2956           address/register resides in the shared banks
2957           (emitSymbolToFile): improved to handle global and `pinned' symbols,
2958             put all variables into separate sections (have the linker arrange
2959             them)
2960           (picglue): put init code and interrupt handlers in separate sections
2961         * src/pic/main.c: added port specific options table, modified to PORT
2962           structure to make GPOINTERs 3 byte, added pic14_options
2963           (_pic14_do_link): private linking routine (update paths to libraries,
2964             add libsdcc.lib by default)
2965         * src/pic/main.h: declare pic14_options
2966         * src/pic/pcode.c: fixed instructions i/o relations,
2967           (RegCond): reverted to correct version,
2968           (newpCodeOpLit): truncate literals to 8 bit,
2969           (genericPrint): added debug output,
2970           (getRegFromInstruction): fixed for various operand types, simplified
2971           (BuildFlow): fixed broken handling of isntructions with labels
2972           (LinkFlow): start at last instruction in flow (skip trailing comments),
2973             pass the flow on to the next instruction after CALL
2974           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2975           (insertPCodeInstruction): fixed inserting after a skip instruction,
2976           (DoBankSelect): fixed for labeled instructions
2977           (OptimizepBlock): honor --nopeep switch
2978           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2979         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2980         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2981           (pCodeOptime2pCodes): allow disabling this optimization via
2982             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2983             but is still buggy), started implementation of a dataflow based
2984             pCode optimization (CSE + dead code elimination)
2985           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2986         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2987           names are independant of the stack location and therefore portable across
2988           devices
2989
2990 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2991
2992         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2993           (selectSpil): fixed bug 1337835 by not spilling bit variables
2994         * support/regression/tests/bug1337835.c: added test for this bug
2995         * src/mcs51/peeph.def: restart after rule 3.c,
2996           addded rules 263.x to optimize loading constants
2997
2998 2005-10-26 Raphael Neider <rneider AT web.de>
2999
3000         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
3001         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
3002           (genAssign): emit warning when casting literals to generic pointer
3003             type, also applies when taking the address of a fixed variable,
3004           (genCast): improved casting to generic pointers
3005         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
3006           extern variables, added verbose error message
3007         * device/include/pic16/{string.h,errno.h}: added #pragma library c
3008
3009 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
3010
3011         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
3012         carry must be complemented too
3013         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
3014         could be emitted by genMinus
3015         * src/SDCCval.c (constVal): fixed bug 1305065
3016
3017 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
3018
3019         * src/SDCCast.c (addCast): added promotion for bit variables
3020         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
3021         promotion casts + optimisation
3022         (optimizeGetWord): fix warning 'i' might be used uninitialized
3023         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
3024         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
3025
3026 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
3027
3028         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
3029         all chars are promoted to int; promotion should be handled in SDCCast.c
3030
3031 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3032
3033         * device/lib/_strcmp.c: Fixed bug 1326457
3034
3035 2005-10-11 Raphael Neider <rneider AT web.de>
3036
3037         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
3038         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
3039
3040 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3041
3042         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
3043         * support/regression/tests/sfr16.c: added test for the sfr32 bug
3044
3045 2005-10-04 Raphael Neider <rneider AT web.de>
3046
3047         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
3048           device/lib/pic16/pics.all: added pic18f1320
3049         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
3050
3051 2005-09-30 Raphael Neider <rneider AT web.de>
3052
3053         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
3054         * src/pic16/devices.inc: NEW, provides device descriptions
3055         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
3056
3057 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
3058
3059         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
3060           GETHBIT
3061
3062 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
3063
3064         * doc/sdccman.lyx: updated Highest Order Bit documentation,
3065           documented Any Order Bit, Higher Order Byte and Higher Order Word
3066         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
3067         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
3068           (optimizeGetAbit): new, to get any bit, not only the high bit,
3069           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
3070           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
3071           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
3072           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
3073             RIGHT_OP: also try GETBYTE, GETWORD optimization,
3074             GETABIT, GETBYTE, GETWORD: decorate them,
3075           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
3076           (ast_print): added GETABIT, GETBYTE, GETWORD
3077         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
3078         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
3079           (geniCodeBinary): new generic binary icode,
3080           (ast2iCode): added GETABIT, GETBYTE, GETWORD
3081         * src/port.h: updated comment for PORT.hasExtBitOp
3082         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
3083           (genGetByte): new, to get a single byte,
3084           (genGetWord): new, to get a word from a long,
3085           (gen51Code): added GETABIT, GETBYTE, GETWORD
3086         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
3087
3088 2005-09-23 Raphael Neider <rneider AT web.de>
3089
3090         * configure.in, configure: have device/lib/pic configured
3091         * device/lib/Makefile.in: added model-pic14
3092         * device/lib/clean.mk: added pic/ to clean rule
3093         * device/lib/pic: added rudimentary pic14 library providing support
3094           functions for multiplication/division/generic pointer access
3095         * src/SDCCopt.c (convilong): mark support functions as extern
3096           for pic14 port as well
3097         * src/pic/gen.c (genMult): added assertions,
3098           (genpic14Code): emit warning on unhandled iCodes
3099         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
3100         * src/pic/pcode.c (pCodeOpCopy),
3101         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
3102           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
3103           SFR_REGISTER}), made safe for future extensions
3104         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
3105           instructions even if preceeded by SKIP instructions (also remove
3106           them); removed unused code
3107         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
3108           prevents leaving parts of the structure uninitialized after copying
3109
3110 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
3111
3112         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
3113           ago by me
3114         * support/regression/tests/addsub.c: added test for the bug
3115
3116 2005-09-21 Raphael Neider <rneider AT web.de>
3117
3118         * device/include/pic16/pic18f1220.h,
3119           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
3120         * device/lib/pic16/Makefile.rules: added missing opening paren
3121         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
3122           are provided in genutils.c,
3123           (genUminusFloat,genUminus,genCmpEq): added asserts on different
3124           operand/result sizes,
3125           (genCmp): assert on NULL pointers first, then check deref'ed values
3126         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
3127           result size
3128
3129 2005-09-18 Raphael Neider <rneider AT web.de>
3130
3131         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
3132           as these are now unused,
3133           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
3134         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
3135           local, avoids uninitialized pointer dereference on r->name
3136         * src/pic16/ralloc.c (newReg): fixed indentation
3137
3138 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
3139
3140         * src/SDCCval.c (constVal): fixed bug 730366
3141         * support/Util/SDCCerr.c,
3142         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
3143
3144 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
3145
3146         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
3147
3148 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
3149
3150         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
3151
3152 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3153
3154         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
3155           (hex2dec): made hex_digit unsigned char, removed ascii dependance
3156         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
3157           (hex2dec): made hex_digit unsigned char, removed ascii dependance
3158         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
3159         * packihx/packihx.c (hexDigit): made c unsigned char
3160         * as/mcs51/lklibr.c (fndsym),
3161         * link/z80/lkgb.c (gb),
3162         * link/z80/lklibr.c (fndsym),
3163         * link/z80/lkrloc.c (relr),
3164         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
3165         * src/SDCC.lex (checkCurrFile, process_pragma),
3166         * src/SDCCglue.c (spacesToUnderscores),
3167         * src/SDCCmain.c (setParseWithComma, processFile),
3168         * src/asm.c (tvsprintf, printCLine),
3169         * src/avr/gen.c (emitcode, aopPut),
3170         * src/ds390/gen.c (emitcode),
3171         * src/hc08/gen.c (emitcode, emitinline),
3172         * src/mcs51/gen.c (emitcode, genInline),
3173         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
3174           tokenizeLineNode),
3175         * src/pic/ralloc.c (debugLog),
3176         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
3177           tokenizeLineNode),
3178         * src/pic16/ralloc.c (debugLog),
3179         * src/z80/main.c (_process_pragma):
3180            made all ctype.h function calls safe
3181         * src/SDCCopt.c: include math.h for fabs
3182         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
3183           and used them throughout the code to make ctype.h function calls safe
3184         * src/ds390/main.c (asmLineNodeFromLineNode),
3185         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
3186         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
3187            unsigned char*
3188         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
3189           (newpCodeAsmDir): made ctype.h function calls safe
3190         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
3191           pic16_emitcode):  made lbp unsigned char*
3192         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
3193           (pic16_newpCodeAsmDir): made ctype.h function calls safe
3194         * src/xa51/gen.c (emitcode),
3195         * src/z80/gen.c (_emit2): made lbp unsigned char*
3196         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
3197            char*
3198
3199 2005-09-05 Raphael Neider <rneider AT web.de>
3200
3201         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
3202           access bank splitpoint
3203
3204 2005-09-05 Raphael Neider <rneider AT web.de>
3205
3206         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
3207
3208 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
3209
3210         * .version: changed to version 2.5.3
3211         * doc/sdccman.lyx: changed version to 2.5.3,
3212           documented --codeseg and --constseg and pragma codeseg and constseg,
3213           documented bit parameters (reentrant) and bit returning
3214         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
3215            currFunc->recvSize, but is this ok for all ports?
3216           (ast2iCode): result of ~ on unsigned char must be cast to int for
3217            bool to work
3218         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
3219           function pointers in bit space
3220         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
3221           (processFuncArgs): call port.reg_parm() with reentrancy info
3222         * src/port.h,
3223         * src/avr/main.c,
3224         * src/ds390/main.c,
3225         * src/hc08/main.c,
3226         * src/pic/main.c,
3227         * src/pic16/main.c,
3228         * src/xa51/main.c,
3229         * src/z80/main.c: port.reg_parm prototype extended with
3230           "bool reentrant" parameter
3231         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
3232           options.stackAuto for allocating bit register parameters
3233         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
3234           (genSend): set BitBankUsed if it is,
3235           (selectRegBank): factored out of genCall for use in genPcall,
3236           (genCall): removed redundant dtype assignmen, use selectRegBank,
3237           (genPcall): handle returning in Carry properly, save in F0 if needed,
3238           (genReceive): handle bit register parameters
3239         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
3240           (mcs51_assignRegisters): enable bit registers for all reentrant
3241            functions and don't set BitBankUsed unconditionally
3242         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
3243         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
3244         * support/regression/tests/funptrs.c: added tests for BOOL and for return
3245
3246 2005-08-27 Borut Razem <borut.razem AT siol.net>
3247
3248         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
3249         ppc-osx (Darwin) does not support -u option. It seems that it is
3250         supported only on Linux - GNU cp
3251
3252 2005-08-25 Borut Razem <borut.razem AT siol.net>
3253
3254         * sim/ucsim/gui.src/serio.src/Makefile.in,
3255           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
3256           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
3257           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
3258           install and strip, since the strip at /usr/ccs/bin should be used
3259           on solaris
3260
3261 2005-08-24 Borut Razem <borut.razem AT siol.net>
3262
3263         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
3264
3265 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
3266
3267         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
3268         ffffffffu
3269
3270 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
3271
3272         * as/mcs51/aslink.h: completed lkrloc.c prototypes
3273         * as/mcs51/lkmain.c (link_main): fixed warning
3274         * device/include/stdbool.h: ds390 has no advanced bit support yet
3275         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
3276         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
3277         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
3278           and updated their macros
3279         * src/SDCCval.c (constVal): updated comment for renamed b_long
3280
3281 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
3282
3283         * as/mcs51/asdata.c: changed ctype['['] to BINOP
3284         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
3285           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
3286           (oprio): set priority for '['
3287         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
3288            and adb_24_bit
3289         * as/mcs51/asm.h: added defines R_BIT and S_BIT
3290         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
3291         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
3292         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
3293           added overlayable BIT_BANK area
3294         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
3295           (summary2): explain 'T' in legenda
3296         * as/mcs51/lkrloc.c: replaced old K&R style,
3297           (relr): added R_BIT processing,
3298           (errmsg): added "Bit-addressable relocation error",
3299           (adb_bit): added for converting from byte- to bit-addressable space,
3300           (adb_24_bit): added for converting from byte- to bit-addressable space
3301         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
3302            used in reentrant functions now even as return value
3303         * device/lib/_gptrput.c (_gptrput): removed obsolete code
3304         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
3305           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
3306         * src/SDCCglobl.h: added indicator BitBankUsed
3307         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
3308            the bit registers b0-b7
3309         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
3310           (geniCodeCast): fixed bug 1263853,
3311           (geniCodeLogicAndOr): put result in bool or char,
3312           (geniCodeReceive): added parameter func for accessing the return type,
3313           (geniCodeFunctionBody): pass func to geniCodeReceive
3314         * src/SDCCmain.c: added indicator BitBankUsed
3315         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
3316         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
3317           (checkSClass): don't put automatic bool/bit on stack,
3318           (checkFunction): removed check on function cannot return bit
3319         * src/SDCCsymt.h: added newBoolLink prototype
3320         * src/mcs51/gen.c (rb1regs): added bit registers,
3321           (movc): created for assigning to carry,
3322           (pushReg, popReg): created for pushing registers,
3323           (sameRegs): check both AOP_REG and AOP_CRY types,
3324           (aopOp): handle bit registers,
3325           (aopPut): optimization no self-assign,
3326           (saveRegisters): push reg->base (bits) only once for bit registers,
3327            and use pushReg,
3328           (unsaveRegisters): pop reg->base only once and use popReg,
3329           (assignResultValue): added parameter func and return in carry for bits,
3330           (genIpush): optimization no reload in A if not changed,
3331           (genSend): bit parameters in reentrant functions are passed in bit
3332            registers by first assigning to bits in B, then save registers and
3333            copy B to bits,
3334           (genCall): handle returning in Carry properly, save it in F0 if needed,
3335           (genPcall): updated assignResultValue call, this is not safe yet for bit
3336            returning function !!!
3337           (genFunction): don't generate equ's for bit registers and use pushReg,
3338           (genEndFunction): take care of bit returning functions and use popReg,
3339           (genRet): return bit in Carry,
3340           (genIfx): optimize bit registers and other directly addressable bits,
3341           (genReceive): updated assignResultValue call
3342         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
3343           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
3344            registers when using stack-auto
3345         * src/mcs51/ralloc.c (_G): added allBitregs,
3346           (regs8051): added the bit registers,
3347           (createStackSpil): use macro IS_BIT,
3348           (getRegBit): added to allocate a bit register, else spill,
3349           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
3350           (updateRegUsage): factored out to ease stepping while debugging,
3351           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
3352            also allocate bit registers,
3353           (fillGaps): handle bit registers,
3354           (findAllBitregs): added to create bit vector with all bit registers,
3355           (mcs51_allBitregs): returns this bit vector,
3356           (mcs51_assignRegisters): when using stack-auto use bit registers for
3357            passing parameters and creating local variables
3358         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
3359
3360 2005-08-22 Borut Razem <borut.razem AT siol.net>
3361
3362         * device/lib/Makefile.in: replaced find option -or with -o
3363           to make it run on solaris
3364
3365 2005-08-22 Raphael Neider <rneider AT web.de>
3366
3367         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
3368           fixes #1265442 (crash on Solaris)
3369
3370 2005-08-20 Borut Razem <borut.razem AT siol.net>
3371
3372         * configure, configure.in: added tests for libsocket and libnsl libraries,
3373           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
3374           from support/regression/Makefile.in
3375         * support/regression/Makefile.in: added
3376         * device/lib/pic16/Makefile.common.in: force make to use bash shell
3377         * sim/ucsim/libtool: regenerated on sparc-solaris
3378         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
3379           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
3380           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
3381           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
3382           sparc-solaris, which doesn't use GNU ld linker
3383         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
3384         * as/Makefile: find on sparc-solaris does not support -maxdepth option
3385
3386 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
3387
3388         * src/mcs51/peeph.def: updated comments
3389
3390 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3391
3392         * device/lib/_gptrget.c,
3393         * device/lib/_gptrput.c: slightly shorter
3394         * doc/sdccman.lyx: incremented version
3395         * src/mcs51/peeph.def: moved peephole comments to the line of first
3396           change to better keep line correlation, reanimated 186.e
3397         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
3398
3399 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3400
3401         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
3402           David Saxton with quotes around file name.
3403
3404 2005-08-15 Borut Razem <borut.razem AT siol.net>
3405
3406         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
3407           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
3408           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
3409           make tests run on x86_64 platform
3410
3411 2005-08-13 Raphael Neider <rneider AT web.de>
3412
3413         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
3414           as it might be executed DURING a build (parallel make is wonderful)
3415
3416 2005-08-13 Raphael Neider <rneider AT web.de>
3417
3418         * device/lib/Makefile.in (port-specific-objects-pic16):
3419           revert to cp $(PORT)/bin/*.* $(PORTDIR)
3420         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
3421           dependency
3422         * device/lib/pic16/Makefile.rules: build subdirs before creating
3423           the library, removed builddir rule, create $(builddir) early in
3424           recurse rule, use empty recurse rule for leaf directories
3425         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
3426           mkdir errors (race condition), removed duplicate suffix "hex"
3427           from clean rules
3428         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
3429         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
3430           prevents mkdir -p from aborting on Alpha
3431
3432 2005-08-12 Raphael Neider <rneider AT web.de>
3433
3434         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
3435           db-statements in order to allow for arrays of pointers in code
3436           sections to be placed without interspersed 0-padding, fixes
3437           bug #1256215
3438         * (emitStatistics): fixed division by zero for pic18f1220
3439         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
3440           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
3441         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
3442         * (pic16_pCodeConstString): keep track of already emitted string
3443           literals to prevent "duplicate definitions of symbol _str_NR"
3444         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
3445           debug message
3446         * device/lib/Makefile.in: ignore failing PIC16 library builds
3447         * device/lib/pic16/Makefile: do not build if gputils are missing
3448         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
3449
3450 2005-08-10 Raphael Neider <rneider AT web.de>
3451
3452         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
3453           my last commit)
3454
3455 2005-08-10 Raphael Neider <rneider AT web.de>
3456
3457         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
3458           Rokas' patch to add the new fixed point type "__fixed16x16"
3459         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
3460           functions for __fixed16x16 arithmetics
3461         * device/lib/pic16: reimplemented the build system to support
3462           a separate build directory, better handling of libio (create
3463           the library in a separate subdir for each architecture) and
3464           easier configuration (centralized in Makefile.common)
3465
3466 2005-08-07 Raphael Neider <rneider AT web.de>
3467
3468         * src/pic16/gen.c (genrshTwo): fixed sign extension
3469         * src/pic16/device.c: added pic18f2320, 4220 and 4320
3470         * device/include/pic16/pic18f2220.h: changed some bit definitions,
3471           added T0CONbits
3472         * device/include/pic16/pic18f4220.h: NEW, header for
3473           pic18f4220 and pic18f4320
3474         * device/include/pic16/pic18fregs.h: added new devices,
3475           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
3476         * device/include/pic16/signal.h: resolved name clashes
3477           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
3478           to also allow testing for interrupt enable bits, added
3479           comments on how to use the macros
3480         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
3481         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
3482           register definitions for the devices
3483         * device/lib/pic16/pics.all: added new devices
3484         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
3485           allocated memory
3486         * device/lib/pic16/libc/stdlib/memfree: do not count
3487           the block header as free memory
3488         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
3489           simplified and added missing end-of-blocklist-marker
3490           (reported by Peter Onion, fixes #1252814)
3491         * (_mergeHeapBlock): fixed loop condition
3492         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
3493           len==0, restructured code
3494         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
3495           up a bit, reduced bitfield accesses, prevent endless loops
3496           in case of heap corruption
3497         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
3498           "unreferenced arguments/must return a value" warnings
3499         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
3500           replaced BAUDREG with SPBRG
3501         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
3502           device/lib/pic16/debug/gstack/gstack.c: replaced
3503           _naked, _asm, _endasm with __naked, __asm, __endasm
3504
3505 2005-08-05 Raphael Neider <rneider AT web.de>
3506
3507         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
3508           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
3509
3510 2005-08-05 Borut Razem <borut.razem AT siol.net>
3511
3512         * device/lib/Makefile.in: added missing ';'
3513         * configure: removed ^M characters
3514
3515 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3516
3517         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
3518           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
3519           License
3520
3521 2005-08-04 Borut Razem <borut.razem AT siol.net>
3522
3523         * configure.in: pic16 libraries build 2nd try - enable running
3524           configure in device/lib/pic16
3525         * configure: regenerated from configure.in
3526         * device/lib/Makefile.in: create $(PORT)/bin directory
3527
3528 2005-08-03 Raphael Neider <rneider AT web.de>
3529
3530         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
3531           to get/set values via pointers
3532         * (genUnpackBits,genPackBits): changed detection of
3533           ptr->bitfield vs. sym.bitfield, fixed access via generic
3534           pointers, removed dead (wrong) code for multibyte bitfields
3535         * (genNearPointerGet, genGenPointerGet): removed useless code,
3536           fixed bitfield detection, fixes #1250594
3537         * (genNearPointerSet): removed useless code
3538         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
3539           and introduced macro pic16_emitpcode that conditionally emits
3540           the origin of the following pCode (useful for debugging SDCC)
3541         * src/pic16/pcode.c: changed (and disabled) some debug outputs
3542         * (createDefmap): fixed handling of LFSR for --optimize-df
3543
3544 2005-08-02 Borut Razem <borut.razem AT siol.net>
3545
3546         * device/lib/Makefile.in: pic16 libraries build enabled since
3547           gputils-0.13.2 are now localy installed at sourceforge's compile farm
3548
3549 2005-08-02 Raphael Neider <rneider AT web.de>
3550
3551         * src/pic16/gen.c (genPackBits): removed deprecated warning
3552         * (genGenPointerSet): fixed bitfield detection
3553
3554 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3555
3556         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
3557
3558 2005-07-31 Raphael Neider <rneider AT web.de>
3559
3560         * device/lib/pic16/libdev/pic18f458.c,
3561           device/include/pic16/pic18f458.h: added missing T0CONbits
3562
3563 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3564
3565         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
3566
3567 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
3568
3569         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
3570
3571 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3572
3573         * device/include/mcs51/at89c51ed2.h: added.
3574
3575 2005-07-23 Raphael Neider <rneider AT web.de>
3576
3577         * src/pic/gen.h: added emitpcode macro for debugging
3578         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
3579           and replace by macro adding debug information on demand
3580         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
3581         * (gencjne): tried to fix; replaced with correct (slower) code
3582         * (gen{Unp,P}ackBits): fixed single bit access
3583         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
3584         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
3585           previous instruction
3586         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
3587           register has to be handled with care (forbidding movement
3588           of assignments/uses, removing assignments completely, ...)
3589         * (pCodeOptime2pCodes): make use of regIsSpecial
3590         * added lots of debugging output (commented out)
3591         * src/pic/rallloc.c (deassignLRs): prevent operand registers
3592           from being reused as result UNLESS it is known to work
3593
3594 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
3595
3596         * support/Util/dbuf.h: include <stddef.h> for size_t
3597         * .version: changed to version 2.5.2
3598
3599 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3600
3601         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
3602
3603 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3604
3605         * src/hc08/gen.c (genMinus): fixed bug #1241835,
3606           (genModOneByte): removed needless psha/pula
3607
3608 2005-07-22 Raphael Neider <rneider AT web.de>
3609
3610         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
3611           have PIC14 handled like PIC16, fixes broken pic14 linker calls
3612         * src/pic/gen.c (resolveIfx): do not "invent" labels
3613         * (genSkipc): changed to positive logic
3614         * (genSkipCond): removed as no longer needed
3615         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
3616           backport from PIC16
3617         * (genLeftShift): check operands are in different registers
3618         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
3619           INCF does not update CARRY...
3620         * src/pic/main.c: fixed _linkCmd
3621         * src/pic/pcode.c (unlinkpCode): added inactive code
3622         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
3623           alive (do not assign result and operand overlapping registers)
3624
3625 2005-07-22 Raphael Neider <rneider AT web.de>
3626
3627         * src/pic/device.c (dump_sfr): replaced register declaration with
3628           call to emitSymbolToFile() to avoid duplicate symbols
3629         * (assignRelocatableRegisters): do not declare external symbols
3630         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
3631           right (take size of type, not etype)
3632         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
3633         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
3634         * (packRegsForAccUse): disabled assignment of WREG as
3635           the result reg to prevent occurence of just fixed #1235003,
3636           fixes #1242954
3637         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
3638           symbols (avoids duplicate symbols in .asm file)
3639         * (pic14emitRegularMap): use emitSymbolToFile()
3640         * src/pic/gen.c (aopOp): fixed spillLocation handling
3641         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
3642         * (genDataPointerSet): removed unneccessary variables/output
3643
3644 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
3645
3646         * as/mcs51/lkarea.c: enlarged codemap for banked memory
3647         * device/lib/mcs51/crtbank.asm: added # to 0x0F
3648
3649 2005-07-21 Raphael Neider <rneider AT web.de>
3650
3651         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
3652           architecture cannot handle them efficiently, fixes bug #1235003
3653         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
3654           check for empty sets before using them (fixes bug #1232190)
3655
3656 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
3657
3658         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
3659           (lnksect2): generate warnings for memory overlap
3660         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
3661           constseg to set the name of these segments so you can instruct the linker
3662           to place them in banks
3663         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
3664         * src/SDCCglobl.h: added MODEL_HUGE to enum,
3665           added code_seg and const_seg to options
3666         * src/SDCCglue.c (emitMaps): use options.const_seg,
3667           (createInterruptVect): put interrupt vectors in segment HOME,
3668           (glue): put HOME before static segment and put the main glue in HOME,
3669           (glue): use options.code_seg
3670         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
3671         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
3672           these segments so you can instruct the linker to place them in banks
3673           (linkEdit): use code_loc for HOME segment which should be the first
3674           segment in code memory now
3675         * src/SDCCmem.c: fixed more stuff like bug 1238386
3676         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
3677           (changePointer): don't change function pointers to code pointers for
3678           banked functions,
3679           (compareType): added exceptional check for banked function pointers
3680         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
3681         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
3682           after static in code memory
3683         * src/mcs51/gen.c: added aopLiteralLong prototype,
3684           (aopForSym): use getSize for functions,
3685           (genCall): generate banked calls over one trampoline __sdcc_banked_call
3686           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
3687           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
3688           the segment,
3689           (genPcall): use call for literal function pointers and generate banked
3690           calls over the one trampoline so there's only one place for the user to
3691           modify according to his/hers hardware,
3692           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
3693           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
3694         * src/mcs51/main.c: added keyword banked,
3695           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
3696         * support/Util/SDCCerr.c,
3697         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
3698           needed for passing the bank and address to the trampoline
3699         * device/lib/mcs51/crtbank.asm: added for bankswitching
3700         * device/lib/mcs51/Makefile: added crtbank
3701
3702 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3703
3704         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
3705           for fields at offset 0 of a struct or union as reported
3706           on 2005-07-07 in the developer mailing list.
3707
3708 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
3709
3710         * src/SDCCmem.c: fixed bug 1238386
3711
3712 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3713
3714         * src/mcs51/peeph.def: added labelrefcounting for peepholes
3715           (patch #1144962), added peephole 300, enabled 259.x
3716         * doc/sdccman.lyx: removed screenshot and provided link instead
3717
3718 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3719
3720         * doc/sdccman.lyx: added section about debugging with ddd
3721         * doc/figures/ddd_example.eps: screenshot of debugging session
3722
3723 2005-07-04 Raphael Neider <rneider AT web.de>
3724
3725         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
3726           like CODE pointers, fixes #1115683
3727         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
3728           call, fixes bugs #1232211, #1228110,
3729           fixed wrong casts to pCodeFlow from pCodeInstructions
3730
3731 2005-07-04 Raphael Neider <rneider AT web.de>
3732
3733         * src/pic/gen.c (popGet): changed assert to allow for
3734           bit operands
3735         * (popGetAddr): changed signature to provide
3736           an additional index, patched all call sites
3737         * (genCmpEq): handle literal-like operands correctly
3738         * (genAddrOf): added sanity checks on __code/__data pointers
3739         * (genAssign): added handling of symbols from __code section
3740         * (gencjne): do not generate code for comparisons whose result
3741           is neither stored nor used, fixes bug #1171114
3742         * (AccLsh, AccRsh): operate on operand instead of WREG
3743         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
3744           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
3745           by known count
3746         * rewrote complete shift-by-literal logic, commented unused
3747           functions out
3748         * (genConstPointerGet): get multiple bytes (if result size > 1),
3749           fixed handling of non-immediate addresses
3750         * (genPointerGet): handle CODE pointers like CONST pointers
3751         * (genpic14Code): insert C-SRC lines as Cource-pCodes
3752         * ({aop,op}_isLitLike): NEW, single place to decide whether an
3753           operand is to be treated as a literal or not
3754         * (mov2w,genPcall,genCmpEq),
3755           src/pic/genarith.c: use aop_isLitLike() to decide between
3756           literal/register contents
3757         * (addSign): added missing offset
3758         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
3759           only emit comment in debug-mode,
3760           use {aop,op}_isLitLike throughout the file
3761         * src/pic/glue.c: fix initializers for pointers (work in progress)
3762         * src/pic/pcode.c (get_op): honor index on _const symbols
3763         * ({reset,dump}pCodeStatistics): NEW, estimate code size
3764         * (dumppBlock): added pCode size estimation
3765         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
3766           check for IS_SYMOP before OP_SYMBOL'ing
3767         * fixed indentation, compacted switch-statements
3768         * (allocReg): find free register and allocate it instead of
3769           allocating new registers all the time
3770         * (deassignLRs): prevent POINTER_GET's from being assigned the same
3771           registers as its operands (necessary only for multibyte GETs)
3772
3773 2005-07-01 Raphael Neider <rneider AT web.de>
3774
3775         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
3776           debugging .asm-output macros FENTRY + FEXIT
3777         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
3778           way... I wonder...
3779         * (emitpComment): NEW, printf to pCode
3780         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
3781           offset handling
3782         * (popGetAddr): NEW, variant of popGet to access an immediates
3783           high(er) bytes instead of the n'th byte of memory they reference,
3784           replaced popGet with popGetAddr where neccessary
3785         * (genDataPointerGet): reactivated and fixed implementation
3786         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
3787           accesses
3788         * (genDataPointerSet): fixed multibyte assignments
3789         * (genpic14Code): fixed --i-code-in-asm handling
3790         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
3791         * (genPlus): fixed index-out-of-bounds error
3792         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
3793         * src/pic/ralloc.c: added debugging output macro FENTRY2
3794         * (spillThis): fixed indentation, enbraced for-body for clarity
3795         * (rematStr): commented out as now unused
3796         * (regTypeNum): commented out special spill case (overwrites
3797           arbitrary values)
3798         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
3799
3800 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
3801
3802         * doc/sdccman.lyx: documented sfr16/sfr32,
3803           added example for using storage class with function pointers
3804         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
3805
3806 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
3807
3808         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
3809         * device/lib/_itoa.c,
3810         * device/lib/_ltoa.c: optimized codesize
3811         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
3812           but don't know how to suppress the double warning.
3813         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
3814         * support/Util/SDCCerr.c,
3815         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
3816
3817 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
3818
3819         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
3820           fixed old K&R prototypes
3821         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
3822         * device/lib/_gptrget.c,
3823         * device/lib/_gptrgetc.c,
3824         * device/lib/_gptrput.c: changed versions for new memory indicator values,
3825           also new versions for small generic pointers and banked generic pointers
3826         * src/port.h: added const_name
3827         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
3828         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
3829         * src/SDCCcse.c (findPrevIc): check all associative operators
3830         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
3831         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
3832         * src/SDCCmem.c: updated comments,
3833           set far-space to 0 for pdata, results in optimized code
3834         * src/SDCCmem.h: added macro CONST_NAME
3835         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
3836           moving the info into the highest bits, see also gptrget/gptrput
3837         * src/src.dsp: added sdcc.ico to project files
3838         * src/avr/gen.c (genCast): fixed bug 0x%d
3839         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
3840         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
3841           relation between ptr_type and DCL_TYPE,
3842           (genCast): fixed bug 0x%d
3843         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
3844           (CODE)" for const_name
3845         * src/hc08/gen.c (genCast): fixed bug 0x%d
3846         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
3847           (hc08_port): added "CONST (CODE)" for const_name
3848         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
3849           (aopForRemat, adjustArithmeticResult): disconnected direct relation
3850           between ptr_type and DCL_TYPE,
3851           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
3852           operand* and took AOP() inside function so sfr-ness can be checked,
3853           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
3854           new prototype,
3855           (genFunction, genEndFunction): optimized stack setup,
3856           (genMinus): optimized for literals with ending zeroes (in bytes),
3857           (genCast): fixed bug 0x%d
3858         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
3859           (mcs51_port): added "CONST (CODE)" for const_name
3860         * src/mcs51/peeph.def: made rule 226 more generic
3861         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
3862         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
3863         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
3864         * src/z80/main.c (z80_port): added NULL for const_name,
3865           (gbz80_port): added NULL for const_name
3866         * support/regression/tests/bug663539.c,
3867         * support/regression/tests/sfr16.c: new tests
3868
3869 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3870
3871         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
3872
3873 2005-06-24 Raphael Neider <rneider AT web.de>
3874
3875         * device/lib/pic16/libdev/pic18f[68][567]20.c:
3876           corrected typos...
3877         * device/include/pic16/signal.h: added USBIF
3878           and SIG_USB
3879
3880 2005-06-24 Raphael Neider <rneider AT web.de>
3881
3882         * device/lib/pic16/libdev/pic18f2455.c,
3883           device/include/pic16/pic18f2455.h: NEW
3884         * device/include/pic16/pic18fregs.h,
3885           device/lib/pic16/pics.all,
3886           src/pic16/device.c: added 18f2455
3887         * device/lib/pic16/libdev/pic18f[68][567]20.c,
3888           device/include/pic16/{pic18f[68][567].h,usart.h}:
3889           replaced MULTIPLE_USARTS define with more relaible
3890           compatibility sfrs (for USART access)
3891
3892 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
3893
3894         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
3895           and the output asm file line is printed on two lines.
3896
3897 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3898
3899         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
3900           BGT, BLE, BHI, and BLS instructions
3901         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
3902           genCmpEq): removed
3903         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
3904           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
3905           fixes bug #1216342
3906         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
3907
3908 2005-06-15 Raphael Neider <rneider AT web.de>
3909
3910         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
3911         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
3912         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
3913           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
3914           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
3915
3916 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3917
3918         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
3919           Marcel Telka in bug #1215704
3920
3921 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
3922
3923         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
3924           located in shared memory bank.
3925
3926 2005-05-31 Raphael Neider <rneider AT web.de>
3927
3928         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
3929           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
3930           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
3931
3932 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
3933
3934         * device/lib/_strncpy.c: fixed the fix
3935
3936 2005-05-26 Raphael Neider <rneider AT web.de>
3937
3938         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
3939           initializers with \0, bug #1208187
3940         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
3941           intializers with \0, bug #1208187
3942
3943 2005-05-26 Raphael Neider <rneider AT web.de>
3944
3945         * src/pic16/glue.c (pic16_printIvalChar): fixed string
3946           initializers with \0, bug #1208187
3947         * src/pic16/main.c (_process_pragma): added sanity checks
3948           for stack position and size, emit warnings when appropriate
3949
3950 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
3951
3952         * device/lib/_strncpy.c: fixed not filling with \0
3953
3954 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3955
3956         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
3957           createFunction),
3958         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
3959           compound_statement),
3960         * src/SDCCsymt.h,
3961         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3962
3963 2005-05-24 Raphael Neider <rneider AT web.de>
3964
3965         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3966
3967 2005-05-24 Raphael Neider <rneider AT web.de>
3968
3969         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3970           TRISE definitions, closes bug #1162453
3971
3972 2005-05-22 Raphael Neider <rneider AT web.de>
3973
3974         * src/pic16/main.c (_process_pragma): check for missing
3975           arguments to pragmas code and udata
3976         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3977           consistency fixes to match other headers (thanks to Jim Paris)
3978         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3979
3980 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3981
3982         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3983
3984 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3985
3986         * support/regression/tests/bug1198642.c: new test
3987         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3988         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3989         * support/scripts/resource.h,
3990         * support/scripts/resource.rc,
3991         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3992         * support/scripts/sdcc.ico: added 32x32 icon
3993
3994 2005-05-18 Raphael Neider <rneider AT web.de>
3995
3996         * device/lib/pic16/libdev/pic18f*.c,
3997         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3998           keywords to "__sfr" and "__at (X)"
3999         * device/include/pic16/pic18fregs.h: added pic18f4520
4000         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
4001           #1203088 (MPLAB compatibility)
4002
4003 2005-05-17 Raphael Neider <rneider AT web.de>
4004
4005         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
4006         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
4007         * device/lib/pic16/pics.all: added new devices
4008         * src/pic16/device.c: added support for pic18f4520
4009
4010 2005-05-16 Raphael Neider <rneider AT web.de>
4011         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
4012         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
4013         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
4014           convenience function for bit access
4015
4016 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4017
4018         * device/lib/printf_large.c: fixed bug 1193299
4019         * support/regression/tests/bug1057979.c: added test %3.3s
4020
4021 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4022
4023         * device/include/mcs51/8051.h,
4024         * device/include/mcs51/8052.h: made parseable with lint
4025         * device/include/mcs51/lint.h: added include file for (sp)lint
4026         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
4027         * doc/cdbfileformat.lyx,
4028         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
4029
4030 2005-05-14 Raphael Neider <rneider AT web.de>
4031
4032         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
4033         * device/lib/pic16/libc/stdlib/itoa.c (new)
4034         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
4035         * device/lib/pic16/libio/Makefile: exclude subdir according to
4036           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
4037         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
4038         * src/pic16/gen.c (genFunction): prevent annoying warning
4039         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
4040           nameclashes on BeOS
4041         * support/cpp2/cppmain.c (cpp_output_string): new
4042         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
4043           fixes bug 1116802
4044
4045 2005-05-13 Borut Razem <borut.razem AT siol.net>
4046
4047         * src/SDCCmain.c (linkEdit): fixed bug 1195202
4048
4049 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4050
4051         * .version: changed to version 2.5.1; back to bleeding edge development
4052
4053 2005-05-11 Borut Razem <borut.razem AT siol.net>
4054
4055         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
4056           generate PDF version 1.3 documents
4057
4058 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4059
4060         * .version: changed to version 2.5.0
4061
4062 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4063
4064         * doc/sdccman.lyx: updated weblinks, index and smaller updates
4065
4066 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4067
4068         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
4069         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
4070         well as many smaller updates.
4071         * .version: changed to version 2.5.0-pre1
4072
4073 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4074
4075         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
4076
4077 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
4078
4079         * support/regression/tests/bug1185672.c: added
4080         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
4081           bug 1185672
4082         * src/mcs51/gen.c (genCall): added comments, made it look safer
4083         * src/mcs51/gen.c (genEndFunction): simplified
4084
4085 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
4086
4087         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
4088
4089 2005-04-14 Borut Razem <borut.razem AT siol.net>
4090
4091         * fixed bug 1045046 - SIGSEGV with really simple code?:
4092           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
4093           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
4094
4095 2005-04-14 Borut Razem <borut.razem AT siol.net>
4096
4097         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
4098           src/pic16/device.h: temporarily disabled experimental #inline pragma
4099           for 2.5.0 release
4100
4101 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
4102
4103         * device/include/z80/stdio.h,
4104         * device/include/z80/string.h: removed these highly incomplete files so
4105           SDCC can use the default ones in device/include/
4106
4107 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4108
4109         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
4110         gcc warning.
4111         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
4112         fix sdcpp warnings.
4113
4114 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
4115
4116         * device/include/malloc.h: removed redundant __reentrant prototypes
4117         * device/lib/_mullong.c: added working xstack variant in asm (C version
4118           doesn't pass regression tests)
4119         * device/lib/bpx.c: used __data and made bpx char for mcs51
4120         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
4121           (createFunction): fixed bug with xstackPtr
4122         * src/SDCCcse.c: corrected comments
4123         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
4124           (killDeadCode, eBBlockFromiCode): removed unused code
4125         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
4126           corrected comments
4127         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
4128           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
4129           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
4130           (genModOneByte): fixed warning in MSVC
4131         * src/mcs51/main.c (): added comments
4132         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
4133
4134 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
4135
4136         * src/SDCCmain.c (linkEdit): oops, changed one line too many
4137
4138 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
4139
4140         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
4141
4142 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
4143
4144         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
4145         characters arrays of larger size than the declared one.
4146
4147 2005-04-10 Borut Razem <borut.razem AT siol.net>
4148
4149         * src/pic/gen.c (genInline),
4150           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
4151           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
4152           (findNextInstruction), (findPrevInstruction),
4153           (findInstructionUsingLabel),
4154           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
4155         * src/pic/pcode.c (findLabel): added missing '\n'
4156         * src/src.dsp: added SDCCdwarf2.c to the project
4157
4158 2005-04-09 Borut Razem <borut.razem AT siol.net>
4159
4160         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
4161
4162 2005-04-08 Raphael Neider <rneider AT web.de>
4163
4164         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
4165           into the chain after a given one) and mergeDefmapSymbols (combine
4166           defmap entries for each symbol per pcode)
4167         * (createDefmap): have defmap entries merged in the end
4168         * (defmapReplaceSymRef): split defmap entries covering two accesses to
4169           a symbol before replacing one access type's symbol, merge symbols in
4170           the end (replacement symbol might already have an entry)
4171         * (assignValnums): keep reference to written WREG intact
4172
4173 2005-04-08 Raphael Neider <rneider AT web.de>
4174
4175         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
4176           Alpha)
4177
4178 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
4179
4180         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
4181         bytes
4182
4183 2005-04-07 Raphael Neider <rneider AT web.de>
4184
4185         * device/include/pic16/usart.h: added compatibility defines for
4186           devices with more than one USART
4187         * device/include/pic16/pic18f[68][567]20.h: activated above defines
4188
4189 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4190
4191         * device/lib/Makefile.in: updated for port specific include
4192
4193 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4194
4195         * support/regression/ports/mcs51/spec.mk: added mcs51 include
4196
4197 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4198
4199         * device/include/8051.h,
4200         * device/include/8052.h,
4201         * device/include/at89S8252.h,
4202         * device/include/at89c55.h,
4203         * device/include/at89x051.h,
4204         * device/include/at89x51.h,
4205         * device/include/at89x52.h,
4206         * device/include/mcs51reg.h,
4207         * device/include/reg51.h,
4208         * device/include/reg764.h,
4209         * device/include/regc515c.h,
4210         * device/include/sab80515.h: (re)moved these 12 files
4211         * device/include/mcs51/8051.h,
4212         * device/include/mcs51/8052.h,
4213         * device/include/mcs51/at89S8252.h,
4214         * device/include/mcs51/at89c55.h,
4215         * device/include/mcs51/at89x051.h,
4216         * device/include/mcs51/at89x51.h,
4217         * device/include/mcs51/at89x52.h,
4218         * device/include/mcs51/mcs51reg.h,
4219         * device/include/mcs51/reg51.h,
4220         * device/include/mcs51/reg764.h,
4221         * device/include/mcs51/regc515c.h,
4222         * device/include/mcs51/sab80515.h: and added them here
4223
4224 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
4225
4226         * device/include/stdarg.h: changed SDCC specific keywords to double
4227           underlined form.
4228         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
4229           mcs51 and ds390.
4230         * device/include/hc08/mc68hc908gp32.h,
4231         * device/include/hc08/mc68hc908jb8.h,
4232         * device/include/hc08/mc68hc908jkjl.h,
4233         * device/include/hc08/mc68hc908qy.h: fixed comments
4234         * device/include/mcs51/README: updated
4235         * device/include/mcs51/c8051f120.h: added PINRSF
4236         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
4237         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
4238           amidst code. Also inline is not supported.
4239
4240 2005-04-06 Raphael Neider <rneider AT web.de>
4241
4242         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
4243         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
4244           callers stack/frame pointers
4245
4246 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
4247
4248         * device/include/pic16/usart.h: added, missing in previous commit,
4249         * device/include/pic16/adc.h: fixed typo,
4250         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
4251         commit,
4252         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
4253         <p18fxxx.inc>
4254         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
4255         uninitialized because a bug appears with gplink
4256         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
4257         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
4258         complains for unrecognised option
4259
4260 2005-04-05 Raphael Neider <rneider AT web.de>
4261
4262         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
4263           structs as well (using memcpy)
4264         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
4265           on ISRs (GOTO has no label)
4266         * src/pic16/device.h: added OF_OPTIMIZE_DF
4267         * src/pic16/main.c: added compiler switch --optimize-df to enable the
4268           new data flow analysis/optimization
4269         * src/pic16/pcode.c: added (prototypes for and implementation of)
4270           dataflow analysis functions, fixed pCodeInstructions' inCond and
4271           outCond values, made RCALL a branch instruction
4272         * (pic16_unlinkpCode): keep C line if possible
4273         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
4274           C line moved if possible
4275         * (pic16_getRegFrompCodeOp): NEW, improved version of...
4276         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
4277           to use new pic16_getRegFrompCodeOp (works for more SFRs)
4278         * (pic16_BuildFlow): fixed skip instructions with label (did not start
4279           new flow)
4280         * (pic16_getJumptabpCode): NEW, needed in...
4281         * (LinkFlow): fixed handling of jumptables, calls and conditional
4282           branches
4283         * (pic16_InsertCommentAfter): NEW
4284         * (pic16_pCodeReplace): made verbose and flow preserving
4285         * (AnalyzeFlow): added call to data flow analysis
4286         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
4287         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
4288         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
4289
4290 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4291
4292         * src/SDCCast.c (decorateType): fixed bug #1105626
4293
4294 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
4295
4296         * device/include/asm/pic16/features.h,
4297         * pic18f*.h headers,
4298         * device/include/pic16/adc.h,
4299         * device/include/pic16/delay.h,
4300         * device/include/pic16/i2c.h,
4301         * device/include/pic16/malloc.h,
4302         * device/include/pic16/stdio.h,
4303         * device/include/pic16/stdlib.h,
4304         * device/include/pic16/string.h,
4305         * device/lib/pic16/libc/stdio/printf_tiny.c,
4306         * device/lib/pic16/libc/stdio/printf_small.c,
4307         * device/lib/pic16/libc/stdio/strmgpsim.c,
4308         * device/lib/pic16/libc/stdio/strmmssp.c,
4309         * device/lib/pic16/libc/stdio/strmusart.c,
4310         * device/lib/pic16/libc/stdio/vfprintf.c,
4311         * device/lib/pic16/libc/stdlib/ltoa.c,
4312         * device/lib/pic16/libc/stdlib/putchar.c,
4313         * device/lib/pic16/libc/stdlib/x_ftoa.c,
4314         * device/lib/pic16/libc/stdlib/memchrpgm.c,
4315         * device/lib/pic16/libc/stdlib/memchrram.c,
4316         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
4317         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
4318         * device/lib/pic16/libio/adc/adcbusy.c,
4319         * device/lib/pic16/libio/adc/adcread.c,
4320         * device/lib/pic16/libio/adc/adcsetch.c,
4321         * device/lib/pic16/libio/usart/ubaud.c,
4322         * device/lib/pic16/libio/usart/ubusy.c,
4323         * device/lib/pic16/libio/usart/udrdy.c,
4324         * device/lib/pic16/libio/usart/uopen.c,
4325         * device/lib/pic16/libio/usart/uputc.c,
4326         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
4327         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
4328         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
4329         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
4330         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
4331         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
4332         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
4333         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
4334         specific keywords to double underlined form,
4335         * device/lib/pic16/libc/Makefile.rules,
4336         * device/lib/pic16/libsdcc/Makefile.rules,
4337         * device/lib/pic16/libm/Makefile,
4338         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
4339         to compile with C standard set in Makefile.common
4340         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
4341         rand.c and crc.c in compilation process,
4342         * device/lib/pic16/libsdcc/int/divuint.c,
4343         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
4344         `c' from signed to unsigned,
4345         * device/lib/pic16/startup/crt0.c,
4346         * device/lib/pic16/startup/crt0i.c,
4347         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
4348         keywords to double underlined form, bug fixes in _do_cinit function
4349         which prevented the correct initialization of the .idata segment,
4350         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
4351         core to enter a infinite loop
4352         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
4353
4354 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4355
4356         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
4357
4358 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4359
4360         * device/include/Makefile.in: add support for hc08 subdirectory
4361         * device/include/hc08/: new subdirectory
4362         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
4363         Lucas Loizaga, thanks!
4364         * device/include/hc08/mc68hc908qy.h,
4365         * device/include/hc08/mc68hc908gp32.h,
4366         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
4367         their own directory. Changed internal macro names to use the compiler
4368         reserved namespace. Changed SDCC specific keywords to double
4369         underlined form.
4370         * device/include/math.h,
4371         * device/include/malloc.h,
4372         * device/include/stdarg.h,
4373         * device/include/stdbool.h
4374         * device/include/string.h,
4375         * device/include/tinibios.h,
4376         * device/include/ds400rom.h,
4377         * device/include/8051.h,
4378         * device/include/8052.h,
4379         * device/include/80c51xa.h,
4380         * device/include/at89c55.h,
4381         * device/include/at89S8252.h,
4382         * device/include/at89x51.h,
4383         * device/include/at89x52.h,
4384         * device/include/ds80c390.h,
4385         * device/include/reg764.h,
4386         * device/include/regc515c.h,
4387         * device/include/sab80515.h,
4388         * device/include/mcs51/c8051f000.h,
4389         * device/include/mcs51/c8051f018.h,
4390         * device/include/mcs51/c8051f020.h,
4391         * device/include/mcs51/c8051f040.h,
4392         * device/include/mcs51/c8051f060.h,
4393         * device/include/mcs51/c8051f120.h,
4394         * device/include/mcs51/c8051f300.h,
4395         * device/include/mcs51/c8051f310.h,
4396         * device/include/mcs51/c8051f320.h,
4397         * device/include/mcs51/c8051f330.h,
4398         * device/include/mcs51/c8051f350.h,
4399         * device/include/z180.h: Changed SDCC specific keywords to double
4400         underlined form.
4401
4402 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
4403
4404         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
4405         18F4455,
4406         * (pic16_assignConfigWordValue): disable testing of configuration
4407         register value with config mask,
4408         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
4409         function with port->fun_prefix,
4410         * (genFunction): when generating a naked interrupt function never
4411         create an absolute segment placed in interrupt vector address, place
4412         the actual interrupt function at IVA instead, when an interrupt
4413         function is generated with unspecified interrupt then do not create
4414         the absolute section,
4415         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
4416         code for generating a call to generic pointer get/put function with
4417         a call to function pic16_callGenericPointer(),
4418         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
4419         the call to the generic pointer get/put functions with prefixing the
4420         function name with port->fun_prefix,
4421         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
4422         * src/pic16/main.c (_process_pragma): prefix function with
4423         port->fun_prefix,
4424         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
4425         calling assembler, old 18Fxxxx macro is deprecated,
4426         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
4427         PC_ASMDIR in while condition,
4428         * (findInstruction): add PC_ASMDIR in while condition,
4429         * (buildCallTree): prefix main with port->fun_prefix,
4430         * (pic16_pCode2str): fixed bug that didn't emit the memory access
4431         identifier for variable with banked access in instructions BTFSS,
4432         BTFSC, BCF, BSF, BTG
4433         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
4434         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
4435         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
4436         perform optimization when enviroment variable NO_REG_OPT is set,
4437         * (insideLRBlock): NEW, return 1 if register is inside an
4438         INF_LOCALREGS block,
4439         * (RemoveRegFromLRBlock): remove a register that is completely
4440         eliminated by register optimization, but it is still left in local
4441         register store/restore in/from stack block,
4442         * (Remove2pcodes): after removing register, check to see if it
4443         should be removed from local register store/restore in/from stack
4444         block,
4445         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
4446         DUMMY_READ_VOLATILE,
4447
4448         * device/include/pic16/adc.h: minor prototype modifications and
4449         update,
4450         * device/include/pic16/malloc.h: added GPL notice various
4451         modifications,
4452         * device/include/pic16/stdint.h: NEW, standard header for ints
4453         * device/include/pic16/delay.h: NEW, header for delay functions,
4454         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
4455         delay1mtcy,
4456         * device/include/pic16/signal.h: NEW, header providing helper macros
4457         for implementing signal handlers,
4458         * device/include/pic16/stdio.h: added prototypes for functions,
4459         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
4460         prototypes for stdin and stdout, added macro PUTCHAR to
4461         automatically implement putchar function prototype,
4462         * device/include/pic16/usart.h: modified and updated USART library,
4463         * device/lib/pic16/libio/adc/,
4464         * device/lib/pic16/libio/i2c: some modifications to improve library
4465         performance,
4466         * device/lib/pic16/libc/stdio/: modifications for the new printf*
4467         family of functions,
4468         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
4469         family of functions and other sources,
4470         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
4471         of the PIC18Fxx[28] devices,
4472         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
4473         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
4474         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
4475         _do_cinit function, because the previous failed when local variables
4476         where not placed in the same memory bank,
4477         * device/lib/pic16/libsdcc/char/: various modifications to improve
4478         library performance,
4479         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
4480         information on the new functions of the c library and more...
4481
4482 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4483
4484         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
4485
4486 2005-03-26 Raphael Neider <rneider AT web.de>
4487
4488         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
4489           if condition == CARRY)
4490         * (genCmp): adapted to new genSkipc semantics
4491         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
4492           on rIfx (genCmp was broken)
4493
4494 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4495
4496         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
4497         * src/z80/main.c (_keywords[]),
4498         * src/SDCCglobal.h (struct options),
4499         * src/SDCC.y,
4500         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
4501         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
4502         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
4503         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
4504         always available in leading double underscore form. The C99 support is
4505         mostly missing, but it's a start.
4506         * support/regression/tests/bug-227710.c: fixed nonconforming use of
4507         reserved identifier "__data".
4508
4509 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
4510
4511         * src/mcs51/peeph.def: fixed bug 1170013
4512
4513 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
4514
4515         * device/include/mcs51reg.h: fixed bug 842007
4516
4517 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4518
4519         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
4520         last time.
4521
4522 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4523
4524         * src/port.h (struct PORT),
4525         * src/avr/ralloc.c (avr_assignRegisters),
4526         * src/avr/main.c,
4527         * src/ds390/ralloc.c (ds390_assignRegisters),
4528         * src/ds390/main.c,
4529         * src/hc08/ralloc.c (hc08_assignRegisters),
4530         * src/hc08/main.c,
4531         * src/mcs51/ralloc.c (mcs51_assignRegisters),
4532         * src/mcs51/main.c,
4533         * src/pic/ralloc.c (pic14_assignRegisters),
4534         * src/pic/main.c,
4535         * src/pic16/ralloc.c (pic16_assignRegisters),
4536         * src/pic16/main.c,
4537         * src/xa51/ralloc.c (xa51_assignRegisters),
4538         * src/xa51/main.c,
4539         * src/z80/ralloc.c (z80_assignRegisters),
4540         * src/z80/ralloc.h,
4541         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
4542         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
4543         * src/SDCCcse.h,
4544         * src/SDCCdflow.c (computeDataFlow),
4545         * src/SDCCdflow.h,
4546         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
4547         * src/SDCCloop.h,
4548         * src/SDCCcflow.c (*),
4549         * src/SDCCcflow.h,
4550         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
4551         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
4552         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
4553         immedDom() returning wrong block; probably fixes bug #1160833)
4554
4555 2005-03-20 Borut Razem <borut.razem AT siol.net>
4556
4557         * support/scripts/inc2h.pl: WIN32 port
4558
4559 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
4560
4561         * device/lib/makefile.in: added abs.c and labs.c
4562
4563 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
4564
4565         * device/include/stdint.h: added
4566         * device/lib/abs.c: added
4567         * device/lib/labs.c: added
4568         * device/include/stdlib.h: added abs() and labs() prototypes
4569         * device/lib/libsdcc.lib: added abs and labs
4570         * device/include/float.h,
4571         * device/lib/_fsmul.c,
4572         * device/lib/printf_fast.c,
4573         * device/lib/printf_tiny.c: updated comments
4574
4575 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4576
4577         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
4578         bug #1164313
4579
4580 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4581
4582         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
4583         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
4584
4585 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
4586
4587         * device/lib/printf_large.c: removed inline assembly for portability and
4588           readability. Use printf_fast if speed or size are more important.
4589         * src/pic16/gen.c: removed conditions around use of DEBUGpc
4590         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
4591
4592 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
4593
4594         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
4595         prevent compiler warning
4596
4597 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
4598
4599         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
4600         moved to level 0 and declared as static. Also they are explicit
4601         placed in access bank. This was necessery because some times they
4602         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
4603         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
4604         optimizations. Currently only compare to unsigned char is implemented,
4605         * src/pic16/gen.c: added fReturnIdx array,
4606         * (struct resolvedIfx) is moved to gen.h and made public,
4607         * (struct _G): added sregsAlloc and sregsAllocSet fields,
4608         * (aopForSym): added an optimization to directly store in stack of
4609         the operand of a SEND iCode,
4610         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
4611         but as registers instead (AOP_REG) using the fReturnIdx array,
4612         * (pic16_freeAsmop): remove the freed register from the
4613         _G.sregsAlloc field,
4614         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
4615         a compare of 'WREG',
4616         * (pic16_popGetTempRegCond): changed function prototype, now
4617         function takes also a bitVector argument v which holds the current
4618         set of registers that are allocated for stack access by aopForSym,
4619         registers allocated in aopForSym for accessing stack symbols are not
4620         any more part of the functions usedRegs field,
4621         * (genCall): some times aopOp is called for a stack variable to be
4622         send, aopForSym might perform the push, if this is true make sure
4623         that genCall doesn't push the variable twice by testing _G.resDirect,
4624         * (genFunction): changed testing for unspecified interrupt number
4625         from 256 to INTNO_UNSPEC,
4626         * modified selection scheme of frame pointer generation. Previously
4627         if function did use local registers a frame pointer was generated,
4628         now a frame pointer is generated only if function has arguments
4629         (that need PLUSW2 register access), or has stack arguments, or the
4630         compiler is not instructed to omit the frame pointer,
4631         * (genEndFunction): before restoring local registers that were saved
4632         in the function preamble, also restore the registers that *might*
4633         have been allocated for stack access,
4634         * (genRet): removed some old comments,
4635         * (genCmp, the active (RN's) version): added a call to the
4636         pic16_genCmp_special function to perform the compare with a more
4637         robust and optimized way,
4638         * (genInline): a feature has been added in inline code generation,
4639         which allows a wildcard variable substitution when writing inline
4640         assembly. Code is incomplete and experimental therefore undocumented,
4641         * (genCast): changed order of aopOp for result and right to allow
4642         aopForSym to directly load the result if possible,
4643         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
4644         perform an optimized compare on some selected special occasions,
4645         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
4646         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
4647         generate an IVT any more,
4648         * src/pic16/main.c (pic16_optionsTable): added command line option
4649         --optimize-cmp,
4650         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
4651         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
4652         macros,
4653         * src/pic16/NOTES: Raphael Neider added in list of active developers
4654         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
4655         jumptable_end to prevent bug #,
4656         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
4657         inCond and outCond fields,
4658         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
4659         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
4660         turn off register spilling,
4661         * (packRegsForOneUse): synced with other ports' versions although it
4662         is not used currently,
4663         * (pic16_packRegisters): added an optimization while reading
4664         structure bitfields, some registers may be saved (malloc code is
4665         decreased by 80 bytes)
4666
4667 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
4668
4669         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
4670         left is a bitfield, if yes, then don't optimize assignment. Perhaps
4671         this can be optimized more?
4672
4673 2005-03-10 Raphael Neider <rneider AT web.de>
4674
4675         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
4676           genNearPointerGet): (hopefully) fixed access to bitfields via
4677           pointers (p->bitN = x; and x = p->bitN; failed)
4678
4679 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
4680
4681         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
4682
4683 2005-03-09 Raphael Neider <rneider AT web.de>
4684
4685         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
4686
4687 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
4688
4689         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
4690         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
4691           (regTypeNum): set REG_BIT type if necessary
4692         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
4693         * support/regression/tests/critical.c: check bug 1144613
4694
4695 2005-03-02 Raphael Neider <rneider AT web.de>
4696
4697         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
4698
4699 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4700
4701         * src/avr/ralloc.c (serialRegAssign),
4702         * src/ds390/ralloc.c (serialRegAssign),
4703         * src/hc08/ralloc.c (serialRegAssign),
4704         * src/mcs51/ralloc.c (serialRegAssign),
4705         * src/pic/ralloc.c (serialRegAssign),
4706         * src/pic16/ralloc.c (serialRegAssign),
4707         * src/xa51/ralloc.c (serialRegAssign),
4708         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
4709
4710 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
4711
4712         * src/SDCCast.c (decorateType): fixed bug 1124787
4713
4714 2005-02-20 Hubert Sack <sack AT digiplan.de>
4715         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4716
4717         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
4718         patch #1121755
4719
4720 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4721
4722         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
4723         to keep the correct label reference count when adding/removing references
4724         to labels. A peephole file using this is appended to patch #1144962.
4725
4726 2005-02-14 Raphael Neider <rneider AT web.de>
4727
4728         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
4729         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
4730         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
4731           retrievals of result operand's value on assignment
4732
4733 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
4734
4735         * device/include/pic16/string.h: modified prototype for memccpy()
4736         to memccpy(void *, void *, char, size_t)
4737         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
4738         check whether to omit frame pointer or not,
4739         * (genInline): convert all occurences of "\n" to LF in inline
4740         assembler blocks, this helps formatting the inline text,
4741         * (pic16_loadFSR0): modified prototype,
4742         * (genNearPointerGet, genNearPointerSet): reorganization of code,
4743         removed some 8051 legacy code,
4744         * (genPackBits): enabled handling bitfields exceeding one byte in size,
4745         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
4746         before allocating temporary registers in functions,
4747
4748 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
4749
4750         * support/regression/tests/bitvars.c: corrected the "fix"
4751
4752 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
4753
4754         * support/regression/tests/bitvars.c,
4755         * support/regression/tests/bitwise.c,
4756         * support/regression/tests/rotate.c: "fixed" problems on Alpha
4757
4758 2005-02-10 Raphael Neider <rneider AT web.de>
4759
4760         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
4761           different size for Alpha
4762         * src/pic16/gen.c (genCmpEq) : improved compare with 0
4763
4764 2005-02-09 Raphael Neider <rneider AT web.de>
4765
4766         * src/SDCC.lex(doPragma) : save and restore warning options as well
4767           (also added new stack plus clone- and copyAndFreeSDCCERRG())
4768         * have #pragma less_pedantic set the errorlevel to WARNING
4769           (fixes #1117001)
4770         * (cloneOptimize) : fixed wrong malloc's size
4771         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
4772           facilitate correct handling of #pragma (save|restore)
4773
4774 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
4775
4776         * src/mcs51/gen.c: removed non-standard C nameless struct/union
4777
4778 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
4779
4780         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
4781
4782 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
4783
4784         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
4785
4786 2005-02-02 Raphael Neider <rneider AT web.de>
4787
4788         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
4789         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
4790         * (pic16_storeForReturn): fixed to allow returning function pointers
4791         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
4792         * device/include/pic16/{stddef.h,stdbool.h}: added
4793
4794 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
4795
4796         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
4797
4798 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
4799
4800         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
4801         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
4802          appeared to be required
4803
4804 2005-01-31 Borut Razem <borut.razem AT siol.net>
4805
4806         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
4807           include/mcs51 and include/z80 directories to the package
4808
4809 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4810
4811         * src/hc08/gen.c (genFunction): fixed bug #1112752
4812
4813 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4814
4815         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
4816
4817 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4818
4819         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
4820
4821 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
4822
4823         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
4824
4825 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
4826
4827         * device/include/c8051fxxx.h: removed these 6 files
4828         * device/include/mcs51/c8051fxxx.h: added these 11 new files
4829
4830 2005-01-26 Raphael Neider <rneider AT web.de>
4831
4832         * src/pic16/gen.c (genAssign): fixed assignment from longs
4833           in codespace (were cut to three bytes)
4834         * (genDummyRead): implemented (except for CODESPACE...),
4835           fixed bug #1108575
4836         * src/pic16/glue.c (emitStatistics): beautified
4837         * device/lib/pic16/libm/Makefile: added include path
4838
4839 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4840
4841         * src/z80/gen.c (aopPut): fixed bug #1103902
4842
4843 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4844
4845         * device/lib/expf.c: fixed bug #1095792
4846
4847 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
4848
4849         * device/lib/pic16/libm: added Math library sources
4850
4851 2005-01-24 Raphael Neider <rneider AT web.de>
4852
4853         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
4854           to enable upcast to pCodeOpReg2 (there is no type tag to
4855           differenciate the two and pic16_popGet2p cast into PCOR2)
4856         * src/pic16/main.c (_process_pragma): fixed another malloc bug
4857           (sizeof(sectNames) changed to sizeof(sectName))
4858           Both patches fix segfaults under MinGW.
4859
4860 2005-01-23 Raphael Neider <rneider AT web.de>
4861
4862         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
4863           Safe_[mc]?alloc()'ed variables
4864         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
4865           of (byte sized) temporaries (assign them to WREG for now)
4866         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
4867           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
4868           this might fix SIGSEGVs on MinGW...
4869         * src/SDCCopt.c (killDeadCode): restored original behaviour
4870           (volatile operands might get thrown away though)
4871
4872 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
4873
4874         * src/pic16/gen.c: fixed bug #1106975,
4875         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
4876         pointer update, INTCON is saved, global interrupts are disabled and
4877         restored after updateing TOS.
4878         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
4879         * added function attribute 'shadowregs' to take advantage of shadow
4880         registers,
4881         * added function attribute 'wparam' as an alternative to the wparam
4882         pragma,
4883         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
4884         user declares a non-ISR function as 'shadowregs',
4885         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
4886
4887 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
4888
4889         * .version: bumped version number to 2.4.8
4890         * device/lib/pic16/pics.all: list of PIC18F devices supported by
4891         pic16 port,
4892         * device/lib/pic16/libio/i2c/: I2C module support library,
4893         * device/include/pic16/i2c.h: I2C support library header,
4894         * device/lib/pic16/libc/stdio/: standard IO support sources,
4895         * (printf_small.c): printf_small() source, supports float print,
4896         * (printf_tiny.c): printf_tiny() source, does not support floats,
4897         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
4898         enable global optimizations for entire library source, other
4899         Makefiles in the source tree are also modified to reflect this,
4900         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
4901         function,
4902         * doc/sdccman.lyx: updated to reflect new changes,
4903         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
4904         sym->onStack if-case,
4905         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
4906         sbit, idata, _idata, xdata, _xdata,
4907         * added pragma library, to link an external library, (see doc),
4908         * removed command line options, --pomit-config-words, --pomit-ivt,
4909         --pleave-reset-vector,
4910         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
4911         when calling assembler to reflect memory model used, also define
4912         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
4913         reflect stack model used,
4914         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
4915         on stack return NULL,
4916
4917 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4918
4919         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
4920           of the operands is volatile. Fixes #1020220
4921
4922 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4923
4924         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
4925         * (OptimizeRegUsage): make sure that there is really no other flow where
4926           the first pCode is used
4927
4928 2005-01-22 Raphael Neider <rneider AT web.de>
4929
4930         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
4931           to fix #1106967 (pCode->seq are not set up correctly)
4932
4933 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4934
4935         * src/SDCCglue.c (glue): make sure code area is declared before the
4936         static initialization area.
4937
4938 2005-01-21 Raphael Neider <rneider AT web.de>
4939
4940         * device/lib/Makefile.in: fixed test for pic16 install dir
4941         * device/lib/pic16/*/Makefile*: modified compile flags to enable
4942           optimizations
4943         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
4944           added --optimize-goto compiler switch and pragma wparam documentation
4945         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
4946         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
4947           and PRODH closing bug #1071770 (peephole optimizer)
4948
4949 2005-01-19 Raphael Neider <rneider AT web.de>
4950
4951         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
4952           cmdLine buffers (used when calling sdcpp...) are large enough
4953           (MAX_PATH=256 truncates arguments leading to system halts when
4954           used in MinGW...)
4955         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
4956         * (genUminus): rewritten to for efficiency
4957         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
4958           used uninitialized in some cases)
4959         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
4960           copy the third byte from the int -- now assumes 0x80 (data memory)
4961         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4962           operands (genAddLit expects the iCode's operands to swapped as
4963           well), fixed leftover bytes (crashed for short left operands)
4964         * (pic16_genMinusDec): performance improvements, removed false
4965           PIC14 emitSKPNCs
4966         * (pic16_genMinus): fixed to cope with differently sized operands
4967         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4968           for --obanksel > 1
4969         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4970         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4971           new banksel optimization
4972         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4973           analysis for temporary registers (segfaults...)
4974         * src/pic16/peeph.def: added rule
4975
4976 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4977
4978         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4979         which converts a float number to its ASCII representation
4980         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4981         functions to convert the fractional and integer part of a float to ASCII,
4982         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4983         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4984         ram
4985         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4986         _STATMEM macros,
4987         * device/include/pic16/adc.h: added GPL info,
4988         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4989         a pCodeOp as tested operand,
4990         * (genNearPointerGet): optimized bit testing, does not use
4991         intermediate register for bit value, test directly instead with
4992         BTFSS, BTFSC, works only for single bits,
4993         * (genpic16Code): dump the name of the iCode in the asm,
4994         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4995         renamed to pic16_decodeOp,
4996         * (serialRegAssign): do not allocate a temporary register for iCode
4997         sequences that test a single bit for 1/0
4998
4999 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
5000
5001         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
5002         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
5003         access stack and frame pointers. They are initially assigned to
5004         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
5005         accessing SFRs. Updated all occurences of modification of stack or
5006         frame pointer in gen.c and pcode.c,
5007         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
5008         assigning of a literal value to pointers,
5009         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
5010         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
5011         selected
5012
5013 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5014
5015         * doc/sdccman.lyx: update documentation about stack pragma, added
5016         some info for stack memory models
5017
5018 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5019
5020         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
5021
5022 2005-01-08 Raphael Neider <rneider AT web.de>
5023
5024         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
5025           udata sections to fix bug #1097823
5026
5027 2005-01-05 Raphael Neider <rneider AT web.de>
5028
5029         * src/pic16/gen.c (genGenericShift): added handling of differently
5030           sized left operand and result
5031
5032 2005-01-04 Raphael Neider <rneider AT web.de>
5033
5034         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
5035         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
5036           to hold the condition bit)
5037         * added new version of genCmp (old code available via #define)
5038         * added new version of genShiftLeft/genShiftRight in a generic
5039           way, now supports shifting by negative values
5040         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
5041           shiftCount (expected by genGenericShift)
5042         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
5043         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
5044           dump
5045         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
5046           is an invalid literal too...)
5047
5048 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
5049
5050         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
5051         from Raphael Neider,
5052         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
5053         for 8-bit literals. This fixes some literal operands which are sign
5054         extended to 16-bits ints when instruction needs only 8-bits.
5055
5056 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
5057
5058         * device/lib/logf.c: added mcs51 assembly version
5059         * device/lib/expf.c: added mcs51 assembly version
5060         * device/lib/_logexpf.c: new shared asm code for expf and logf
5061         * device/include/math.h: add defines for assembly math library
5062         * device/lib/Makefile.in: build new _logexpf.c
5063         * device/lib/libfloat.lib: use new _logexpf.c
5064
5065 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
5066
5067         * src/pic/device.c
5068         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
5069           device types which have less than 0x7f registers.
5070
5071 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
5072
5073         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
5074
5075 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
5076
5077         * device/lib/printf_fast.c: only build on supported arch.
5078         * device/lib/printf_tiny.c: only build on supported arch.
5079         * device/lib/printf_fast_f.c: only build if asm float lib
5080         * device/lib/_fsget1arg.c: only build if asm float lib
5081         * device/lib/_fsget2args.c: only build if asm float lib
5082         * device/lib/_fsnormalize.c: only build if asm float lib
5083         * device/lib/_fsreturnval.c: only build if asm float lib
5084         * device/lib/_fsrshift.c: only build if asm float lib
5085         * device/lib/_fsswapargs.c: only build if asm float lib
5086         * device/include/stdio.h: don't provide print_fast,
5087           print_fast_f, print_tiny prototypes if --xstack used
5088
5089 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
5090
5091         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
5092         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
5093           to the SOURCES
5094
5095 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
5096
5097         * device/lib/printf_fast_f.c: same as printf_fast, but
5098           with floating point enabled
5099         * device/lib/printf_fast.c: minor tweaks
5100         * device/include/stdio.h: add printf_fast_f
5101
5102 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
5103
5104         * src/SDCCmain.c: make --float-reent default for mcs51
5105         * device/lib/_fsadd.c: added mcs51 assembly version
5106         * device/lib/_fssub.c: added mcs51 assembly version
5107         * device/lib/_fsmul.c: added mcs51 assembly version
5108         * device/lib/_fsdiv.c: added mcs51 assembly version
5109         * device/lib/_fseq.c: added mcs51 assembly version
5110         * device/lib/_fsneq.c: added mcs51 assembly version
5111         * device/lib/_fsgt.c: added mcs51 assembly version
5112         * device/lib/_fslt.c: added mcs51 assembly version
5113         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
5114         * device/lib/Makefile.in: add _fscmp to build
5115         * device/lib/libfloat.lib: add _fscmp to build
5116
5117 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
5118
5119         * device/lib/_fs2slong.c: added mcs51 assembly version
5120         * device/lib/_fs2sint.c: added mcs51 assembly version
5121         * device/lib/_fs2schar.c: added mcs51 assembly version
5122         * device/lib/_fs2ulong.c: added mcs51 assembly version
5123         * device/lib/_fs2uint.c: added mcs51 assembly version
5124         * device/lib/_fs2uchar.c: added mcs51 assembly version
5125         * device/lib/_slong2fs.c: added mcs51 assembly version
5126         * device/lib/_sint2fs.c: added mcs51 assembly version
5127         * device/lib/_schar2fs.c: added mcs51 assembly version
5128         * device/lib/_ulong2fs.c: added mcs51 assembly version
5129         * device/lib/_uint2fs.c: added mcs51 assembly version
5130         * device/lib/_uchar2fs.c: added mcs51 assembly version
5131         * device/include/float.h: added #define to select asm vs c
5132
5133 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
5134
5135         * device/lib/printf_fast.c: improvements to float output
5136         * device/include/float.h: add defines for assembly float library
5137         * device/lib/_fsget1arg.c: receive 1 float arg
5138         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
5139         * device/lib/_fsnormalize.c: normalize a float
5140         * device/lib/_fsreturnval.c: return float, various helper routines
5141         * device/lib/_fsrshift.c: right shift a float's mantissa
5142         * device/lib/_fsswapargs.c: swap 2 floats
5143         * device/lib/Makefile.in: build these 6 new files for mcs51
5144         * device/lib/libfloat.lib: add these 6 files to the library
5145
5146 2004-12-26 Borut Razem <borut.razem AT siol.net>
5147
5148         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
5149           built by gcc 3.4.2
5150
5151 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
5152
5153         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
5154           and fully reentrant and register bank neutral.
5155         * device/lib/printf_fast.c: added float (not enabled by default),
5156           added compact/slower integer (also not enabled by default),
5157           improved size/speed of fast integer code, other minor changes
5158         * device/include/stdio.h, device/lib/Makefile.in,
5159           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
5160
5161 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
5162
5163         * src/pic16/pcode.c: declaring variables other than at the start of a
5164           block is not supported in C by VC6.
5165
5166 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
5167
5168         * applied a previous patch from Raphael Neider that wasn't included
5169         in the previous commits, which fixes infinite loops within jumptable
5170         improvements,
5171         * made some fixes that previous patches introduced
5172
5173 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
5174
5175         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
5176         that fixes an issue with AOP_PCODE asmop's offset,
5177         * (pic16_popCopyReg): update instance field too,
5178         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
5179         function of pic port,
5180         * (genCmp, genAnd, genAssign),
5181         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
5182
5183 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
5184
5185         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
5186         variables initial values to idata section,
5187         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
5188         variables in some functions. This utilizes parmBytes field of iCode
5189         structure to hold the offset of the variable in stack. (might be
5190         able to use the stack field too?)
5191         * applied patch from Raphael Neider # ### , # ###
5192         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
5193         variable initial values in idata section,
5194         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
5195         for static variables with initial value
5196         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
5197         applied fix in while loop from Raphael Neider.
5198
5199 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
5200
5201         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
5202         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
5203         * src/ds390/ralloc.c (serialRegAssign): spill bits
5204         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
5205         * support/Util/SDCCerr.c,
5206         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
5207         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
5208         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
5209
5210 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
5211
5212         * device/include/sdcc-lib.h: inserted LGPL, added includes
5213           asm/ds390/features.h and asm/mcs51/features.h
5214         * device/include/asm/default/features.h,
5215         * device/include/asm/gbz80/features.h,
5216         * device/include/asm/z80/features.h: added empty _AUTOMEM
5217           and _STATMEM
5218         * device/include/asm/ds390/features.h,
5219         * device/include/asm/mcs51/features.h: added files with defines for
5220           _AUTOMEM and _STATMEM indicating automatic and static storage class
5221         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
5222         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
5223         * src/SDCCicode.c (geniCodeCast),
5224         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
5225         * src/SDCCloop.c (loopInduction): removed unused variable lr
5226         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
5227           to convertToFcall to include char modulo (RFE 1065037), added check
5228           if left operand is unsigned and use abs of literal value
5229         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
5230           as it doesn't work after conversion from peephole.def to peephole.rul
5231         * src/mcs51/gen.c (toBoolean): added check for size,
5232           (genModOneByte): optimized code for signed char modulo a literal
5233           power of 2 (thanks to Hubert Sack),
5234           (genRRC): removed unnecessary "clr c",
5235           (genRLC): replaced "add a,acc" with cheaper "rlc a"
5236         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
5237           jump optimization,
5238           swapped rules 256.c and 256.d,
5239           extended 256.d by using new multiple checks (thanks Erik),
5240           added rules 256.e and 256.f,
5241           updated rule 261.a and 261.b to new generated code
5242         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
5243
5244 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5245
5246         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
5247           induction related bugs, including first part of bug #1074377
5248
5249 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
5250
5251         * applied patch from bug-report #1076292,
5252         * applied patches for genAnd and Goto-optimizations for Raphael
5253         Neider,
5254         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
5255         dump a less iCode information,
5256         * src/pic16/device.h (pic16_options_t): added field debgen,
5257         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
5258         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
5259         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
5260         puclic,
5261         * (various functions): added macros FENTRY and FENTRY2 to functions,
5262         to emit function prologue,
5263         * (various functions): fixed indentation,
5264         * (genNearPointerGet): fixed loading of FSR0,
5265         * (genPackBits): applied patch from Raphael Neider to fix updating
5266         of FSR0 and touching only the modified bits,
5267         * src/pic16/genarith.c (various functions): added macros FENTRY to
5268         emit function prologue in comments,
5269         * src/pic16/pcode.h: added functions debugf2, debugf3,
5270         * src/pic16/ralloc.c: partial fix for packForPush caused
5271         segmentation fault,
5272
5273 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5274
5275         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
5276           <stsp AT users.sourceforge.net> with reversed byte order
5277         * support/regression/tests/rotate.c: added (ds390 skips some tests)
5278
5279 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5280
5281         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
5282           bug #1074377
5283         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
5284         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
5285
5286 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
5287
5288         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
5289
5290 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5291
5292         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
5293           conditions,
5294           (setFromConditionArgs): friendly operand parser for peephole rules,
5295           (operandBaseName, operandsNotRelated): new peephole condition
5296           "operandsNotRelated" -- similar to "operandsNotSame", but takes
5297           architecture specific register naming into account, handles n-way
5298           comparisons, and supports quoted literals
5299         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
5300
5301 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5302
5303         * src/mcs51/peeph.def: fixed bug #1076940
5304
5305 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
5306
5307         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
5308
5309 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5310
5311         Adding support for replacing ljmps with sjmps in jumptables
5312         generated for switch statements. For now you need to set the
5313         environment variable SDCC_SJMP_JUMPTABLE to enable this.
5314         Now 4 algorithms for mcs51 jumptable generation are used:
5315         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
5316         addresses loaded pc-relative for up to 112 cases and stack-pushing
5317         target addresses loaded with offset from dptr for up to 256 cases.
5318
5319         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
5320         * src/mcs51/main.c: adapted constants for switch table generation
5321         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
5322
5323 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
5324
5325         * device/lib/printf_large.c (_print_format): fixed bug 1073386
5326         * support/regression/tests/bug1057979.c: added test for bug 1073386
5327
5328 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
5329
5330         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
5331         compilers
5332
5333 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
5334
5335         * src/pic16/device.h,
5336         * src/pic16/genarith.c,
5337         * src/pic16/glue.c,
5338         * src/pic16/main.c,
5339         * src/pic16/pcode.c: applied patches #1068154 and #1070213
5340
5341 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
5342
5343         Large cummulative patch for pic16 port.
5344         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
5345         to call when a stack overflow occurs,
5346         * (malloc.h): added CVS Id tag,
5347         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
5348         variable,
5349         * added libc directory. The current version of LibC contains string
5350         functions, ctype functions and macros and some functions of the
5351         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
5352         be extensively tested in the future. Standard disclaimer here.
5353         Library is not automatically build yet. But one can build it by
5354         invoking 'make' inside the libc directory.
5355         * added ADC library under libio. Preliminary version yet.
5356
5357         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
5358         * src/pic16/gen.c (aopForRemat): asmop size is filled by
5359         aopForRemat() now and not by pic16_aopOp(),
5360         * (pic16_popGetTempReg): removed warning messgae when allocating
5361         temporary registers, its a buggy feature and will be removed,
5362         * (pic16_popGet): set register instance field in AOP_CRY,
5363         * (pic16_outBitC): fixed for results in size greater than 1,
5364         * (genUminusFloat): fixed for pic16, ported code from mcs51,
5365         * (pic16_storeForReturn): optimized return of 0,
5366         * (genCmp): experimental code for new genCmp which uses PIC18's
5367         special compare&skip instructions. Initial tests fail some times
5368         with variables grater than 1 byte in size, so new code is disabled,
5369         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
5370         a single bit,
5371         * (genCast): began a fix to optimize the casting of a bit to another
5372         bit, now assigning a bitfield to another bitfield will fail, sorry,
5373         * src/pic16/main.c: disabled the use of lr-support feature,
5374         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
5375         * added some function prototypes, added function _debugf prototype,
5376         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
5377         bits with offset (case PO_GPR_BIT),
5378         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
5379         command line,
5380         * (isBankInstruction): modified to return 0 for no banking instruction,
5381         and 1 for banking instruction,
5382         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
5383         caused stop processing pCodes after a inline assembly block,
5384         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
5385         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
5386         registers when it shouldn't,
5387         * src/pic16/ralloc.c (allocReg): add preliminary support for
5388         supporting a limited set of temporary registers,
5389
5390 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5391
5392         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
5393           genDataPointerSet): ensure assignments always copy in MSB to LSB
5394           order,
5395           (loadRegFromAop): recognize CLRH optimization,
5396           (genFunction): optimize RECEIVE iCodes in reentrant functions
5397
5398 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5399
5400         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
5401           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
5402           selected.
5403         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
5404         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
5405           contiguous with data
5406
5407 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5408
5409         * device/lib/_gptrget.c (_gptrget),
5410         * device/lib/_gptrgetc.c (_gptrgetc),
5411         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
5412           instead of sjmp to ret
5413         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
5414           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
5415
5416 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
5417
5418         * .version: bumped version to 2.4.7
5419         * device/lib/_gptrget.c (_gptrget): is now _naked
5420         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
5421         * device/lib/_gptrput.c (_gptrput): is now _naked
5422         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
5423           (createFunction): fixed xstack
5424         * src/SDCCglue.c (emitMaps): set allocation required for bit area
5425         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
5426           or bit either,
5427           (geniCodeCritical): store original interrupt state in an iTemp bit
5428           var unless stack-auto
5429         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
5430         * src/SDCCmain.c (setIncludePath): added include/target to search path
5431         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
5432         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
5433           prototype,
5434           (processFuncArgs): put bit vars in bit area
5435         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
5436           unsaveRBank): fixed xstack,
5437           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
5438           (genFunction, genEndFunction): fixed xstack,
5439           (genAssign): optimization don't walk backwards through mem
5440         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
5441         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
5442         * support/regression/Makefile: also make library (for stack-auto) when
5443           making "all" and added "test-mcs51-xstack-auto"
5444         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
5445         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
5446         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
5447         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
5448         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
5449           make-library by MAKE_LIBRARY
5450         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
5451           regression tests for xstack
5452         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
5453         * support/regression/tests/critical.c: test for critical on mcs51
5454
5455 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5456
5457         * support/regression/ports/ucz80/spec.mk: use include and lib files from
5458           built version of sdcc instead of installed version
5459
5460 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
5461
5462         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
5463         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
5464           vprintf.c now
5465         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
5466         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
5467           WARNING: remove device/lib/build/z80/printf.o by hand when
5468           updating from previous build!
5469         * device/lib/z80/printf.c: updated comment
5470         * support/regression/tests/bug1057979.c: test all ports now
5471         * support/regression/tests/bug1065458.c: file added
5472
5473 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5474
5475         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
5476           *_start and *_end symbols for static functions
5477
5478 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
5479
5480         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
5481           and search crt0.o in all library paths,
5482           (setIncludePath): proper handling of --nostdinc,
5483           (setLibPath): proper handling of --nostdlib
5484         * support/regression/Makefile,
5485         * support/regression/ports/ds390/spec.mk,
5486         * support/regression/ports/gbz80/spec.mk,
5487         * support/regression/ports/hc08/spec.mk,
5488         * support/regression/ports/mcs51/spec.mk,
5489         * support/regression/ports/mcs51-large/spec.mk,
5490         * support/regression/ports/mcs51-stack-auto/spec.mk,
5491         * support/regression/ports/z80/spec.mk: use include and lib files from
5492           built version of sdcc instead of installed version
5493         * doc/sdccman.lyx: fixed typo in --nostdinc
5494
5495 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
5496
5497         * src/pic/pcode.c,
5498         * src/pic/device.c,
5499         * src/pic/ralloc.c,
5500         * src/pic/gen.c : added support to generate code for struct bit fields.
5501
5502 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
5503
5504         * as/xa51/xa_version.h,
5505         * device/include/errno.h,
5506         * device/include/regc515c.h,
5507         * device/lib/_itoa.c,
5508         * device/lib/_ltoa.c,
5509         * device/lib/ser_ir_cts_rts.c,
5510         * sim/ucsim/xa.src/glob.cc,
5511         * sim/ucsim/xa.src/inst_gen.cc,
5512         * sim/ucsim/xa.src/xa_bit.cc,
5513         * sim/ucsim/xa.src/xa_sfr.cc,
5514         * sim/ucsim/z80.src/inst_dd.cc,
5515         * sim/ucsim/z80.src/inst_fdcb.cc,
5516         * support/scripts/keil2sdcc.pl,
5517         * src/pic16/pic16.dsp,
5518         * src/pic16/pic16a.dsp: corrected cvs line endings
5519         * device/lib/printf_large.c: fixed bug 1057979
5520         * src/pic16/gen.c: fixed non-C standard code
5521         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
5522         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
5523         * support/regression/ports/mcs51/support.c: reload T1 asap
5524         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
5525           pdata use and clear idata startup behaviour
5526         * support/regression/tests/bug1057979.c: added
5527
5528 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
5529
5530         * device/examples/ds390/ow390/ad26.h,
5531         * device/examples/ds390/ow390/cnt1d.h,
5532         * device/examples/ds390/ow390/crcutil.c,
5533         * device/examples/ds390/ow390/ownet.h,
5534         * device/examples/ds390/ow390/owsesu.c,
5535         * device/examples/ds390/ow390/swt12.h,
5536         * device/examples/ds390/ow390/swtoper.c,
5537         * device/examples/ds390/ow390/temp10.h,
5538         * device/examples/ds390/ow390/thermodl.c,
5539         * device/examples/ds390/tinitalk/tinitalk.dsp,
5540         * device/examples/ds390/tinitalk/tinitalk.dsw,
5541         * device/examples/mcs51/clock/hw.h,
5542         * device/examples/mcs51/simple2/go.bat,
5543         * device/examples/serialcomm/windows/serial.h,
5544         * device/examples/xa51/dummy.c,
5545         * device/examples/xa51/hello.c,
5546         * device/include/80c51xa.h,
5547         * device/include/at89x051.h: corrected cvs line endings
5548
5549 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
5550
5551         * src/pic16/main.c (options): added command line --gstack, to trace
5552         stack over/under flows,
5553         * added pragma 'wparam' to allow passing first byte of function
5554         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
5555         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
5556         call to __gstack_test function and sets up the symbol as extern,
5557         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
5558         * popaop): added call to pic16_testStackOverflow,
5559         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
5560         wparamList list,
5561         * (genCall, genPcall): now all parameters are passed via stack
5562         except in functions that are pass to wparam pragma in which WREG is
5563         used too,
5564         * (genPcall): REENTRANT flag is checked to see if variable prototype
5565         contains reentrant keyword, don't call a non-reentrant function, via
5566         a reentrant function pointer or vice versa, functions are never
5567         passed via WREG,
5568         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
5569         D.Winkler,
5570         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
5571         SIGSEGV when accessing a NULL register stucture,
5572         * (pic16_printGPointerType): modified to handle UPPER modifier for
5573         function initializers, changed prototype of function to simpler one,
5574         * (pic16_printIvalFuncPtr): check to see if function is already
5575         added in externs list,
5576         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
5577         optimized a move from W to SFR with a move to the same register
5578         later after a CALL,
5579         * device/lib/pic16/debug: NEW directory, contains debug features
5580         which are enabled when linking with libdebug.lib, currently command
5581         line option --gstack enables stack pointer tracing for over/under
5582         flow, corresponding sources are in debug/gstack
5583
5584 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
5585
5586         * doc/sdccman.lyx: updated SDCC version,
5587         * (PIC16 port): update list of command line options,
5588         * src/pic16/device.h (structure pic16_options_t): added field gstack
5589         to enable stack overflow tracing on push/pops,
5590         * src/pic16/device.c (statistics structure): added statistics
5591         structure,
5592         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
5593         pic16_dump_int_registers): increase statistics counters for each
5594         * variable which is encountered
5595         * (pic16_dump_usection): emit each .udata variable to its own udata
5596         section,
5597         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
5598         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
5599         parameters via stack, otherwise use old scheme,
5600         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
5601         assembler output file,
5602         * src/pic16/main.c: added command line options --gstack to enable
5603         push/pop tracing for stack overflow,
5604         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
5605         instructions): added size of each instruction,
5606         * (pic16_countInstruction): estimate size of instructions in
5607         the_pFile list, inline assembly blocks are not counted,
5608         * (pic16_FixRegisterBanking): trace previous register usage, when
5609         banksel optimizations is greater than 0, don't emit a redudant
5610         banksel directive,
5611
5612 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
5613
5614         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
5615         * src/pic16/ralloc.c : applied same fix for pic16.
5616         * src/pic/gen.c : tidied it up a little.
5617
5618 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5619
5620         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
5621         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
5622
5623 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5624
5625         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
5626
5627 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5628
5629         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
5630         non-reentrant function __modsint in the interrupt function (thus
5631         corrupting math operations during serial I/O)
5632         * device/lib/ser_ir.c: as above, changed buffersize
5633         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
5634         256.c,d for zeroing
5635         * doc/Makefile: added option -t for rsync
5636
5637 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5638
5639         * src/SDCCast.h (struct ast),
5640         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
5641
5642 2004-10-20 Borut Razem <borut.razem AT siol.net>
5643
5644         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
5645         package
5646
5647 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
5648
5649         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
5650         makefile targets,
5651         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
5652         support functions to replace long sequences of MOVFF's from access
5653         bank registers to stack and vice versa,
5654         * src/pic16/device.h: added new field opt_flags, where optimization
5655         flags can be set to enable certain features,
5656         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
5657         * pBlock, (genFunction, genEndFunction): surroung loop for
5658         saving/loading used registers in stack with PC_INFO pCodes,
5659         INF_LREGS. Code in between can then be optimized by pCode optimizer
5660         to support function calls,
5661         * (genDataPointerSet): fixed bug which loaded float fields in
5662         structures with corrupt data,
5663         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
5664         in a standard way debug info on stderr. Feature used for developing
5665         and debugging only,
5666         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
5667         obsolete chunks of code,
5668         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
5669         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
5670         * pic16/src/pcode.c (pic16_newpCodeInfo,
5671         * (pic16_newpCodeOpLocalRegs),
5672         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
5673         feature,
5674         * (pic16_pCodeConstString): printing of the initial value of a
5675         symbol as a comment is inhibited since parsing was already done by
5676         copyStr and output is corrupt,
5677         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
5678
5679 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5680
5681         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
5682
5683 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
5684
5685         * as/mcs51/lkarea.c: removed old K&R style,
5686           (lnksect): changed check on boundary error,
5687           (lnksect2): changed check on boundary error,
5688           (lnksect2): extend XSTK to end of page if size = 1
5689         * as/mcs51/lkmain.c: removed old K&R style,
5690           (Areas51): create l_IRAM symbol
5691         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
5692         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
5693           model-mcs51-stack-auto, added model-mcs51-xstack-auto
5694         * device/lib/_mullong.c: added version to be compiled with xstack
5695         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
5696         * device/lib/mcs51/crtxclear.asm: clear pdata as well
5697         * device/lib/mcs51/crtxstack.asm: fixed comment
5698         * src/SDCCglue.c: maxInterrupts defaults to 0,
5699           (emitMaps): added pdata,
5700           (createInterruptVect): (re)moved default,
5701           (glue): added pdata,
5702           (glue): moved __start__xstack to XSTK with default size 1
5703         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
5704           and options.float_rent when options.stackAuto is set,
5705           (linkEdit): only write XDATA_NAME if provided on command line
5706         * src/SDCCmem.h,
5707         * src/SDCCmem.c: added pdata
5708         * src/port.h: added pdata_name to PORT
5709         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
5710           (saveRegisters, unsaveRegisters): removed usage of B,
5711           (genMinus): fixed accumulator clash,
5712           (genJumpTab): added comment, this needs another look
5713         * src/mcs51/gen.c: added check for "B in use" paranoia,
5714           added pushB() and popB()
5715         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
5716           chance
5717         * src/avr/main.c,
5718         * src/ds390/main.c,
5719         * src/hc08/main.c,
5720         * src/mcs51/main.c,
5721         * src/pic/main.c,
5722         * src/pic16/main.c,
5723         * src/xa51/main.c,
5724         * src/z80/main.c: (reset_regparms) made void parameter explicit and
5725           added PSEG (PAG,XDATA) or NULL to port specifier
5726         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
5727         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
5728           (_mcs51_genInitStartup): removed __start__xstack equ,
5729           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
5730         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
5731         * src/z80/gen.c (_rleAppend): fixed warnings
5732         * support/regression/tests/zeropad.c: added pdata test
5733         * .version: bumped to 2.4.6
5734
5735 2004-10-17 Borut Razem <borut.razem AT siol.net>
5736
5737         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
5738         as a part of nightly build
5739
5740 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
5741
5742         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
5743         WREG holds the first byte function parameters,
5744         * (aopForSym): take special case for symbols which are in FARSPACE
5745         but in CODESPACE too,
5746         * (assignResultValue): modified to take into account _G.useWreg,
5747         * (genCall): don't use wreg for parameter passing when function is
5748         declared as reentrant, too, added optimization INCF to stack
5749         pointer when stack parameter count is 1,
5750         * (genFunction, genEndFunction): refurnished and fixed to not using
5751         wreg for passing parameters when function has varargs or is
5752         reentrant, fixed bug with symbol name compare for generating
5753         functions in absolute address,
5754         * (pic16_storeForReturn): refurnished,
5755         * (genCmp): began writing a new version of the function, not ready
5756         yet, therefore it is disabled,
5757         * (genAssign): do not read code memory when assigning a function to
5758         a pointer function,
5759         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
5760         array of characters, not pointer,
5761         * (pic16initialComments): in debug mode emit an .ident directive for
5762         the assembler,
5763         * (_process_pragma): emit a new warning type (internal to pic16)
5764         when setting stack to default length, emit a similar warning when
5765         placing a function at absolute address and address is not word aligned
5766         * (_pic16_parseOptions): added 'return TRUE' statement,
5767         * (_pic16_linkEdit): if compiling a source, then add the source's
5768         file object, first in the list of objects to link,
5769
5770 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
5771
5772         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
5773         * src/pic/main.c : removed VC warning.
5774         * src/pic/gen.c : changed comment.
5775
5776 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
5777
5778         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
5779         reference to a deprecated symbol _GPTRREG was causing failure to
5780         link. Thanks G. M. Gallant for the info.
5781
5782 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
5783
5784         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
5785         comments for Bugs item #954788.
5786
5787 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
5788
5789         * src/pic16/device.c (pic16_dump_gsection,
5790         * pic16_groupRegistersInSection): handle symbols declared to be in
5791         access bank differently,
5792         * src/pic16/gen.c (struct _G): added field resDirect,
5793         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
5794         send values read from stack directly to result and don't allocate
5795         temporary values,
5796         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
5797         same registers,
5798         * (pic16_sameRegsOfs): NEW,
5799         * (freeAsmop): if _G.resDirect is set then do not mark registers as
5800         free because they were not allocated from temporary pool,
5801         * pic16_popRegFromString): workaround to fix a problem with
5802         allocating variables twice or never,
5803         * (genGenPointerGet): using PRODL instead of FSR0H,
5804         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
5805         instead of FSR0H,
5806         * (genAssign): take advantage of the _G.resDirect flag,
5807         * (genCast): around line 11844, use mov2f instead of directly
5808         MOVFF'ing between operands to account for literal values,
5809         * src/pic16/genutils.c: some new debug functions for gpsim have been
5810         added,
5811         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
5812         float with integer part only,
5813         * src/pic16/main.c (_process_pragma): handle pragma udata access to
5814         place variables in access bank
5815         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
5816         updated sources to reflect recent changes in gen.c
5817
5818 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
5819
5820         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
5821         sources that searched for headers in installation path, now the
5822         device/include/pic16 is used,
5823         * src/pic16/glue.c (pic16glue),
5824         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
5825         .line directives if not in debug mode, this suppresses assembler's
5826         warnings for ignored directives
5827
5828 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
5829
5830         * src/port.h: made reset_regparms prototype void parameter explicit.
5831         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
5832         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
5833         * doc/sdccman.lyx: documented warning disabling and how to use
5834           printf_large to make it print floats.
5835         * device/include/stdbool.h: NEW
5836         * device/lib/_atof.c,
5837         * device/lib/_divuint.c,
5838         * device/lib/_divulong.c,
5839         * device/lib/expf.c,
5840         * device/lib/printf_large.c,
5841         * device/lib/sincosf.c,
5842         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
5843         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
5844           a completely reentrant lib.
5845
5846 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
5847
5848         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
5849         * device/include/pic16/stdio.h: fixed bug with colon
5850
5851 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
5852
5853         * device/include/pic16/stdio.h,
5854         * device/include/pic16/stdlib.h,
5855         * device/include/pic16/math.h: NEW
5856         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
5857         declared as _naked to reduce overhead
5858         * device/lib/Makefile.in (target port-specific-objects-pic16):
5859         changed * to *.* so to ignore the CVS directory,
5860         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
5861         stacked variables back in stack,
5862         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
5863         corruption
5864
5865 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
5866
5867         * .version: bumped version number to 2.4.5
5868         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
5869         * support/Util/SDCCerr.c (messages structure): added entry for
5870         W_POSSBUG2
5871
5872         Large cumulative patch for pic16 port and libraries.
5873         * device/include/pic16/sdcc-lib.h,
5874         * device/include/pic16/stdarg.h,
5875         * device/include/asm/pic16/features.h,
5876         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
5877         * device/include/pic16/float.h: changes reentrant keyword with
5878         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
5879         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
5880         updated target build-libraries to include objects from gptr,
5881         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
5882         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
5883         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
5884         all function headings,
5885         * src/SDCCmain.c: added global parameter userIncDirsSet,
5886         * (parseCmdLine): when option -I is encountered add directory to
5887         userIncDirsSet too,
5888         * src/version.awk: added space between control and long,
5889         * src/pic16/NOTES: added some notes for the port,
5890         * src/pic16/gen.c: added prototype for mov2fp function,
5891         * (fReturnpic16[]): properly named return value registers,
5892         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
5893         * (aopForSym): added code to handle symbols with onStack flag set,
5894         symbols onStack are allocated PTRSIZE bytes,
5895         * (aopFreeAsmop): handles special case where asmops are stack objects,
5896         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
5897         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
5898         added argument lock to trace flaws in allocating temporary registers
5899         when developing port,
5900         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
5901         * (pic16_popRegFromString): reenabled allocating a direct register
5902         from string,
5903         * (assignResultValue): various beautifications,
5904         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
5905         referenced function argument,
5906         * (genIpush): reenabled to allow stacked arguments, handles only
5907         ic->parmPush iCodes,
5908         * (genCall, genPcall): major changes to allow for variable argument
5909         functions, fixed a bug with falsely restoring stack pointer after
5910         returning from call,
5911         * (genFunction): pending code for critical function,
5912         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
5913         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
5914         * (genNearPointerGet): fixed bug with indirect reading, was always
5915         reading from INDF0
5916         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
5917         pointers,
5918         * (genAddrOf): rewrote code to take address of a stacked function parameter
5919         * (genCast): fixed casting to generic pointer type,
5920         * src/pic16/gen.h: added AOP_STA,
5921         * (struct asmop): added field stk,
5922         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
5923         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
5924         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
5925         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
5926         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
5927         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
5928         generic pointers,
5929         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
5930         and library paths,
5931         * (pic16_port structure): generic pointer size is set to 3,
5932         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
5933         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
5934         compiler warning,
5935         * src/pic16/ralloc.c (allocReg): prevent allocating register when
5936         operand is an iTemp,
5937
5938 2004-09-24 Martin Helmling <mh AT octo-soft.de>
5939
5940         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
5941         * debugger/mcs51/simi.c: addapt new syntax of s51
5942
5943 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
5944
5945         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
5946         * src/pic16/pcode.c: commented out some calls to free() in order to
5947         fix bug #989576,
5948
5949 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5950
5951         * src/SDCCicode.h,
5952         * src/SDCCicode.c (isiCodeInFunctionCall),
5953         * src/avr/ralloc.c (selectSpil),
5954         * src/pic/ralloc.c (selectSpil),
5955         * src/pic16/ralloc.c (selectSpil),
5956         * src/ds390/ralloc.c (selectSpil),
5957         * src/hc08/ralloc.c (selectSpil),
5958         * src/xa51/ralloc.c (selectSpil),
5959         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
5960         stack in the middle of a function call sequence (fixes bug #1020268)
5961         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5962         costs associated with the minimum switch case.
5963
5964 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5965
5966         * src/SDCC.lex: fixed bug #1030549
5967
5968 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5969
5970         * src/SDCCcse.h (struct cseDef),
5971         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5972         over a function call if the CSE is derived from a symbol whose
5973         address has been taken (fixes bug #1029883)
5974         * support/regression/tests/bug-1029883: a new regression test for
5975         this bug
5976
5977 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5978
5979         * src/hc08/gen.c (emitinline): fixed bug #1029778
5980         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5981         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5982         and starts toward RFE #905167)
5983
5984 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5985
5986         * src/pic16/gen.c (mov2f): New function to move an operand to
5987         another without considering if it is a literal or a register,
5988         * (pic16_sameRegs): don't check if they are both AOP_REG,
5989         * (AccRsh): removed andmask=0 lines,
5990         * (genLeftShift): duplicated to be improved in future versions,
5991         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5992         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5993         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5994         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5995         * (insertBankSwitch): fixed inserting banksel directives algorithm
5996         for instructions that follow a skip instruction, this fixes a report
5997         for broken subtraction code generation,
5998         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5999         iCode is a left op, just in case result and right share the same
6000         registers
6001
6002 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6003
6004         * src/hc08/main.c,
6005         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
6006         preservation of HX
6007         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
6008         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
6009         on 2004-09-12; it was buggy
6010
6011 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
6012
6013         * src/SDCCsymt.h: removed RESULT_CHECK
6014         * src/SDCCast.c,
6015         * src/SDCCglue.c,
6016         * src/SDCCval.c,
6017         * src/pic/glue.c,
6018         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
6019
6020 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
6021
6022         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
6023         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
6024         configuration values no more rejected by compiler, they are assigned
6025         to configuration registers with a warning message instead,
6026         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
6027         the for-loop so last conf register is emitted too,
6028         * (_pic16_initPaths): link library libsdcc.lib by default,
6029         * (_hasNativeMulFor): modified test for multiplication according to
6030         Raphael Neider's remarks. Integer multiplication is also done with
6031         support functions,
6032         * device/include/pic16/pic18fregs.h: corrected type error in while
6033         testing and including 18f6720 header file
6034
6035 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
6036
6037         * src/pic16/device.h (pic16_options): removed field use_crt,
6038         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
6039         until an optimization to handle single bits is added,
6040         * (pic16_loadFSR0): moved before genUnpackBits,
6041         * (genAnd): some white lines removed,
6042         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
6043         leave_reset flags in pic16_options when using crt modules,
6044
6045 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
6046
6047         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
6048           for bugs 898889 & 979599. Also used some safer print instructions.
6049
6050 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
6051
6052         * src/pic16/device.h (pic16_options_t): added field use_crt,
6053         crt_name, no_crt,
6054         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
6055         catch a probable future bug,
6056         * src/pic16/gen.c: aopIdx function commented out,
6057         * (genAssign): commented out old code which used aopIdx,
6058         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
6059         code, added if conditionals to take into account the --use-crt
6060         command line options,
6061         * src/pic16/main.c (pic16_optionsTable): added new command line
6062         options, --use-crt= and --no-crt,
6063         * (_pic16_linkEdit): now the proper crt object is added in the
6064         linker command line except than when --no-crt is specified,
6065         * src/pic16/pcode.c,
6066         * src/pic16/pcode.h: added some structures and functions for a new
6067         optimization scheme to compansate for instruction overhead between
6068         same iCodes, this scheme is currently under development and is not
6069         working in any way,
6070         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
6071         to && operator,
6072         * device/lib/pic16/startup/crt0i.c,
6073         * device/lib/pic16/startup/crt0iz.c: added global char variable
6074         __uflags to force the generation of an idata section
6075
6076 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
6077
6078         * doc/Makefile,
6079         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
6080         * doc/sdccman.lyx: updated sdcc version to 2.4.4
6081
6082 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6083
6084         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
6085         Frieder) and clarified the default code optimization mode
6086
6087 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6088
6089         * src/SDCC.lex (doPragma, process_pragma),
6090         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
6091         "opt_code_size", and "opt_code_balanced"
6092         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
6093         regrouped options by category, added support for category headers
6094         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
6095         and "--opt-code-size"
6096         * doc/sdccman.lyx: documented these new options and pragmas
6097         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
6098         preference into account
6099
6100 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
6101
6102         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
6103           geniCodePreDec): Fixed bug 904237 by generating a warning
6104         * src/SDCCerr.h,
6105         * src/SDCCerr.c: added warning W_SIZEOF_VOID
6106
6107 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
6108
6109         * src/pic/device.c : When no max ram set validate full memory range.
6110         * src/pic/pcode.c,
6111         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
6112
6113 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
6114
6115         * device/lib/_gptrget.c,
6116         * device/lib/_gptrput.c: updated comment
6117         * device/lib/calloc.c,
6118         * device/lib/free.c,
6119         * device/lib/malloc.c,
6120         * device/lib/realloc.c: added LGPL, made them reentrant-safe
6121         * src/SDCCcse.c (cseBBlock),
6122         * src/SDCCicode.c (printOperand, geniCodeArray),
6123         * src/SDCCicode.h (struct operand): fixed bug 868103
6124         * support/regression/tests/bug-868103.c: added
6125         * src/SDCCast.c (searchLitOp),
6126         * src/SDCCcse.h (struct cseDef),
6127         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
6128         * src/SDCCicode.h (struct operand),
6129         * src/SDCCsymt.h (struct sym_link),
6130         * src/avr/gen.c (hasInc),
6131         * src/ds390/gen.c (hasInc),
6132         * src/hc08/gen.c (genPlusIncr, hasInc),
6133         * src/mcs51/gen.c (hasInc),
6134         * src/pic16/glue.c (pic16_printIvalChar),
6135         * src/pic16/ralloc.c (regWithIdx),
6136         * src/xa51/gen.c (hasInc) : removed warnings
6137         * src/SDCCast.c (createBlock): added comment ???
6138         * src/hc08/ralloc.c: updated comments
6139
6140 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6141
6142         * doc/sdccman.lyx: updated section on switch statements, added
6143         section about semaphore locking
6144         * doc/Makefile: added option -info for latex2html
6145         * device/lib/_gptrget.c,
6146         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
6147
6148 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
6149
6150         * src/pic/device.h,
6151         * src/pic/device.c,
6152         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
6153          maxram is less than 0x100.
6154
6155 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
6156
6157         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
6158
6159 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6160
6161         * src/port.h,
6162         * src/mcs51/main.c,
6163         * src/ds390/main.c,
6164         * src/z80/main.c,
6165         * src/hc08/main.c,
6166         * src/pic/main.c,
6167         * src/pic16/main.c,
6168         * src/avr/main.c,
6169         * src/xa51/main.c
6170         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
6171         a jump table is the best form for a switch statement, including
6172         automatic insertion of missing cases to make the case range
6173         continuous. Developed in collaboration with Frieder Ferlemann.
6174
6175 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6176
6177         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
6178         accumulator result if it needs sign extension
6179
6180 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6181
6182         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
6183
6184 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6185
6186         * device/lib/gbz80/printf.c,
6187         * device/lib/z80/printf.c: removed define for NULL
6188
6189 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6190
6191         * as/xa51/xa_link.c,
6192         * device/examples/ds390/ow390/ad26.c,
6193         * device/examples/ds390/ow390/cnt1d.c,
6194         * device/examples/ds390/ow390/counter.c,
6195         * device/examples/ds390/ow390/ds2480.h,
6196         * device/examples/ds390/ow390/ds2480ut.c,
6197         * device/examples/ds390/ow390/findtype.c,
6198         * device/examples/ds390/ow390/gethumd.c,
6199         * device/examples/ds390/ow390/owllu.c,
6200         * device/examples/ds390/ow390/ownetu.c,
6201         * device/examples/ds390/ow390/swt12.c,
6202         * device/examples/ds390/ow390/swtloop.c,
6203         * device/examples/ds390/ow390/temp.c,
6204         * device/examples/ds390/ow390/temp10.c,
6205         * device/examples/ds390/ow390/thermo21.c,
6206         * device/examples/ds390/ow390/tinilnk.c,
6207         * device/examples/ds390/ow390/tstfind.c,
6208         * device/examples/serialcomm/windows/serial.cpp,
6209         * device/examples/serialcomm/windows/test_serialcomm.cpp,
6210         * device/include/reg51.h: fixed line endings for cvs
6211
6212 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6213
6214         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
6215         packRegsForAccUse, packRegisters): new accumulator register
6216         packing algorithm
6217         * support/regression/ports/hc08/support.c (_putchar): suppress
6218         warning of unused variable
6219         * src/SDCCicode.c: added SWAP entry to codeTable
6220
6221 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
6222
6223         * device/lib/sprintf.c: forgot to add this file before previous commit
6224
6225 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
6226
6227         * src/pic16/gen.c (genPackBits): added operand right in function
6228         parameters, load result directly if p_type is POINTER (that is
6229         called by genNearPointerSet)
6230         * (genUnPackBits): added operand left in function parameters,
6231         * (genNearPointerGet, genNearPointerSet): prevent the loading of
6232         FSR0 if accessing bitfields,
6233
6234 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
6235
6236         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
6237           _print_format; updated printf, sprintf, vsprintf
6238         * device/include/asm/default/features.h: corrected comment/define
6239         * device/lib/Makefile.in: added sprintf.c
6240         * device/lib/libsdcc.lib: added sprintf module
6241         * device/lib/printf_large.c,
6242         * device/lib/vprintf.c,
6243         * device/lib/sprintf.c: totally refactored printf_large and vprintf
6244           into these 3 files
6245         * support/regression/Makefile: changed ALL_PORTS into a usefull default
6246         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
6247         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
6248           hc08 test
6249         * support/regression/tests/zeropad.c: define idata as data for hc08
6250
6251 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6252
6253         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
6254         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
6255         labels are referenced at least once (even if a reference is not found)
6256         * src/hc08/gen.c (emitcode): set isComment flag for comments
6257         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
6258         loads), rules 6a..6b (optimize jumps to return)
6259
6260 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6261
6262         * device/lib/acosf.c (acosf),
6263         * device/lib/asinf.c (asinf),
6264         * device/lib/atanf.c (atanf),
6265         * device/lib/ceilf.c (ceilf),
6266         * device/lib/cosf.c (cosf),
6267         * device/lib/coshf.c (coshf),
6268         * device/lib/cotf.c (cotf),
6269         * device/lib/fabsf.c (fabsf),
6270         * device/lib/floorf.c (floorf),
6271         * device/lib/log10f.c (log10f),
6272         * device/lib/logf.c (logf),
6273         * device/lib/sinf.c (sinf),
6274         * device/lib/sinhf.c (sinhf),
6275         * device/lib/sqrtf.c (sqrtf),
6276         * device/lib/tanf.c (tanf),
6277         * device/lib/tanhf.c (tanhf),
6278         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
6279         replaced all instances of "reentrant" in the library functions
6280         defined in math.h with this macro.
6281         * support/regression/tests/float_trans.c: reenabled test for hc08
6282
6283 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
6284
6285         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
6286         erroneously deleted
6287
6288 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6289
6290         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
6291         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
6292         multi-byte volatile operands are used
6293         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
6294         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
6295         initialization to area GSINIT0 so that it would always precede
6296         any static initializers in GSINIT
6297         * support/regression/tests/zeropad.c: fixed idata define for hc08
6298         * support/regression/tests/bug-927659.c,
6299         * support/regression/tests/float_trans.c: disabled tests for hc08
6300         pending missing library routines
6301         * .version: increased version number to 2.4.4 - hc08 port now passes
6302         regression tests
6303
6304
6305 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
6306
6307         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
6308         * Makefile.common.in,
6309         * as/Makefile,
6310         * as/hc08/Makefile.in,
6311         * as/mcs51/Makefile.in,
6312         * as/z80/Makefile.in,
6313         * debugger/mcs51/Makefile.in,
6314         * device/include/Makefile.in,
6315         * device/lib/Makefile.in,
6316         * doc/Makefile,
6317         * link/Makefile,
6318         * link/z80/Makefile.in,
6319         * packihx/Makefile.in,
6320         * sim/ucsim/main_in.mk,
6321         * sim/ucsim/avr.src/Makefile.in,
6322         * sim/ucsim/doc/Makefile.in,
6323         * sim/ucsim/gui.src/serio.src/Makefile.in,
6324         * sim/ucsim/hc08.src/Makefile.in,
6325         * sim/ucsim/s51.src/Makefile.in,
6326         * sim/ucsim/xa.src/Makefile.in,
6327         * sim/ucsim/z80.src/Makefile.in,
6328         * src/Makefile.in,
6329         * support/cpp2/Makefile.in,
6330         * support/librarian/Makefile,
6331         * support/makebin/Makefile: added DESTDIR to the install path proposed
6332         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
6333         * doc/sdccman.lyx: added DESTDIR documentation
6334
6335 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
6336
6337         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
6338         instruction for interrupt handlers, use fast returns when returning
6339         from high priority interrupts
6340
6341 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6342
6343         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
6344         code generation
6345         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
6346         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
6347         bugs, ported much of Bernhard's code from mcs51
6348         * src/mcs51/gen.c (genSend),
6349         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
6350         than one when calling a reentrant function
6351         * device/lib/_mullong.c: defined an alternate struct layout for big
6352         endian ports (hc08)
6353
6354 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6355
6356         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
6357         test
6358
6359 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6360
6361         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
6362         are sane and complete before asking the port its prefered parameter
6363         passing method (fixes bug #1017633)
6364         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
6365         and _ret3
6366
6367 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6368
6369         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
6370         problem in bitfields >= 8 bits.
6371
6372 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6373
6374         * src/SDCCsymt.c: undid changes that were not meant to be committed
6375
6376 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6377
6378         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
6379
6380 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6381
6382         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
6383           copied and wrong bit got inverted
6384
6385 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6386
6387         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
6388         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
6389         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
6390         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
6391         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
6392         assignments to bitfields at known addresses
6393         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
6394         reads from bitfields at known addresses
6395         * src/hc08/ralloc.c (packRegisters),
6396         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
6397         genhc08Code): optimize pointer get values used as conditionals
6398         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
6399         and branch
6400
6401 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6402
6403         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
6404         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
6405         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
6406         as conditionals
6407
6408 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6409
6410         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
6411
6412 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6413
6414         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
6415         related problems
6416
6417 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
6418
6419         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
6420
6421 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6422
6423         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
6424         mcs51 port
6425
6426 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
6427
6428         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
6429
6430 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6431
6432         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
6433         cases use more compact code.
6434
6435 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
6436
6437         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
6438
6439 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6440
6441         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
6442
6443 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6444
6445         * src/SDCCsymt.h,
6446         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
6447         parameter of changePointer() from symbol* to sym_link*
6448         * src/SDCCast.c (decorateType): call changePointer() for CAST op
6449         * src/SDCCsymt.c (compareType): void* type is castable to other
6450         pointers, but not necesarily an exact match.
6451         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
6452         is no longer blindly treated as an exact match.
6453         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
6454
6455 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
6456
6457         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
6458
6459 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
6460
6461         * src/pic/gen.c,
6462         * src/pic/pcode.c,
6463         * src/pic/ralloc.h,
6464         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
6465
6466 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
6467
6468         * src/pic/device.c,
6469         * src/pic/device.h,
6470         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
6471
6472 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6473
6474         * src/mcs51/gen.c (emitcode): fixed bug #992819
6475
6476 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
6477
6478         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
6479           there's no need to make it worse
6480
6481 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6482
6483         * src/mcs51/ralloc.c (deassignLR),
6484         * src/ds390/ralloc.c (deassignLR),
6485         * src/hc08/ralloc.c (deassignLR),
6486         * src/z80/ralloc.c (deassignLR),
6487         * src/pic/ralloc.c (deassignLR),
6488         * src/pic16/ralloc.c (deassignLR),
6489         * src/avr/ralloc.c (deassignLR),
6490         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
6491         rlivePoint): fixed another part of bug #971834
6492
6493 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6494
6495         * src/z80/main.c: enabled "critical" keyword
6496         * src/z80/mappings.i,
6497         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
6498         functions (fixes bug #979646)
6499         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
6500
6501 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6502
6503         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
6504           such as c:\mydir.
6505
6506 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
6507
6508         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
6509           doesn't disable too much optimizations
6510
6511 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6512
6513         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
6514
6515 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
6516
6517         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
6518
6519 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6520
6521         * src/pic/gen.c tidied up tabs
6522         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
6523         * src/pic/main.c tidied up tabs
6524         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
6525         * src/pic/pcoderegs.c tidied up tabs
6526         * src/pic/ralloc.c tidied up tabs
6527
6528 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
6529
6530         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
6531         to S_FIXED for pic16 port and when symbol is not in level 0,
6532         allocate for S_REGISTER storage class and pic16 port, too,
6533         * src/pic16/device.h: prototype for checkSym,
6534         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
6535         * (pic16_assignConfigWordValue): test the value and the mask to
6536         validate that the value is suitable for the configuration word,
6537         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
6538         collect extern declared symbols, don't emit symbol twice, check
6539         first if symbol is in publics set first,
6540         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
6541         * added command line '--fstack' which enables an experimental
6542         feature for stack access, too buggy to be used yet...
6543         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
6544         * (pic16_allocDirReg): when register has storage class S_REGISTER
6545         allocate in pic16_dynAccessRegs,
6546         * device/include/pic16/pic18f????.h: modified configuration word
6547         naming convention, words started as CONFIG0H but should be CONFIG1H
6548
6549 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
6550
6551         * device/include/mcs51reg.h: fixed bug 970993
6552
6553 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
6554
6555         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
6556         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
6557         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
6558         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
6559         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
6560         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
6561           error/warning numbers,
6562           added function setWarningDisabled()
6563         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
6564         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
6565           _memcmp.c _memmove.c calloc.c realloc.c free.c
6566         * support/regression/tests/malloc.c: added tests for new functionality
6567         * support/regression/tests/zeropad.c: added tests for truncated initializers
6568           and initialized char arrays starting with '\x0'
6569         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
6570
6571 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
6572
6573         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
6574
6575 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6576
6577         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
6578         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
6579         peephole 177.e. Thanks to anonymous
6580
6581 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
6582
6583         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
6584         function isn't used in the source but referenced as a
6585         variable initializer then declare it as extern in .asm file
6586
6587 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
6588
6589         * .version: increased version number to 2.4.3
6590
6591         Adding version extension according to ChangeLog CVS revision
6592         * src/Makefile.in (target all): added dependency 'version.h'
6593         * (rule version.h): added rule to create version.h from ChangeLog,
6594         * (rule dep): added dependency version.h,
6595         * src/version.awk: AWK script to create version.h
6596         * src/SDCCdwarf2.c (dwWriteModule),
6597         * src/SDCCglue.c (initialComments),
6598         * src/SDCCmain.c (printVersionInfo): modified to write after
6599         version string the version extension number,
6600         * src/SDCCutil.c: included "version.h"
6601         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
6602         number,
6603         * src/SDCCutil.h: added prototype for getBuildNumber
6604
6605         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
6606         includeDirsSet, too,
6607         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
6608         const char [] is found in function prototype...
6609
6610         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
6611         moving to WREG with source is already in WREG,
6612         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
6613         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
6614         * (aopForSym): stack'ed symbols are partially supported, added
6615         if-clause to support symbols in FARSPACE,
6616         * (sameRegs): added test for AOP_ACC to see if registers are same,
6617         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
6618         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
6619         * (pic16_popRegFromString): will not allocate a new register if it
6620         doesn't find one by name, bug may have introduced...
6621         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
6622         * (genIpush): revived to use pic16 port's stack,
6623         * (genAddrOf): added incomplete case for stack'ed operand,
6624         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
6625         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
6626         can handle multibyte operands,
6627         * src/pic16/glue.c (pic16_printIval*): some debug info added,
6628         * (pic16initialComments): added message for MPLAB compatibility
6629         mode enabled,
6630         * src/pic16/main.h: prototype for pic16_mplab_comp,
6631         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
6632         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
6633         * (_pic16_linkEdit): NEW, handles link stage, transferred here
6634         because of increased complexity of procedure,
6635         * (_process_pragma): stack pragma changed to format 'stack pos len',
6636         emit symbol '_stack_end' to conform with gplink,
6637         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
6638         to search for register,
6639         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
6640         PO_GPR_REGISTER,
6641         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
6642         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
6643         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6644         case for PO_GPR_REGISTER,
6645         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
6646         dies, the new era is ahead !...
6647         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
6648         pic16_dynInternalRegs,
6649         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
6650         * (pic16_allocDirReg): minor optimizations and bug fixes,
6651         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
6652
6653         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
6654         load stack and frame pointer with address of 'stack_end' symbol
6655
6656 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
6657
6658         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
6659         without source code but only variable initializers
6660
6661 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
6662
6663         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
6664         external are not declared as extern to reduce overhead while linking
6665
6666 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
6667
6668         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
6669
6670 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
6671
6672         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
6673           Yee Keat for the patch
6674         * src/SDCCast.c (decorateType): fixed bug #979599
6675         * src/ds390/gen.h: removed local fReturnSizeDS390
6676         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
6677         * src/ds390/gen.c (genAnd, genOr, genXor),
6678         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
6679
6680 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
6681
6682         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
6683         add relFilesSet to $3, manipulate $2 to handle linking of object
6684         files without source files in command line,
6685         * device/include/pic16 (all headers): added ID location macros,
6686         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
6687         entries for ID location bytes,
6688         * (pic16_assignIdByteValue): NEW,
6689         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
6690         added field dumpcalltree to pic16_options_t,
6691         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
6692         is used instead of pic16_Gstack_base_addr, check if (ifx) before
6693         emitting rFalseIfx label after check_carry label,
6694         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
6695         pic16_emitDIRegs), NEW
6696         * (pic16glue): dump .calltree file when option --calltree found,
6697         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
6698         * (_pic16_genAssemblerPreamble): emit ID locations after
6699         configuration registers,
6700         * (pic16_linkCmd): modifications of the link command,
6701         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
6702         * (pic16_pCodeInitRegisters): don't init stack registers,
6703         * (pic16_findPrevInstruction): fixed bug,
6704         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
6705         bug with immediate registers,
6706         * (buildCallTree): traces stack push and pop,
6707         * (pct2): dump also stack usage for each function,
6708         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
6709         * (pic16_allocDirReg): various modifications,
6710         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
6711         fixed to 1,
6712
6713 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
6714
6715         * src/pic16/pcode.c: removed buggy double colon
6716
6717 2004-07-01 Borut Razem <borut.razem AT siol.net>
6718
6719         * support/scripts/sdcc.nsi: added include/pic16 to setup
6720
6721 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
6722
6723         * device/lib/Makefile.in: fixed bug in target objects-pic16,
6724         * device/lib/pic16/Makefile: prefixed with dash (-) command under
6725         target 'clean',
6726         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
6727         specific command line arguments. Also added sample lkr script
6728         for placing a variable at a specific memory bank.
6729         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
6730         at a specific memory bank,
6731         * (pic16_dump_isection): fixed bug which caused string literals to
6732         be omitted when dumping idata section,
6733         * (pic16_groupRegistersInSection): added code to handle registers
6734         in specific memory banks,
6735         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
6736         public, all references are renamed too,
6737         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
6738         AOP_DPTR2,
6739         * (pic16_storeForReturn): added case to handle when dest is WREG,
6740         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
6741         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
6742         pic16_rel_udata, check to see if that register is marked as being
6743         a member of a specific memory bank,
6744         * (pic16_printIvalCharPtr): added code to add string literals either
6745         to code or the idata sections,
6746         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
6747         also accept the 'udata' pragma,
6748         * src/pic16/main.h: new structure types sectName and sectSym
6749         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
6750         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
6751         * (pic16_findPrevInstruction): fixed, it returned nothing,
6752         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
6753         instruction combinations,
6754         * (pic16_FixRegisterBanking): heavily reorganised,
6755         * (pic16_AnalyzeBanking): if generating banksel directives is
6756         disabled, then don't call FixRegisterBanking at all,
6757         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
6758         completely removed,
6759         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
6760
6761 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
6762
6763         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
6764         Phuah Yee Keat <yk.phuah AT nestac.com>
6765
6766 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6767
6768         * src/pic16/glue.c (pic16createInterruptVect): function now emits
6769         correctly the IVT even if it is relocated to some other location
6770
6771 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6772
6773         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
6774         * device/include/pic16/pic18f2220.h: NEW,
6775         * device/lib/pic16/libdev/pic18f2220.c: NEW,
6776         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
6777         * src/pic16/device.c (struct Pics16): added info for 18f2220,
6778         * src/pic16/device.h (struct pic16_options): added ivt_loc and
6779         nodefaultlibs, ivt_loc is the location of the interrupt vector
6780         table, and nodefaultlibs signs that default libraries should not be
6781         linked in link stage,
6782         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
6783         according to --ivt-loc argument,
6784         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
6785         when pragma stack is found,
6786
6787 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6788
6789         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
6790         256 (range check), 257 (do while), 258.a-f (bit banging
6791         f.e. on 3-wire SPI bus)
6792
6793 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6794
6795         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
6796         variables used exclusively within a loop
6797
6798 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
6799
6800         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
6801
6802 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6803
6804         * src/SDCClrange.c (computeClash): fixed bug #971834
6805
6806 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6807
6808         * src/mcs51/gen.c (genCmp): fixed bug #975903
6809         * src/hc08/gen.c (operandsEqu),
6810         * src/ds390/gen.c (operandsEqu),
6811         * src/z80/gen.c (operandsEqu),
6812         * src/pic/gen.c (operandsEqu),
6813         * src/pic16/gen.c (operandsEqu),
6814         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
6815         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
6816
6817 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6818
6819         * src/SDCCcse.c (cseBBlock): fixed bug #966963
6820
6821 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
6822
6823         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
6824         default case in switch statement,
6825         * glue.c (pic16_initPointer): expr is initialised via decoarteType
6826         to eliminate problem with initialisation of pointers, but problem
6827         still exists,
6828         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
6829         * (emitStaticSegment): removed various lines emitting debug info,
6830         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
6831         added processor registers for utilizing EEPROM,
6832         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
6833         configurable and set 8
6834
6835 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
6836
6837         * .version: increased version number to 2.4.2,
6838
6839         Cumulative patch for pic16 port
6840         * src/pic16/device.c: changed scheme to dump initial values for
6841         variables in idata segment, all print_idata* functions were removed,
6842         now the pic16_printIval* will be called,
6843         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
6844         * _pic16_printPointerType, pic16_printPointerType,
6845         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
6846         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
6847         NEW, similar to the respective functions in SDCCglue.c,
6848         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
6849         way, emitting hex bytes,
6850         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
6851
6852 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6853
6854         * src/avr/ralloc.c (serialRegAssign),
6855         * src/xa51/ralloc.c (serialRegAssign),
6856         * src/pic/ralloc.c (serialRegAssign),
6857         * src/pic16/ralloc.c (serialRegAssign),
6858         * src/hc08/ralloc.c (serialRegAssign),
6859         * src/z80/ralloc.c (serialRegAssign),
6860         * src/ds390/ralloc.c (serialRegAssign),
6861         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
6862
6863 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6864
6865         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
6866         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
6867
6868 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
6869
6870         Cumulative patch for pic16 port:
6871         * src/pic16/device.h (typedef PIC16_device) modified fields for
6872         defining microcontrollers,
6873         * src/pic16/device.c: added new info for all devices in Pics16 array,
6874         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
6875         to be optimised out by the pCode optimiser,
6876         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
6877         specially, bug reported by G.M. Gallant,
6878         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
6879         as force'd so that cannot be optimised out by pCode optimiser,
6880         * src/pic16/pcode.c,
6881         * src/pic16/pcodepeeph.c,
6882         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
6883         they are disabled by default, but can be enabled explicit with
6884         command argument --denable-peeps, for testing,
6885         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
6886         --pomit-ivt in COMPILE_FLAGS
6887
6888 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6889
6890         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
6891           compilation on MSVC
6892
6893 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6894
6895         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
6896
6897 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6898
6899         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
6900         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
6901
6902 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
6903
6904         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
6905         would only assign 0x300001 register.
6906
6907 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
6908
6909         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
6910         in COMPILE_FLAGS. Thanks to G. Gallant for report.
6911
6912 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6913
6914         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
6915         for ds80c400
6916         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
6917         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
6918         added peephole 254 (left shift), 255 (jump table)
6919
6920 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
6921
6922         * device/lib/Makefile.in: removed comment line with model-pic16,
6923         * (target port-specific-objects-pic16): the libraries and objects
6924         are copied to the build directory form the device/lib/pic16/bin
6925         directory
6926
6927         Cumulative patch concerning pic16 port:
6928         * library directory has been re-organized,
6929         * added support for PIC18F1220,
6930         * added headers and library sources for chips 18f1220,18f6520,
6931         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
6932
6933         * configuration registers setting has changed, now each supported
6934         device has a complete description of the registers it uses,
6935         * all initialisations are moved to idata sections, these section
6936         can be absolute or relocatable,
6937         * fixed initialisation of codespace variables,
6938         * fixed warning about PCLATU and gpsim,
6939         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
6940         * (genAssign): use table reads when assigning from variables in codespace,
6941         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
6942         char/int variables placed in codespace,
6943         * (pic16_emitConfigRegs): NEW, emits a list with configuration
6944         registers set in .asm file, no need for --pomit-config-words anymore,
6945         * (pic16glue): some 8051 legacy segments are commented out
6946         (to be removed completely),
6947         * added support for alternative assembler and linker with --asm=
6948         and --link= command line arguments,
6949         * peepholes are disabled automatically in the port, no need to
6950         specify on command line,
6951         * port supports natively char/int/long multiplication, but converts
6952         all divisions to support functions,
6953         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
6954         to the file set in variable $2,
6955         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
6956         strings in ASCII format and not in hex,
6957         * ralloc.c (serialRegAssign): added a triplet of conditional calls
6958         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
6959         allocate proper register if iCodes aren't temporary,
6960
6961 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6962
6963         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6964
6965 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6966
6967         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6968         is commented out
6969
6970 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6971
6972         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6973         computed address is reused
6974         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6975         multi-byte bitfields
6976
6977 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6978
6979         * src/z80/gen.c: (genArrayInit): must check for pointers too
6980
6981 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6982
6983         * support/regression/tests/zeropad.c: never meant to commit the
6984           nestedstruct test: removed, added check for GCC version
6985
6986 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6987
6988         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6989         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6990         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6991           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6992           bugs 928906 and 954082 half-empty initializers
6993         * src/SDCCsymt.h,
6994         * src/SDCCsymt.c (getAllocSize): added for above fix
6995         * src/z80/gen.c (genArrayInit): fixed bug 741044
6996         * support/regression/tests/zeropad.c: added tests
6997
6998 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6999
7000         * src/pic16/device.c (pic16_dump_section): corrected bug which
7001         caused some symbols of the libraries to be misplaced
7002
7003 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
7004
7005         * src/pic16/glue.c,
7006         * src/pic16/ralloc.h,
7007         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
7008         to fix conflict with pic port
7009
7010 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
7011
7012         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
7013         externs configuration variables,
7014         * src/pic16/ralloc.h,
7015         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
7016         prototype in header, commented out some debug messages
7017
7018 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
7019
7020         * src/pic16/glue.c,
7021         * src/pic16/main.c,
7022         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
7023         for gpasm COFF object generation. Thanks to D. Hawkins for
7024         his patch info
7025
7026 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7027
7028         * src/ds390/main.c,
7029         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
7030         Brock for spotting this)
7031         * src/ds390/gen.c (genEndFunction),
7032         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
7033         interrupt handler and critical. Disable push/pop optimizations when
7034         peephole optimizations disabled.
7035
7036 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
7037
7038         Updated pic16 library sources and headers.
7039         * device/lib/pic16/pic18f*/ ,
7040         * device/include/pic16/*.h: modified to handle structured SFR
7041         definitions
7042
7043 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
7044
7045         * src/port.h (PORT structure): added hook initPaths, now each
7046         port can declare its own default search paths,
7047         which can been seen with the --print-search-dirs option,
7048         see pic16 port for example,
7049         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
7050         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
7051         * (doPrintSearchDirs): NEW, replaces in a central manner the
7052         printing of search dirs which was split in set*Paths functions,
7053         * (main): added call to port->initPaths and doPrintSearchDirs,
7054         * src/avr/main.c,
7055         * src/ds390/main.c,
7056         * src/hc08/main.c,
7057         * src/izt/i186.c,
7058         * src/izt/tlcs900h.c,
7059         * src/mcs51/main.c,
7060         * src/pic/main.c,
7061         * src/pic16/main.c: modified port structures to reflect addition of
7062         initPaths hook,
7063
7064         * src/pic16/device.c (regCompare): registers are finally sorted by name,
7065         * (pic16_dump_section): for registers in same address reserve memory once,
7066         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
7067         to no_banksel,
7068         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
7069         result is greater in size than right or left,
7070         * (pic16_genUMult8X8_8): there are some cases where the result can
7071         be 16 bits size, so handle these,
7072         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
7073         * (pic16_outBitC): modified to emit pcodes,
7074         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
7075         or not,
7076         * (genDivOneByte): implemented algorithm to divide 8-bits,
7077         * (genCmp): uncommented goto, but issues still exist,
7078         * (genAnd): fixed a bug with variables >8bits,
7079         * (genPackBits): optimization added that uses BCF/BSF to change a
7080         single bit,
7081         * (genAssign): fixed bug when assigning floating point literals,
7082         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
7083         __sdcc_gsinit_startup label,
7084         * src/pic16/main.c (_pic16_init): removed search directory
7085         initialisations,
7086         * (_pic16_initPaths): NEW, used to initialise search directories,
7087         * (_hasNativeMulFor): support functions for all except char/int
7088         multiplication, and char division,
7089         * (PIC16_port struct): modified entry for native mul support,
7090         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
7091         no_banksel option,
7092         * (buildCallTree): call to register_usage is ifdef'ed out,
7093
7094 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7095
7096         * device/include/string.h: applied Stas Sergeev's patch to make this
7097         header file compatible with the preprocessor -Wundef option
7098         * src/SDCCmain.c (main): abort compilation if preprocessor reports
7099         failure (fixes bug #941458)
7100
7101 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7102
7103         * src/SDCCopt.c (killDeadCode): fixed bug #907733
7104         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
7105         that the variable, not the function, should be static
7106         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
7107         to be consistent with non-literal case
7108
7109 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7110
7111         * src/SDCCast.c (isConformingBody): fixed bug #949967
7112         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
7113         convilong): fixed bug #952086
7114
7115 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7116
7117         * src/SDCCmem.c (allocVariables): fixed bug #955321
7118
7119 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7120
7121         * src/hc08/main.c (_hc08_genAssemblerEnd),
7122         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
7123         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
7124         completely eliminated the use of a temporary file
7125         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
7126         when more than one file linked
7127         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
7128
7129 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7130
7131         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
7132         which fixes bug #543481
7133         * support/regression/tests/bug-751703.c: fixed comments left from a
7134         cut and paste error
7135         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
7136         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
7137         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
7138         scopes
7139         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
7140         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
7141         are now changed to underscores in moduleName
7142
7143 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7144
7145         * as/mcs51/lkmem.c: better fix for bug #954173
7146
7147 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
7148         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7149
7150         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
7151         * device/include/c8051f000.h,
7152         * device/include/c8051f120.h,
7153         * device/include/c8051f300.h,
7154         * device/include/c8051f310.h,
7155         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
7156         PWM16) and detab'ed
7157
7158 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7159
7160         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
7161         and mailing lists, doc'ed --no-peep-comments, removed reference
7162         to knoppix (newest version has no LyX/LaTeX), other minor changes
7163         * src/SDCCglue.c (glue): save 2 bytes stack space with
7164         option --main-return. The ljmp could probably be avoided too
7165
7166 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7167
7168         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
7169
7170 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7171
7172         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
7173         * src/SDCCopt.c (isLocalWithoutDef),
7174         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
7175         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
7176         (credit to Maarten Brock for patch #949363, on which this is based)
7177         * support/regression/tests/bug-751703.c: some test cases of extern used
7178         within inner scopes.
7179
7180 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7181
7182         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
7183         SPEC_STRUCT
7184         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
7185         struct definitions
7186         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
7187         dwWriteLabel): fix to create valid debugger symbols even when
7188         the module name has non-alphanumeric symbols in it
7189         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
7190         when a variable's allocation has been optimized away
7191
7192
7193 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7194
7195         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
7196         * src/hc08/main.c,
7197         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
7198         * src/mcs51/main.c,
7199         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
7200         * src/ds390/main.c,
7201         * src/z80/gen.c (z80_emitDebuggerSymbol),
7202         * src/z80/main.c,
7203         * src/pic/gen.c (pic14_emitDebuggerSymbol),
7204         * src/pic/main.c,
7205         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
7206         * src/pic16/main.c,
7207         * src/avr/gen.c (avr_emitDebuggerSymbol),
7208         * src/avr/main.c,
7209         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
7210         * src/xa51/main.c,
7211         * src/SDCCdebug.c (emitDebuggerSymbol),
7212         * src/SDCCdebug.h,
7213         * src/port.h: added a debugger struct to the port struct. Added a
7214         callback for defining debugger symbols
7215
7216         * src/SDCCast.c (createLabel),
7217         * src/SDCC.y (labeled_statement): mark all compiler generated labels
7218         with isitmp = 1
7219         * src/SDCCicode.h,
7220         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
7221         iCode back to the ast for the function
7222
7223         * src/hc08/ralloc.c (hc08_assignRegisters),
7224         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
7225         unneeded fields from the regs struct.
7226         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
7227         pushReg() & pullReg() functions instead of emitcode()
7228
7229         * src/hc08/gen.c (genLabel, genhc08Code),
7230         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
7231
7232         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
7233         debugger hooks
7234
7235         * src/hc08/gen.c (genEndFunction, genhc08Code),
7236         * src/hc08/gen.h,
7237         * src/mcs51/gen.c (genEndFunction, gen51Code),
7238         * src/mcs51/gen.h,
7239         * src/ds390/gen.c (genEndFunction, gen390Code),
7240         * src/ds390/gen.h,
7241         * src/z80/gen.c (genEndFunction, genZ80Code),
7242         * src/z80/gen.h,
7243         * src/z80/z80.h,
7244         * src/pic/gen.c (genEndFunction, genpic14Code),
7245         * src/pic/gen.h,
7246         * src/pic16/gen.c (genEndFunction, genpic16Code),
7247         * src/pic16/gen.h,
7248         * src/avr/gen.c (genEndFunction, genAVRCode),
7249         * src/avr/gen.h,
7250         * src/xa51/gen.c (genEndFunction, genXA51Code),
7251         * src/xa51/gen.h,
7252         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
7253         specific code to cdbFile.c and out of the backend code generators
7254
7255         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
7256         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
7257         starting address is now 0
7258
7259         * as/hc08/asm.h,
7260         * as/hc08/m08pst.c,
7261         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
7262         assembler directive for DWARF support
7263         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
7264
7265         * src/src.dsp,
7266         * src/Makefile.in,
7267         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
7268
7269 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7270
7271         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
7272         and inappropriate peephole optimization in jump tables
7273
7274 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7275
7276         * as/hc08/m08pst.c,
7277         * src/SDCCglue.c: sdccopt works for the hc08 port now
7278
7279 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
7280
7281         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
7282
7283 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7284
7285         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
7286
7287 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7288
7289         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
7290         rules
7291         * src/SDCCmain.c,
7292         * src/SDCCglobl.h,
7293         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
7294         comments from the peephole optimizer replacement rules
7295         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
7296         symbols
7297         * src/SDCCcse.c (updateSpillLocation),
7298         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
7299         equivalents
7300         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
7301         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
7302         objects far pointers
7303
7304 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7305
7306         * src/SDCCsymt.h: a missing part of my last change
7307         * src/pic/ralloc.c (regTypeNum),
7308         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
7309
7310 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7311
7312         * src/SDCCicode.h,
7313         * src/SDCCicode.c (aggrToPtrDclType),
7314         * src/SDCCptropt.h,
7315         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
7316         ptrPseudoSymConvert),
7317         * src/pic/ralloc.c (regTypeNum),
7318         * src/pic16/ralloc.c (regTypeNum),
7319         * src/hc08/ralloc.c (regTypeNum),
7320         * src/ds390/ralloc.c (regTypeNum),
7321         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
7322         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
7323
7324 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7325
7326         * link/z80/lkmain.c (afile),
7327         * as/hc08/lkmain.c (afile),
7328         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
7329         prevent a pointer problem when a filename has no directory and
7330         no extension specified.
7331
7332 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7333
7334         * link/z80/lkmain.c (afile): allow periods in directory names
7335         * link/z80/lkmain.c (afile),
7336         * as/mcs51/lkmain.c (afile),
7337         * as/hc08/lkmain.c (afile): allow linker script file to have an
7338         extension other than ".lnk"
7339         * link/z80/lklex.c (getfid),
7340         * link/z80/lkmain.c (parse),
7341         * as/mcs51/lklex.c (getfid),
7342         * as/mcs51/lkmain.c (parse),
7343         * as/hc08/lklex.c (getfid),
7344         * as/hc08/lkmain.c (parse): Support comments in the linker script
7345         file on lines by themselves and after filenames
7346
7347 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7348
7349         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
7350
7351 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7352
7353         * src/z80/peeph-z80.def: removed some peephole rules that don't
7354         work with multibyte arithmetic (fixed bug #937126)
7355         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
7356         to registers and not global variables
7357         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
7358         geniCodePreInc, geniCodePostDec, geniCodePreDec,
7359         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
7360         checking for assignments not internally generated (fixed bug #931895)
7361         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
7362         structure member (fixed bug #930072)
7363
7364 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7365
7366         * src/SDCCmain.c (linkEdit),
7367         * src/hc08/main.c (_hc08_parseOptions),
7368         * as/hc08/Makefile.in,
7369         * as/hc08/aslink.h,
7370         * as/hc08/asm.h,
7371         * as/hc08/m08pst.c,
7372         * as/hc08/lkrloc.c (relr, rele),
7373         * as/hc08/lkarea.c (lnkarea)
7374         * as/hc08/lkmain.c (afile, parse),
7375         * as/hc08/lkelf.c: support for ELF output
7376         * as/hc08/lks19.c (s19),
7377         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
7378
7379 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7380
7381         * as/mcs51/lkihx.c: Fixed bug #899105.
7382
7383 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7384
7385         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
7386         .dsp files from Unix to DOS.
7387
7388 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7389
7390         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
7391         function pointers; we have been compliant for several months now.
7392         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
7393         change that was accidently commented out
7394         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
7395         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
7396         bug #922319
7397
7398 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7399
7400         * src/hc08/gen.c: output of all of the internal debugging information
7401         is now controlled by the D() macro; it is disabled by default
7402
7403 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7404
7405         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
7406         harder to keep the same registers during a CAST iCode
7407         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
7408         long via int can be done in a single cast, if the signedness is
7409         correct.
7410         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
7411         putchar() in tinibios.c in ds390's library
7412
7413 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
7414
7415         * src/SDCCast.c (decorateType): fixed bug #898889,
7416         cast result of a literal complement too
7417         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
7418         fixed check for bitfields
7419
7420 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
7421
7422         * src/SDCCicode.c (geniCodeLogic): made it static,
7423         (geniCodeLogicAndOr): added in order to fix bug #905492,
7424         (ast2iCode): fixed bug #905492
7425         * support/regression/tests/bug-905492.c: added
7426         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
7427         (processParms): fixed bug #927659: don't copy parms, this will clear
7428         decorated flag
7429         * support/regression/tests/bug-927659.c: added
7430
7431 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
7432
7433         * src/SDCCast.c (addCast): don't cast float to char
7434         * device/lib/libsdcc.lib: added _memmove
7435
7436 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
7437
7438         * device/lib/large/Makefile: fixed parallel execution by
7439         replacing `make` by `$(MAKE)`
7440
7441 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7442
7443         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
7444         offsets (fixes bug #923936)
7445
7446 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
7447
7448         * device/lib/small/Makefile: fixed parallel execution by
7449         replacing `make` by `$(MAKE)`
7450
7451 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7452
7453         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
7454
7455 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
7456
7457         * src/pic/gen.c (genCpl): multi-byte complements were not working.
7458         * src/regression/Makefile: Regression test was not running.
7459
7460 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7461
7462         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
7463         complement if possible
7464         * src/SDCCval.c (valComplement),
7465         * src/SDCCicode.c (operandOperation): fixed complement of literal
7466         * support/regression/tests/onebyte.c (testComplement): added
7467
7468 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
7469
7470         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
7471         return an optimized tree; actually replace actParm with the new tree
7472         * src/SDCCast.h: added some parantheses to remove side effects
7473         * support/regression/tests/bug-920866.c
7474
7475 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
7476         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
7477         Bit operands were not being handled properly in the pic14 port.
7478         (now src/regression/add.c passes again).
7479
7480 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7481
7482         * src/SDCC.y (labeled_statement): case and default no longer require
7483         a following statement (RFE #893037)
7484
7485 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7486
7487         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
7488         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
7489         disabled (fixes bug #916294)
7490         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
7491         "mov a,acc"; patch provided by Lenny Story
7492         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
7493
7494 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7495
7496         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
7497         functions
7498         * src/ds390/gen.c (genFunction, genEndFunction),
7499         * src/ds390/ralloc.c (ds390_assignRegisters),
7500         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
7501         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
7502         pushed if there are parameters passed on the stack. Also, a cleaner
7503         way to decide if r0/r1 should be pushed/popped. (Together they fix
7504         bug #918693)
7505
7506 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7507
7508         * doc/sdccman.lyx,
7509         * device/lib/mcs51/crtpagesfr.asm,
7510         * device/lib/mcs51/crtxinit.asm,
7511         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
7512         to avoid confusion with Si Lab's SFRPAGE register.
7513
7514 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7515
7516         * src/SDCCglue.c (emitMaps): allow public sfr variables
7517         * src/SDCCglue.c (initialComments): include compiler build date
7518         with compiler version and put the timestamp of the generated
7519         assembly file on a serperate line to be less confusing.
7520         * src/port.h: added genInitStartup hook
7521         * src/avr/main.c,
7522         * src/ds390/main.c,
7523         * src/hc08/main.c,
7524         * src/pic/main.c,
7525         * src/pic16/main.c,
7526         * src/xa51/main.c,
7527         * src/z80/main.c: genInitStartup initialize as NULL (default to
7528         historical behaviour)
7529         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
7530         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
7531         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
7532         library instead of hard coding it into the compiler.
7533         * support/regression/ports/mcs51-stack-auto/spec.mk,
7534         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
7535         * device/lib/mcs51/Makefile,
7536         * device/lib/small/Makefile,
7537         * device/lib/large/Makefile,
7538         * device/lib/mcs51/crtpagesfr.asm,
7539         * device/lib/mcs51/crtstart.asm,
7540         * device/lib/mcs51/crtxclear.asm,
7541         * device/lib/mcs51/crtxinit.asm,
7542         * device/lib/mcs51/crtclear.asm,
7543         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
7544         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
7545         and into user configurable files.
7546         * device/lib/clean.mk: clean mcs51 directory too
7547         * support/regression/tests/longlit.c: added static to T1 declaration
7548         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
7549         accesses in the initialization code
7550
7551 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7552
7553         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
7554         OSCTRIMVAL as noted in bug #916008
7555
7556 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7557
7558         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
7559         in loops with multiple exits (reported as incorrect registers
7560         used by Martin Helmling in Sdcc-user list)
7561
7562 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7563
7564         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
7565         made ds390 register extensions look less like error messages
7566
7567 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7568
7569         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
7570         reported by Adam Wozniak in Sdcc-user list
7571
7572 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
7573
7574         * src/SDCCast.c (decorateType): fixed with bug and promotion in
7575         arithmetic optimizations, added debug output
7576
7577 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
7578
7579         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
7580         * sdcc.spec: updated and split sdcc into 3 rpms
7581         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
7582         needed for literals of LEFT_OP and '+'
7583         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
7584         introduced RESULT_TYPE_NOPROM
7585         (geniCodeMultiply): fixed logic for decision if mul is optimized to
7586         left shift
7587         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
7588         limited promotion to int only for '*'
7589         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
7590
7591 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
7592
7593         * src/pic16/gen.c (genSkip),
7594         (genc16bit2lit), (gencjneshort): commented out
7595         (is_LitOp): new helper function, checks operand type
7596         (genCmpEq): rewritten
7597
7598 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
7599
7600         * support/regression/tests/bug-908454.c: added
7601
7602 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
7603
7604         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
7605         * src/SDCCicode.c (usualBinaryConversions): op needs int type
7606         (geniCodeCast): cosmetic, don't preserve bit storage class
7607         (geniCodeLeftShift): added promotion
7608         (geniCodeLogic): fixed regression
7609         * src/SDCCsymt.c (computeTypeOr): accept bits too
7610         (compareType): 2nd part of fix for bug #908454, needed for bitfields
7611
7612 2004-03-07  Borut Razem <borut.razem AT siol.net>
7613
7614         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
7615
7616 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
7617
7618         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
7619         version of pic16_genPackRegisters which does not check if ic is a
7620         CAST operator,
7621         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
7622         function cause string1.c regression test fails
7623
7624 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
7625
7626         * sim/ucsim/configure.in,
7627         * sim/ucsim/configure,
7628         * sim/ucsim/doc/Makefile.in: use docdir
7629         * src/SDCC.y: fixed sbit atrributes
7630         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
7631         * src/SDCCast.c (decorateType): |^& need special promotion handling
7632         * src/SDCCast.h,
7633         * src/SDCCsymt.h: moved definition of RESULT_TYPE
7634         * src/SDCCsymt.h (computeType),
7635         * src/SDCCicode.c: computeType() needs op
7636         * src/SDCCsymt.c (checkTypeSanity),
7637         * doc/sddman.lyx: "plain" bitfields are unsigned
7638         * src/SDCCsymt.c (computeTypeOr): added
7639         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
7640         |^& ops
7641         * src/SDCCval.c (val*): computeType() needs op
7642         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
7643         * support/regression/tests/onebyte.c: added tests for |^&
7644
7645 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
7646
7647         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
7648         for writing icode into asm output.
7649
7650 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
7651
7652         * src/pic16/device.c: added some debug lines enabled
7653         with macro DEBUG_CHECK,
7654         * src/pic16/genarith.c: more debug in genPlus,
7655         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
7656         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
7657         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
7658         * (aopForSym): onStack symbols are re-placed in data memspace,
7659         and onStack flag is cleared,
7660         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
7661         copy temporary pcodeop,
7662         * (genPcall): added warning for not updating PCLATU,
7663         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
7664         always true for pic16 port,
7665         * (genMultOneWord): NEW, supports integer multiplication,
7666         * (genMult): modified to call genMultOneWord,
7667         * (ifxForOp): added warning when return NULL,
7668         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
7669         flag is set before call to operandFromSymbol for implicit
7670         added structures,
7671         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
7672         options.intlong_rent are set by default,
7673         * (_hasNativeMulFor): modified to allow port generation of integer
7674         multiplication,
7675         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
7676         set regtype to REG_SFR for all registers, restricting seting the
7677         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
7678
7679 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7680
7681         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
7682         more than 500 times in the regression tests
7683
7684 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7685
7686         * support/Util/SDCCerr.h,
7687         * support/Util/SDCCerr.c,
7688         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7689         enumerator_list),
7690         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
7691         for symbol conflicts.
7692         * support/valdiags/tests/enum.c,
7693         * support/valdiags/tests/tentdecl.c,
7694         * support/valdiags/tests/struct.c: expect possible error messages
7695         referring to original symbol definitions.
7696         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
7697         * src/SDCCsymt.h,
7698         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
7699
7700 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
7701
7702         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
7703
7704 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
7705
7706         * src/pic16/ralloc.c (newReg): fixed bug #908929
7707
7708 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7709
7710         * src/ds390/gen.c: added missing #include "main.h"
7711
7712 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
7713
7714         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
7715         checking if symbol is already in set,
7716         * src/pic16/device.h: prototype for checkAddSym,
7717         * src/pic16/gen.c: (_G): added entry interruptvector,
7718         * (assignResultValue): removed some commented out lines,
7719         * (genFunction): check for ISR via sym->type, absolute section for
7720         interrupt code is created via a new pBlock, the goto instruction is
7721         placed now correctly at the interrupt vector position, changed all
7722         references from ivec to _G.interruptvector,
7723         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
7724         is the interrupt is a high priority one, same for return from ISR,
7725         * src/pic16/glue.c: changed all calls of addSetHead for publics and
7726         externs to calls of checkAddSym,
7727         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
7728         pic16_pcode_verbose flag is set,
7729         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
7730         * src/pic16/pcoderegs.c: message about how many registers are saved
7731         will only be emitted if pic16_pcode_verbose flag is set,
7732
7733 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7734
7735         * src/ds390/ralloc.h,
7736         * src/ds390/ralloc.c (ds390_regWithIdx),
7737         * src/ds390/gen.c (emitcode),
7738         * src/ds390/main.h,
7739         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
7740         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7741         ds390operandCompare, getRegsRead, getRegsWritten,
7742         initializeAsmLineNode): customized instruction size calculation for
7743         ds390, started basis for some register optimizations
7744         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
7745         corresponding assembly output
7746         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
7747         missing push/pop of r0/r1. Optimized push/pops
7748
7749 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7750
7751         * src/mcs51/main.c (instructionSize): fixed ACALL size
7752         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
7753
7754 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
7755
7756         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
7757         the sorting of rlist with NULL elements
7758         * (print_idataType, print_idata): NEW to create idata sections
7759         * src/pic16/device.h: idataSymSet new variable
7760         * src/pic16/gen.c (genFunction): fixed some bugs in string
7761         comparing, improved the absolute section creation for ISRs,
7762         added FSR0L/FSR0H in registers that are saved in an ISR,
7763         * (genInline): fixed the processing of inline snippets,
7764         now they undergo no process by the peephole optimizer
7765         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
7766         are placed in idataSymSet,
7767         * (pic16emitStaticSeg): extern symbols are added in externs,
7768         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
7769         switching when aboslute variables are placed in access bank memory
7770         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
7771         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
7772         commented out with #if,
7773         * (pic16_packRegisters): reintroduce the check for CAST because some
7774         symbols are not correctly handled,
7775         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
7776         pCodeInstruction instead of pCode,
7777         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
7778         pCodeAsmDir definition,
7779         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
7780         directive, then the argument directive is emitted without the leading
7781         tab, hack for inline labels which must be in the first column,
7782         * (compareLabel,pic16_findNextInstruction),
7783         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
7784         * (insertBankSwitch): modified for the new pCodeAsmDir,
7785
7786 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7787         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
7788
7789         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
7790         instance,
7791         * (pushSide): commented out with #if,
7792         * (assignResultValue): fixed some typos in saving
7793         registers,
7794         * (genPcall): FIXED and sync'ed with genCall,
7795         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
7796         * (genNearPointerGet): fixed to handle some more cases,
7797         implementation scheme via table reads,
7798         * (genConstPointerGet): modified to access code memory correct,
7799         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
7800         and improved to handle some cases
7801         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
7802         instead of "RETLW" for init data
7803         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
7804         not IN_DIRSPACE, work around to reduce bank switching when aboslute
7805         variables are placed in access bank memory (<0x80 and >=0xf80),
7806         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
7807         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
7808         TBLWT_POSTDEC,TBLWT_PREINC
7809         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
7810         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
7811         directives
7812         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
7813         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
7814         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
7815         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
7816
7817 2004-02-29  Borut Razem <borut.razem AT siol.net>
7818
7819         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
7820         support/Util/findme.h, support/Util/system.h: enhance binary relative
7821         search for lib and include by using findProgramPath()
7822
7823 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7824
7825         * src/SDCCpeeph.h,
7826         * src/SDCCpeeph.c (pcDistance),
7827         * src/port.h,
7828         * src/mcs51/ralloc.h,
7829         * src/mcs51/ralloc.c (mcs51_regWithIdx),
7830         * src/mcs51/main.h,
7831         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
7832         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7833         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
7834         size calculation port specific, started basis for some register
7835         optimizations
7836         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
7837         missing push/pop of r0/r1. Optimized push/pops
7838         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
7839         * device/lib/_modsint.c (_modsint),
7840         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
7841         and stack version so regression tests pass
7842
7843 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
7844
7845         * src/Makefile.in (dep): include SLIBOBJS in dependency check
7846         * src/SDCCast.c (decorateType): catch another small optimization
7847         with '?' operator
7848         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
7849         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
7850         modified to finally use computeType() all over SDCC,
7851         see Feature Request #877103
7852         * src/SDCCval.h: cosmetic
7853         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
7854         valCompare(); regression tested in muldiv.c
7855         * support/regression/tests/muldiv.c (testMod): mod sign follows
7856         dividend only
7857
7858 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
7859
7860         * src/SDCCast.c (decorateType): fixed bug #902362
7861         * doc/INSTALL.txt: fixed install instructions for win32
7862
7863 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
7864
7865         * device/include/Makefile.in (install): fixed by replacing spaces
7866         by tabs
7867         * doc/README.txt,
7868         * doc/INSTALL.txt: updated for release
7869         * doc/sdccman.lyx: added warning for --xstack being buggy
7870
7871 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
7872
7873         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
7874         to eliminate build warnings.
7875         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
7876
7877 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
7878            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7879
7880         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
7881         removed -penable-stack, added comment for stack pragma, added
7882         warning for not initializing the stack/frame registers, removed
7883         comment at interrupts section
7884
7885         Stack is made permanent, there is no ability to disable stack usage.
7886         * src/pic16/device.h,
7887         * src/pic16/device.c: removed all references to USE_STACK macro,
7888         * src/pic16/device.c (pic16_dump_section): when no elements in
7889         rlist, free rlist before return,
7890         * (pic16_dump_int_registers): NEW, internal registers are a new set
7891         of general purpose registers reused by each function,
7892         * (checkAddReg): returns 1 if registers is added to set,
7893         * (pic16_groupRegistersInSection): when a registers is of type
7894         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
7895         * src/pic16/device.h: memRange and Assigned Memory are deleted,
7896         SRCASECMP macro is moved here from device.c
7897         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
7898         PO_PCLATU, PO_PRODL, PO_PRODH,
7899         * (pic16_pCodeOpType, genMinus,
7900         changed compares to "a" register, with AOP_ACC,
7901         * (pic16_genPlus): fixed some bugs and indented properly,
7902         * (pic16_addSign): changed size to size+offset in the MOVWF
7903         instruction,
7904         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
7905         multiply 8-bit operand by literal, result is 8-bit,
7906         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
7907         multiply 2 8-bit operand, result is 8-bit,
7908         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
7909         genUMult8X*_16,
7910         * src/pic16/gen.c: changed accUse to contain WREG only,
7911         * (pic16_emitcomment): renamed to pic16_emitpcomment,
7912         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
7913         true, do not use immediate addressing any more unless sym is a
7914         pointer in codespace,
7915         * (aopForRemat): do not use immediate addressing when symbol not in
7916         codespace and when symbol's address is requested,
7917         * (aopOp): for-loop in if(sym->accUse) is modified for the new
7918         accUse size (= 1),
7919         * (aopGet): added case for AOP_ACC and don't return "accumulator
7920         bug" but WREG instead,
7921         * (popGetTempReg): pushes contents of temporary register in stack,
7922         * (popReleaseTempReg): pops contents of temporary register from
7923         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
7924         * (pic16_popGet): separated case AOP_ACC to return register WREG
7925         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
7926         or PO_IMMEDIATE and initializes their instance/offset appropriately,
7927         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
7928         the use of immediate pointers to certain cases only.
7929
7930         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
7931         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
7932         * (assignResultValue, genCall, genRet): modified to use the new
7933         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
7934         genPcall is still broken,
7935         * (genFunction): added code to create 'A' type pBlocks when
7936         interrupt functions are generated, code not extensively tested yet,
7937         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
7938         * (genEndFunction): modified so ISRs pop stored registers from stack,
7939         * (genMultOneByte): cleanup,
7940         * (AccRsh): added flag andmask, to and result with appropriate mask,
7941         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
7942         * (genDataPointerGet): fixed and reenabled its use,
7943         * (genNearDataPointerGet): bugs fixed,
7944         * (genDataPointerSet): bugs fixed,
7945         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
7946         pic16_DumpSymbol, pic16_DumpOp,
7947         * src/pic16/genutils.h: function prototypes for the above functions,
7948         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
7949         pointers,
7950         * (pic16emitRegularMap): many many many improvements, but needs a
7951         major cleanup,
7952         * src/pic16/main.c: enable_stack in pic16_options is removed,
7953         * (_pic16_parseOptions): removed command line options -penable-stack,
7954         * (_process_pragma): emit stack symbol only when stack pragma is
7955         processed,
7956         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
7957         redirected to FSR0L/FSR0H pair,
7958         * (pic16_get_op, pic16_get_op2): modifications and improvements,
7959         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7960         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
7961         for immediates,
7962         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7963         * (dumpPicOptype): NEW,
7964         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7965         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7966         with movff instruction,
7967         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7968         added pic16_int_regs, some packRegsFor* functions are commented out,
7969         because produce errors,
7970         * src/pic16/NOTES: minor modifications
7971
7972 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7973
7974         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7975         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7976         --pack-iram.
7977         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7978         * as/mcs51/lkaomf51.c: fixed bug #895763
7979
7980 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7981
7982         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7983
7984 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7985
7986         * doc/sdccman.lyx: added details about the HC08 storage classes and
7987         interrupts, fixed the register usage info for z80 & gbz80
7988
7989 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7990
7991         * doc/sdccman.lyx: added more pic16 port documentation
7992         * device/include/pic16/: added header pic18fregs.h
7993
7994 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7995
7996         * doc/sdccman.lyx: added Vangelis' contribution
7997
7998 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7999
8000         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
8001         extend to the next CALL or PCALL, not just to the next CALL.
8002
8003 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
8004
8005         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
8006
8007 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8008
8009         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
8010         bug #895752 and a better fix for bug #716790
8011
8012 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8013
8014         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
8015
8016 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8017
8018         * doc/sdccman.lyx: minor changes, minor changed
8019
8020 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
8021
8022         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
8023         which can't handle SDCC_NEWONEBYTEOPS,
8024         (geniCodeMultiply): removed conversion from mult to shift for pic14
8025         and pic16
8026
8027 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8028
8029         * src/hc08/gen.h,
8030         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
8031         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
8032         thus fixing bug #895406
8033
8034 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
8035
8036         * device/lib/_modsint.c,
8037         * device/lib/_modslong.c: sign follows divisor only
8038         * src/hc08/gen.c (genMultOneByte): if result size is 1,
8039         signs or signedness can be ignored
8040         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
8041         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
8042         added optimization for IFX,
8043         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
8044         arguments;
8045         reenabled optimization for IFX, which was removed on 2004-01-11
8046         * src/SDCCast.h: added return type IFX
8047         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
8048         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
8049         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
8050         SDCC_OLDONEBYTEOPS selects the old behaviour
8051         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
8052         changed again and commented promotion rule
8053         * src/SDCCval.c (valDiv): promotion no longer necessary
8054         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
8055         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
8056         rewritten
8057         * support/regression/tests/onebyte.c: added
8058
8059 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
8060
8061         * gen.c (genInline): reverted to old code for assemnling inline
8062         code because of bug reported James Chadd
8063
8064 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
8065
8066         * ralloc.h: missing declarations from previous patch,
8067         seems that patch for ralloc.h was never applied, fixed
8068
8069 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8070            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
8071
8072         * pcode.c,
8073         * pcode.h,
8074         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
8075         indirect addressing. Marked FSR0 as deprecated
8076         * gen.c (pointerCode): commented out, not needed now
8077         (pic16_popGet2p): new MOVFF helper function
8078         (genGenPointerGet),
8079         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
8080         (shiftRLong): removed duplicate debugging info
8081
8082 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8083
8084         * src/ds390/gen.c (genNearPointerGet),
8085         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
8086         optimization with bits, but not bitfields.
8087         * src/ds390/ralloc.c (packRegisters),
8088         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
8089
8090 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
8091
8092         * src/SDCCcse.c (algebraicOpts): copy operands before modification
8093
8094 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8095
8096         * src/SDCCsymt.h,
8097         * src/SDCCicode.c (operandFromSymbol),
8098         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
8099         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
8100         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
8101         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
8102         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
8103         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
8104         bug #892038
8105         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
8106         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
8107         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
8108         * src/SDCCsymt.c (newSymbol),
8109         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
8110         enumerator_list),
8111         * src/SDCCval.h,
8112         * src/SDCCval.c (newiList): fixed bug #885705
8113
8114 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8115
8116         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
8117         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
8118
8119 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8120
8121         * device/include/c8051f120.h,
8122         * device/include/c8051f300.h,
8123         * device/include/c8051f310.h: added/updated header files for Silicon
8124         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
8125         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
8126         in new section Submitting patches
8127
8128 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8129
8130         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
8131         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8132         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8133         genGenPointerSet),
8134         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
8135         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8136         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8137         genGenPointerSet),
8138         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
8139         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8140         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8141         genGenPointerSet),
8142         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
8143         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8144         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8145         genGenPointerSet): fixed bug #892400
8146         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
8147         to eliminate build warnings.
8148         * src/SDCCast.c (processParms),
8149         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
8150         fixed bug 751859
8151         * support/valdiag/valdiag.py: added GCC to the list of defines active
8152         when compiling with gcc
8153
8154 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8155
8156         * support/Util/SDCCerr.h,
8157         * support/Util/SDCCerr.c,
8158         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
8159         with an incomplete type (fixed bug #883734)
8160         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
8161
8162 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8163
8164         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
8165
8166 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8167
8168         * src/SDCCast.c (decorateType),
8169         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
8170         function pointer implementation
8171         * support/regression/tests/funptrs.c: added tests to verify both forms
8172         of function pointers work correctly. Added tests to verify parameters
8173         are passed in the correct order.
8174
8175 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
8176
8177         * device.c (regCompare): registers are sorted by ascending
8178         address and increasing size,
8179         * main.c (_pic16_finaliseOptions): removed the declaration
8180         of compiler macro MCU. Now a macro of the format pic18fxxxx
8181         will be defined from the command line
8182
8183 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8184             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
8185
8186         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
8187         PCOP_RLCF was overwritten!
8188         * gen.c (genSkip): commented out calls to pic16_emitcode,
8189         * (genCmpEQ): fixed "long" compares, only high word did get compared,
8190         * (genlshTwo),
8191         * (genRRC): added debugging info,
8192         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
8193         overwritten while shifting,
8194         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
8195         overwritten while shifting,
8196         * (AccLsh),
8197         * (AccRsh),
8198         * (shiftLLeftOrResult),
8199         * (shiftRLeftOrResult),
8200         * (shiftRLong),
8201         * (shiftLLong): Implemented with pic16_emitpcode
8202         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
8203         * (genLeftShift): Fixed bug, operand for shift by variable always
8204         was "and"ed with 0x0f,
8205         * (genLeftShiftLiteral),
8206         * (genrshTwo),
8207         * (genRightShiftLiteral): added debugging info,
8208         * (genrshFour): added comment,
8209         * (genRightShift): determined signedness from operand "left"
8210         instead of "result"
8211
8212 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8213
8214         * src/SDCCicode.c (geniCodeParms),
8215         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
8216         function pointers, fixed function pointer bugs #861242 and #861896
8217
8218 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8219
8220         * device/include/c8051f000.h,
8221         * device/include/c8051f120.h,
8222         * device/include/c8051f300.h: added header files for Silicon
8223         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
8224
8225 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
8226
8227         * src/SDCCast.c (processParams): added new type flow and restructured
8228         (gatherAutoInit): added new type flow
8229         (addCast): cosmetic changes
8230         (getLeftResultType): added new type flow for array indices, patch
8231         provided by Stas, see FR #877103
8232         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
8233         array index patch by Stas
8234         * src/SDCCast.h: added prototype getResultTypeFromType()
8235         * src/SDCCval.h,
8236         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
8237         * src/pic/glue.c (pic14emitStaticSeg),
8238         * src/pic16/glue.c (pic16emitStaticSeg),
8239         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
8240         for initialization of symbols
8241         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
8242         * support/Util/SDCCerr.h:
8243         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
8244         * .version: bumped version number to 2.3.8
8245         * device/include/Makefile.in (install),
8246         * doc/Makefile (install): changed to 'rm `find ...`' construct to
8247         avoid warnings
8248
8249 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
8250
8251         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
8252         Slade Rich fixed an optimization bug
8253         * src/pic/pcodepeep.c,
8254         * src/pic/pcoderegs.c
8255         * doc/Makefile (install): added test for directory
8256
8257 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8258
8259         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
8260         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
8261         * src/pic/ralloc.c (getRegPtr, getRegGpr),
8262         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
8263         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
8264         * as/mcs51/asexpr.c (term),
8265         * as/hc08/asexpr.c (term): fixed bug #887146
8266
8267 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8268
8269         * src/z80/gen.c (genMult): handle single byte result product
8270         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
8271         DUMMY_READ_VOLATILE (fixed bug #886367)
8272
8273 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
8274
8275         * support/regression/tests/libmullong.c: fixed logic, on little endian
8276         hosts we ended without a mullong_wrapper()
8277
8278 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8279
8280         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
8281         virus/worm forged address usage.
8282
8283 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
8284
8285         Fixed promotion, it should be done on AST level:
8286         * src/SDCCast.c (addCast): added promotion to int
8287         (decorateType): updated call to upCast()
8288         * src/SDCCicode.c (geniCodeLeftShift): removed call to
8289         usualUnaryConversions()
8290
8291 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
8292
8293         * support/regression/tests/literalop.c (mulWrapper): Added a
8294         wrapper to remove integer overflow warnings.
8295
8296         * support/regression/tests/float_trans.c: Made work on host.
8297
8298         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
8299         location of sz80.
8300
8301         * support/regression/generate-cases.py (main): Changed from inline
8302         to a main method.
8303
8304         * doc/Makefile (install): Changed to depth first to get rid of
8305         missing directory install warning.
8306
8307         * as/Makefile (install-doc): Made work on Mac.
8308
8309 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
8310
8311         * src/SDCCast.c: added an additional type flow in decorateType() of
8312         opposite direction, see feature request #860006; it's enabled at runtime
8313         by setting the environment variable SDCC_NEWTYPEFLOW
8314         * src/SDCCast.h: changed prototype of decorateType()
8315         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
8316         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
8317         'char' to 'int' can be omitted, if both operands are 'unsigned char';
8318         see feature request #877103
8319         * src/SDCCval.c: updated call of decorateType()
8320         (valBitwise): fixed bug #882876
8321         (valMinus): added promotion
8322         (valLogicAndOr): result is unsigned
8323         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
8324         * src/SDCCsymt.c (computeType),
8325         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
8326         must not cause an unsigned operation
8327         * src/pic/glue (pic14emitRegularMap),
8328         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
8329
8330 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
8331
8332         * src/pic/pcode.c (PCodeID): commented out left over debug code
8333
8334 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
8335
8336         * support/valdiag/tests/overflow.c: added shift tests
8337         * src/pic/device.c,
8338         * src/pic/gen.c,
8339         * src/pic/gen.h,
8340         * src/pic/glue.c,
8341         * src/pic/main.c,
8342         * src/pic/pcode.c,
8343         * src/pic/pcode.h,
8344         * src/pic/pcodepeep.c,
8345         * src/pic/pcoderegs.c,
8346         * src/pic/ralloc.c,
8347         * src/pic/ralloc.h: applied patch from Slade Rich;
8348         added support for multiple code pages and multiple RAM banks on the
8349         PIC 14 port. The ASM files now no longer simply assume all the
8350         code / RAM are in the same page / bank. This means the linker can
8351         safely allocate code/RAM of separate ASM files to different pages/banks.
8352         * doc/sdccman.lyx: added Slade's tips
8353         * src/mcs51/peeph.def: fixed bug #880768
8354
8355 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8356
8357         * src/hc08/ralloc.c (rematStr): fixed bug #879282
8358         * src/SDCCast.c (decorateType): fixed bug #880197
8359
8360 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
8361
8362         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
8363         getopt.h.
8364
8365         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
8366         strtof is not part of C89 and isn't included with Mac OS X.
8367
8368 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8369
8370         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
8371         shiftL2Left2Result): fixed bug #879326
8372         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
8373         (genMultOneByte): fixed bug in signed vs unsigned multiplication
8374         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
8375         address fetch for clr instruction
8376         * device/lib/hc08/_mulint.c: created optimized assembly version
8377         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
8378
8379 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
8380
8381         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
8382         proposed in FR #877103
8383
8384 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
8385
8386         * src/SDCCval.c (cheapestVal): added missing checks
8387         * src/SDCCicode.c (usualBinaryConversions): fixed condition
8388         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
8389
8390 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
8391
8392         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
8393         equal operands
8394
8395 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
8396
8397         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
8398         loaded with the linker search paths (-L arguments) and the libraries
8399         to be linked with the current source (-l arguments). Changes
8400         currently will affect only the pic16 port.
8401         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
8402         include path the port specific paths and port specific libraries,
8403         * gplink command now contains the $3 argument,
8404         * src/pic16/device.h,
8405         * src/pic16/device.c,: structure PIC_device is made public and
8406         renamed to PIC16_device, the same for variable Pics which is renamed
8407         to Pics16. Updated all references to them.
8408         * src/pic16/glue.c (pic16glue): corrected bug with code
8409         initialization which bypassed the variable initializations block.
8410
8411         * device/lib/pic16/Makefile.rules: removed --penable-stack from
8412         COMPILE_FLAGS and added the --nostdinc option
8413
8414 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8415
8416         * device/include/mc68hc908jb8.h: Register defs for another member
8417         of the hc08 family. Contributed by Bjorn Bringert - thanks!
8418
8419 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
8420
8421         Documenting changes from previous commits.
8422         * configure.in (version 1.56),
8423         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
8424         when generating output files to configure the pic16 library,
8425         but now I've commented it out, since gputils aren't installed in the
8426         SF compile farm, so library won't compile
8427
8428         * device/lib/Makefile.in (version 1.56): initially I've added in
8429         target 'all' the prerequestive 'model-pic16' so it compiled the
8430         pic16 library, but now I've commented it out for the same reasons
8431         above,
8432         * added targets 'model-pic16' and 'objects-pic16' to compile the
8433         library
8434         * added target 'port-specific-objects-pic16' to handle the
8435         generated libraries and copy them into the build/ directory
8436         * added target 'clean-intermediate-pic16' to clean intermediate
8437         files into pic16 directory
8438         * in target 'installdirs' added line to create directory pic16 in
8439         the installation path
8440
8441         * device/include/Makefile.in (version 1.11): in target 'install'
8442         added lines to copy all header files to installation path,
8443         * in target 'installdirs' added line create directory for pic16
8444         headers in the installation path
8445
8446 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
8447
8448         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
8449          a function call
8450
8451 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
8452
8453         * configure,
8454         * device/lib/configure.in,
8455         * device/lib/configure: fixed for autoconf 2.57
8456
8457 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8458
8459         * src/z80/main.c (_parseOptions): fixed the portmode= command line
8460         option so that it actually works. Made it specific to the z80, since
8461         the gbz80 doesn't have these kinds of I/O ports.
8462
8463 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8464
8465         * device/include/z180.h,
8466         * device/lib/_memcpy.c,
8467         * device/lib/_memmove.c,
8468         * device/lib/_mulint.c,
8469         * device/lib/ser_ir.c,
8470         * device/lib/ser_ir_cts_rts.c,
8471         * device/lib/_strcmp.c,
8472         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
8473         * src/z80/main.c (_process_pragma): add support for pragmas bank and
8474         portmode; added deprecation warning for bank= and protmode= forms.
8475         Also, guard against buffer overflow.
8476         * src/z80/gen.c (aopGet): generate better code for sfr banked read
8477
8478 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8479
8480         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
8481         changed interrupt vector table generation to only emit declared vectors.
8482         * device/include/Makefile.in: added missing backslash
8483         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
8484
8485 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8486
8487         Mainly changes to support compilation of the device libraries
8488         * src/pic16/device.c: stack is allocated via symbol and not
8489         via literal number. The symbol is placed in the corresponding
8490         position of the data ram
8491         * (pic16_dump_section): relocatable and absolute uninitialized
8492         data are now emitted in sorted order to reduce section naming,
8493         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
8494         weren't marked as being in the access bank,
8495
8496 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8497
8498         Added portion of GNU PIC Library under the directory
8499         device/include/pic16 and device/lib/pic16. These files
8500         contain the declarations of SFRs for the PIC18Fxx2 devices.
8501         The directory is initialized via configure from toplevel.
8502
8503 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
8504
8505         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
8506         the spilllocations to be compared correctly
8507
8508 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8509
8510         * src/SDCCast.c (decorateType): fixed bug introduced today
8511
8512 2004-01-12  Borut Razem <borut.razem AT siol.net>
8513
8514         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
8515         doc/sdccman.lyx: upper case pragmas are deprecated
8516
8517 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8518
8519         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
8520         in simpler and even better code
8521
8522 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
8523
8524         * src/SDCCicode.c (operandOperation): fixed bug #874819
8525         * src/SDCCast.c (decorateType): fixed
8526         char foo (unsigned long ul) { return ul > 0; }
8527
8528 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8529
8530         * doc/sdccman.lyx: Moved and added some sections, small changes
8531         all over. Telling LaTeX to be less strict with word spacing
8532         to better keep the right margin. Changed some notes about
8533         maintainance of the ports in section 3.2.1 - is it OK like this?
8534
8535 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
8536
8537         SDCC source changes:
8538         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
8539         convilong): modified to inform the pic16 port that builtin functions
8540         are external
8541
8542         PIC16 PORT specific changes:
8543         * src/pic16/device.c pic16_dump_equates() added,
8544         processor registers declared internally by the port are emitted in
8545         the translation as equates,
8546         * src/pic16/gen.c: inline code is passed unprocessed to the
8547         translation,
8548         * (pic16_popGetLit2): fnuction modified to take second operand as
8549         pCodeOp pointer and not as literal,
8550         * (popRegFromIdx): prefixed with pic16_,
8551         * (pic16_popCombine2): modified to receive already allocated pCode
8552         operands,
8553         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
8554         * (genFunction): initializes local stack frame and pushes on stack
8555         all the registers used by this function,
8556         * (genEndFunction): restores all registers from stack and restores
8557         stack frame,
8558         * src/pic16/glue.c (pic16emitRegularMap): various changes and
8559         improvements,
8560         * (pic16glue): changed the program startup sequence,
8561         * added new dbName code 'A' for functions placed in absolute section
8562         * src/pic16/main.c: added function attribute _naked,
8563         * added pragma 'code' to place a fnuction at an absolute address,
8564         * added command line arguments --debug-ralloc and --pcode-verbose,
8565         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
8566         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
8567         * (pic16_newpCodeOpLit2): modified to take the second operand as
8568         pCodeOp pointer,
8569         * (pic16_printpBlock): modified to emit each function in a separate
8570         section,
8571         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
8572         UPPER for immediate operands,
8573         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
8574         instruction,
8575         * src/pic16/peeph.def: all peepholes with movff are commented out,
8576         because there is a problem in the pcode peep optimizer,
8577         * src/pic16/ralloc.c: the register allocator can now reuse local
8578         function symbols for another function. This saves register usage.
8579         * src/pic16/ralloc.h: added flag isLocal in structure regs,
8580
8581         Added file src/pic16/NOTES with information about program writing on
8582         the current port version.
8583
8584 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8585
8586         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
8587         and peephole 252 (array access)
8588
8589 2004-01-09  Borut Razem <borut.razem AT siol.net>
8590
8591         * src/SDCCmain.c : fixed #872250: -l command line defined library
8592           files are scanned before standard library files
8593
8594 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8595
8596         * src/SDCCast.c (decorateType): fixed bug #874046
8597
8598 2004-01-09  Borut Razem <borut.razem AT siol.net>
8599
8600         * support/scripts/sdcc.nsi: remove previous installation
8601
8602 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8603
8604         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
8605         bytes for last interrupt vector (mcs51)
8606         * sdcc.spec: fixed typo
8607
8608 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8609
8610         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
8611         gen51Code): more efficient parameter receive for --model-large
8612         ("bug" #845294)
8613
8614 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8615
8616         * src/ds390/main.c,
8617         * src/z80/main.c: added missed needLinkerScript flags (more than
8618         one port structure defined in these file)
8619         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
8620         bug #795325
8621
8622 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
8623
8624         * src/SDCCmain.c: removed various references to DEFAULT_PORT
8625         * src/port.h: added flag needLinkerScript in port->linker
8626         structure to inform whether to create a .lnk file or not,
8627         * src/avr/main.c,
8628         * src/ds390/main.c,
8629         * src/hc08/main.c,
8630         * src/mcs51/main.c,
8631         * src/pic/main.c,
8632         * src/pic16/main.c,
8633         * src/xa51/main.c,
8634         * src/z80/main.c: changed appropriately to configure
8635         needLinkerScript flag
8636         * src/pic/gen.c,
8637         * src/pic16/gen.c (genAddrOf): fixed bug #863624
8638         * src/pic/glue.c: added variable udata_section_name to
8639         override default uninitialized data segment definition for
8640         devices only with SHAREBANK memory (reported from Erik Epetrich)
8641         * (pic14emitOverlay): modified to emit a commented overlay segment
8642         directive when no overlay data exist
8643         * (picglue): modified to emit uninitialized data segment
8644         according to udata_section_name
8645         * src/pic/main.c (_pic14_parseOptions): added command line
8646         options --udata-section-name=[name] to override default
8647         udata definition name
8648         * modified _linkCmd and _asmCmd to include compiler passed
8649         arguments via -W option
8650         * src/pic16/main.c: added $l in _asmCmd, changed extension for
8651         object file from '.rel' to '.o' in port->linker structure,
8652         changed size of fptr from 2 to 3 in port structure
8653
8654 2004-01-07  Borut Razem <borut.razem AT siol.net>
8655
8656         * support/scripts/sdcc.nsi: update PATH
8657         * support/scripts/sdcc.ico: craeted
8658
8659 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
8660
8661         * device/include/Makefile.in: fix install
8662         * doc/Makefile: fix install
8663
8664 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8665
8666         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
8667         in bug #860505
8668         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
8669         how the function variable allocation summary is displayed; also
8670         include information about variables allocated to the overlay
8671         segment
8672
8673 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8674
8675         * as/mcs51/lkmain.c: Help about -Y option
8676         * as/mcs51/lkarea.c: Fixed gcc warnings
8677
8678 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8679
8680         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
8681         fixed warning
8682         * support/valdiag/tests/overflow.c: added
8683         * src/SDCCast.c (decorateType),
8684         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
8685         LEFT_OP (left shift)
8686
8687 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8688
8689         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
8690         (default behaviour).
8691
8692 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8693
8694         A python script to validate compiler diagnostic messages. It can be
8695         used to verify that sdcc complains about bad c source code and
8696         gives a good location of the error.
8697         * support/valdiag/Makefile,
8698         * support/valdiag/valdiag.py,
8699         * support/valdiag/tests/*
8700
8701 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8702
8703         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
8704         * src/SDCCsymt.c (newEnumType),
8705         * src/SDCCsymt.h
8706         * support/Util/SDCCerr.c,
8707         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
8708         enum related bugs.
8709         * support/regression/tests/enum.c: added test for enum values that
8710         require at least 2 bytes of storage.
8711
8712 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8713
8714         * src/common.h: added ifndef/define/endif macros
8715         around the header file.
8716         Bug reported from Jesus Calvino-Fraga
8717
8718 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8719
8720         * sdcc.spec: updated
8721         * device/include/Makefile.in: don't install CVS directories
8722         * device/lib/Makefile.in: added removal of CVS directories after install
8723         * doc/Makefile: fixed install, added local_icons
8724         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
8725         * src/mcs51/gen.c (genRightShift): fixed bug #870788
8726         * src/ds390/gen.c (genRightShift): fixed bug #870788
8727         * src/SDCCast.c (decorateType): fixed bug #870781
8728
8729 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8730
8731         PIC16 port related changes:
8732         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
8733         added variable stackPos,
8734
8735         * gen.c: genCall, assignResultValue: added support for
8736         pushing/retrieving function parameters to/from stack,
8737         genFunction,genEndFunction: setup stack frame for the
8738         generated function,
8739         genAddrOf: will be changed according to bug 863624
8740
8741         * added files genutils.c and genutils.h which contain gen*
8742         debugged and optimised functions extracted from gen.c
8743
8744         * glue.c: added variable 'externs' which holds extern symbols,
8745         pic16emitRegularMap: is modified to properly handle relocatable
8746          symbols under the new scheme,
8747         pic16createInterruptVect: is modified
8748         pic16printPublics: is modified to emit 'global' assembler directives,
8749         added pic16_printExterns to print extern symbols,
8750         pic16glue: initializes stack/frame pointer in the beginning of
8751         the assembly output. Temporary hack, will be corrected later,
8752         because gplink yet does not support stack and SDCC does not
8753         yet support a type of crt0.o object to create the final binary.
8754
8755         * Removed many lines that contain 8051 legacy code.
8756         * The code is finally placed under a 'code' directive.
8757         * Added port specific options.
8758
8759         * _process_pragma: simplified since now we do not need *special*
8760         include file to define SFR registers. But a separate header
8761         will be needed. This will be developed later.
8762         * _pic16_parseOptions: added, parses port specific options:
8763         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
8764         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
8765         --preplace-udata-with=
8766
8767         * _pic16_setDefaultOptions: modified to initialize section names,
8768         but hack is temporarly out of order since it needs improvement.
8769         * _pic16_genAssemblerPreamble: configuration words are emitted by
8770         their address instead of their name. This part is incomplete and
8771         supports only the 18Fxx2 devices. Other devices will emit an error
8772         during assembly since they do not contain the same set of config
8773         registers
8774         * _pic16_genIVT: is modified,
8775
8776         * pcode.c: added definitions for some hardware registers that are needed
8777         for stack support
8778         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
8779         All PCI entries are updated. Now LFSR is supported.
8780         * Removed pic16_pciTRIS is mentioned by mdubuc in source
8781         * added pic16_newpCodeOpLit2 to support instructions with
8782         two literal arguments
8783         * pic16_pCode2str: corrected code that emits assembler instructions
8784         with two literal operands and those that have an access bit modifier
8785         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
8786         this fixes a bug which caused some labels to be lost, when an
8787         assembler directive was added, i.e. banksel,
8788         * pic16_FixRegisterBanking: improved logic that causes the insertion
8789         of bank switching,
8790         * InlineFunction: functions that are called once, are not any more
8791         inlined. This can be a port option in the future,
8792
8793         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
8794
8795         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
8796         hold the corresponding uninitialized symbols,
8797         * pic16_allocProcessorRegister: registers have explicit marked the
8798         accessBank field,
8799         * pic16_allocInternalRegister: registers are explicit marked as
8800         not used,
8801         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
8802         processing list, so bit registers were lost,
8803         *
8804
8805         * ralloc.h: added field 'accessBank' and original symbol operand
8806         in register definition,
8807         * removed the field isMapped from register definition,
8808
8809         ** Several functions have been removed from various sources:
8810         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
8811         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
8812         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
8813         pic16_assignRelocatableRegisters
8814
8815         ** others have been introduced:
8816         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
8817         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
8818
8819 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
8820
8821         * support/scripts/inc2h.pl: changed definition of BIT_AT
8822         to emit 'sbit at' instead of 'bit at'. This was a request.
8823
8824         PIC16 port related preliminary changes:
8825         * gen.c: prefixed function popRegFromString with
8826         pic16_ and all references to it corrected
8827         * pcode.c: all pic16_pc_* hardware registers prefixed
8828         with underscore (_),
8829         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
8830         * ralloc.c: newReg(): when register is REG_SFR then
8831         set address to rIdx,
8832         pic16_allocProcessorRegister(): marks register wasUsed=0
8833         pic16_writeUsedRegs(): added a call to assign processor
8834         registers via pic16_assignFixedRegisters
8835
8836 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8837
8838         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
8839         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
8840         variables in unused register banks.  Also the SSEG is placed
8841         wherever there is enough space for it, and IDATA can be anywhere
8842         in internal RAM.  For now compile using -Wl-Y[stack_size].
8843         The mem file is different for this option as well, since it
8844         makes no sense of talking about DSEG lenght.
8845
8846 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
8847
8848         * src/SDCClrange.c: fixed bug 869095 that caused segfault
8849         in certain cases, e.g. when ROM assignment, patch provided
8850         from Albert den Haan.
8851
8852 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
8853
8854         Many signedness and type propagation fixes:
8855         * src/SDCCicode.c: made geniCodeCast() static
8856         replaced SPEC_ by IS_ (cosmetic)
8857         (operandOperation): fixed div and mod operation
8858         (usualBinaryConversions): added support for promotion of char
8859         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
8860         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
8861         (geniCodeAdd): an array index will stay unsigned, even if promoted
8862         from char to int
8863         (geniCodeArray): ditto
8864         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
8865         * src/SDCCsymt.c (computeType): added more support for char;
8866         promotion of char is selectable by promoteCharToInt, fixed signedness
8867         for all cases
8868         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8869         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8870         * src/SDCCval (val*): replaced signedness calculation by
8871         computeType()
8872         rearranged if-branches (cosmetic)
8873         (valShift): added warning W_SHIFT_CHANGED
8874         (valCompare): fixed problem with different types
8875         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
8876         * support/regression/tests/literalop.c: added many cases
8877         * support/regression/tests/ast_constant_folding.c: changed finally to
8878         'unsigned int'
8879         * .version: new year, new version: 2.3.7
8880         * src/SDCCmain.c (main): applied patch #866468
8881         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
8882         provided by Scott Bronson
8883         * doc/sdccman.lyx: updated documentation for sdcdb
8884         updated and added chapter tips
8885
8886 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8887
8888         * src/SDCCsymt.h: missing from yesterday's commits
8889
8890 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8891
8892         * src/SDCC.y (struct_or_union_specifier),
8893         * support/Util/SDCCerr.c,
8894         * support/Util/SDCCerr.h: verify that struct & union tags are used
8895         as declared.
8896
8897 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8898
8899         * src/SDCCglobl.h: missing from yesterday's commits
8900
8901 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8902
8903         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
8904         sft_attributes, struct_declaration, parameter_declaration,
8905         type_name, start_block, declaration_list),
8906         * src/SDCC.lex (check_type): support redefinition of typedef names
8907
8908 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8909
8910         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
8911         aligned xdata arrays. Erik helped me with the if clause.
8912
8913 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8914
8915         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
8916         warning
8917
8918 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8919
8920         * src/SDCCast.h,
8921         * src/SDCCast.c (newAst_),
8922         * src/SDCCicode.h,
8923         * src/SDCCicode.c (ast2iCode, newiCode),
8924         * src/SDCCglobl.h,
8925         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
8926         expr, statement, expression_statement, selection_statement,
8927         iteration_statement, expr_opt, jump_statement): foundation for tracking
8928         sequence points
8929         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
8930         point code too)
8931
8932 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8933
8934         * support/Util/SDCCerr.c,
8935         * src/SDCCast.h,
8936         * src/SDCCast.c (createCase, createDefault, decorateType),
8937         * src/SDCClabel.c (labelUnreach),
8938         * src/SDCC.y (labeled_statement, jump_statement): More improvements
8939         to error messages.
8940         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
8941         (with thanks to Stas Sergeev)
8942         * device/include/time.h,
8943         * device/lib/time.c (CheckTime): suppress unreachable code warning
8944
8945 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8946
8947         * src/SDCCast.c (createIvalCharPtr),
8948         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
8949         bug #753752)
8950         * support/regression/tests/nullstring.c: tests for these two bugs
8951
8952 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8953
8954         * support/Util/SDCCerr.h,
8955         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
8956         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
8957         about storage class and 'at' used inside struct or union
8958         * src/SDCCBBlock.c (iCodeFromeBBlock),
8959         * src/SDCCcse.c (ifxOptimize),
8960         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
8961         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8962         printIval, emitStaticSeg, emitOverlay),
8963         * src/SDCClabel.c (deleteIfx),
8964         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8965         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8966         gatherAutoInit, processParms),
8967         * support/Util/SDCCerr.h,
8968         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8969         reporting for post-parse errors.
8970
8971 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8972
8973         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8974         implicit casts via union; they don't work on big endian systems
8975         (possible fix for bug #861138)
8976
8977 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8978
8979         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8980         * src/mcs51/main.c: fixed the fix for bug #737001
8981
8982 2003-12-15  Borut Razem <borut.razem AT siol.net>
8983
8984         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8985
8986 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8987
8988         * support/makebin/makebin.c: put output in binary mode
8989
8990 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8991
8992         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8993         xdata and data memory on startup. Set the environment variable
8994         SDCC_NOGENRAMCLEAR to disable this.
8995         * src/mcs51/peephole.def,
8996         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8997         (allows non-interrupt and interrupt code to safely compete for a resource
8998         without the non-interrupt code having to disable interrupts)
8999
9000 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9001
9002         * src/SDCCicode.c (geniCodeAdd),
9003         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
9004         with valFromType if type might be a pointer and host is big endian).
9005         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
9006         types, not just integer types.
9007         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
9008         multiply defined with mismatching "at" address.
9009
9010 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9011
9012         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
9013         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
9014         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
9015         with embedded nulls (fixed bug #753752)
9016
9017 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9018
9019         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
9020         Apparently this did not see much testing (endless loop)
9021
9022 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9023
9024         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
9025
9026 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9027
9028         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
9029         gracefully handle NULL memmap pointers
9030
9031 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9032
9033         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
9034         instead of deleting the iCode when an operand is volatile
9035         * src/z80/gen.c (genDummyRead),
9036         * src/mcs51/gen.c (genDummyRead),
9037         * src/ds390/gen.c (genDummyRead),
9038         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
9039         not just IC_RIGHT
9040         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
9041         * src/SDCC.y: fixed bug #850420
9042
9043 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9044
9045         Applied z80 i/o port patch from Peter Townson and fixed some operators
9046         to better handle operands in A register.
9047         * device/include/z180.h
9048         * src/SDCC.y
9049         * src/SDCCglue.c
9050         * src/z80/gen.c
9051         * src/z80/gen.h
9052         * src/z80/main.c
9053         * src/z80/peeph-z80.def
9054         * src/z80/peeph.def
9055         * src/z80/z80.h
9056
9057 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9058
9059         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
9060
9061 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9062
9063         * device/lib/hc08/_mullong.c: Removed extra #endif
9064
9065 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9066
9067         * sim/ucsim/hc08.src/inst.cc,
9068         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
9069         carries from x to h
9070         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
9071         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
9072         * device/include/stdarg.h: fixed varargs for hc08
9073         * device/lib/Makefile.in,
9074         * device/lib/hc08/Makefile,
9075         * device/lib/hc08/_mulint.c,
9076         * device/lib/hc08/_mullong.c: fixed some endian problems
9077
9078 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9079
9080         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
9081         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
9082         * device/lib/_gptrget.c,
9083         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
9084
9085 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9086
9087         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
9088         * src/SDCCast.c (astErrors): fixed bug #846007
9089         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
9090
9091 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9092
9093         * src/SDCCast.c (decorateType): disabled a transformation I added in
9094         revision 1.188 (access to fields of a structure at an absolute address);
9095         it breaks with bitfields, extern declarations, and gcse analysis.
9096         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
9097         could be assigned through a pointer, so don't complain.
9098         * src/SDCCast.c (astErrors),
9099         * src/SDCCast.h,
9100         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
9101
9102 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
9103
9104         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
9105         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
9106         output of __config directives, since gpasm now supports them
9107         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
9108         pre-processor macro, i.e. -DMCU=p18f452
9109         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
9110         and modified to handle 'cast' icode similarly to '=' icode
9111         * src/pic16/device.h (typedef struct PIC_device): added field
9112         'extMIface' to indicate that chip has external memory interface
9113         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
9114         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
9115         18F8720
9116
9117 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9118
9119         * src/SDCC.y (pointer): fixed bug #846006
9120         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
9121         * src/SDCCast.c (decorateType): fixed bug #846009
9122         * src/ds390/peeph.def,
9123         * src/ds390/gen.c (genAnd, genOr),
9124         * src/mcs51/peeph.def,
9125         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
9126
9127 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9128
9129         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
9130         * src/SDCCdflow.c
9131         * src/SDCCcse.c
9132         * src/SDCCcse.h
9133         * src/SDCCBBlock.h
9134         * src/SDCCBBlock.c
9135
9136 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
9137
9138         fixed bug #845089
9139         * src/SDCCbitv.h,
9140         * src/SDCCbitv.c: added function to free a bitvector
9141         * src/SDCClrange.h,
9142         * src/SDCClrange.c: added function to recompute the liveranges
9143         * src/avr/ralloc.c,
9144         * src/ds390/ralloc.c,
9145         * src/hc08/ralloc.c,
9146         * src/mcs51/ralloc.c,
9147         * src/pic/ralloc.c,
9148         * src/pic16/ralloc.c,
9149         * src/xa51/ralloc.c,
9150         * src/z80/ralloc.c: recompute the liveranges after register packing
9151
9152 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
9153
9154         * src/SDCCloop.c (newInduction): fixed bug #845630
9155
9156 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9157
9158         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
9159         inadvertantly left behind from my 2003-11-12 change
9160
9161 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9162
9163         Updated headers I neglected to commit yesterday.
9164         * src/SDCClrange.h,
9165         * src/SDCCicode.h
9166
9167 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9168
9169         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
9170         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
9171         * src/SDCCopt.c (eBBlockFromiCode),
9172         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
9173         the creation of the key hash table from the sequencing so it can be used
9174         earlier (for some GCSE bug fixes still pending)
9175
9176 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9177
9178         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
9179         * support/regression/tests/addsub.c: testing genPlus shortcut
9180
9181 2003-11-15  Borut Razem <borut.razem AT siol.net>
9182
9183         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
9184
9185 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9186
9187         * src/SDCCcse.c (cseBBlock): fixed bug #527779
9188         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
9189         ordering is immaterial.
9190         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
9191
9192 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9193
9194         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
9195         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
9196         (SIGSEV) of bug #840381
9197         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
9198         unlink new file before rename if new and old filenames are the same)
9199
9200 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9201
9202         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
9203         uninitialized variables) for the mcs51. Set environment variable
9204         SDCC_GENRAMCLEAR to test.
9205         xdata initialization slightly shorter
9206
9207 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9208
9209         * src/SDCCsymt.h,
9210         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
9211         #838241 & 780691 (basicly the same bug)
9212         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
9213         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
9214
9215 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
9216
9217         * src/SDCCmain.c (linkEdit): "fix" #834252
9218
9219 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9220
9221         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
9222         * src/SDCCast.h,
9223         * src/SDCC.y: fixed bug #819403
9224
9225 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9226
9227         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
9228         the reentrant attribute.
9229         * src/hc08/gen.c (genPackBits): added missing stack readjustment
9230         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
9231         simulation
9232         * src/SDCCast.c (decorateType): fixed bug with storage class not being
9233         updated during pointer dereference; f.e. ~(((char *)1)*) was being
9234         erroneously reduced to a literal.
9235         * src/hc08/ralloc.c (packRegisters, rematStr),
9236         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
9237         some cases
9238
9239 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9240
9241         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
9242         * doc/sdccman.lyx: changed from 'article' to 'book'
9243         * doc/Makefile: readded test_suite_spec and cdbfileformat
9244
9245 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
9246
9247         * device/include/stdlib.h: include malloc.h to comply with ANSI
9248         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
9249
9250 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9251
9252         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
9253         * doc/clean.mk: also remove *.out files
9254         * doc/sdccman.lyx: some additions, larger top/bottom margins
9255
9256 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9257
9258         * src/SDCC.y: fixed bug #837365
9259         * support/regression/tests/bitopcse.c
9260         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
9261         a symbol (might be valop instead)
9262         * device/lib/Makefile.in: added errno.c to HC08SOURCES
9263         * device/lib/clean.mk: added hc08 to the cleaning list
9264
9265 2003-11-04  Borut Razem <borut.razem AT siol.net>
9266
9267         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
9268           made 2003-11-04
9269         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
9270           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
9271           malloc is declared in standard stdlib.h
9272
9273 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9274
9275         * device/lib/hc08/Makefile: need to clean .rel not .o files
9276         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
9277
9278 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9279
9280         * src/port.h,
9281         * src/hc08/main.c,
9282         * src/mcs51/main.c,
9283         * src/ds390/main.c,
9284         * src/z80/main.c,
9285         * src/avr/main.c,
9286         * src/pic/main.c,
9287         * src/pic16/main.c,
9288         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
9289         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
9290         tests (which uses the port's oclsExpense function)
9291         * src/SDCC.y,
9292         * src/SDCCast.c,
9293         * src/SDCCicode.c,
9294         * src/hc08/gen.c,
9295         * src/ds390/gen.c,
9296         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
9297
9298 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9299
9300         * src/SDCCcse.c (ifxOptimize),
9301         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
9302         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
9303         deleting the IFX iCode.
9304         * src/hc08/ralloc.c: reduced unneeded slocs
9305         * src/hc08/gen.c: fixed bug in asmopToBoolean
9306
9307 2003-11-04  Borut Razem <borut.razem AT siol.net>
9308
9309         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
9310           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
9311           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
9312           transferred to configure
9313
9314 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
9315
9316         Use headers defined in the C[++] standards:
9317         * sim/ucsim/gui.src/serio.src/fileio.cc
9318         * sim/ucsim/gui.src/serio.src/frontend.cc
9319         * sim/ucsim/gui.src/serio.src/main.cc
9320         * sim/ucsim/gui.src/serio.src/posix_signal.cc
9321         * support/Util/NewAlloc.c
9322         * as/hc08/lklibr.c
9323         * as/mcs51/lklibr.c
9324         * as/z80/aslist.c
9325         * as/z80/assym.c
9326
9327 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9328
9329         * Added MSVC projects for hc08 assembler and linker:
9330         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
9331         /as/hc08/link_hc08.dsp
9332
9333 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
9334
9335         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
9336
9337 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
9338
9339         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
9340
9341 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9342
9343         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
9344
9345 2003-10-31  Borut Razem <borut.razem AT siol.net>
9346
9347         * support/cpp2/cpplib.h,
9348           support/cpp2/cpplib.c,
9349           support/cpp2/cpplex.c,
9350           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
9351           to switch _asm block preprocessing on / off. Default is
9352           #pragma preproc_asm +
9353
9354 2003-10-31  Borut Razem <borut.razem AT siol.net>
9355
9356         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
9357           when outputting comment blocks (when executed with -C option) and
9358           _asm (SDCPP specific) blocks
9359
9360 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9361
9362         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
9363
9364 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
9365
9366         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
9367
9368 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
9369
9370         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
9371         * src/SDCCast.c (decorateType): fixed bug #832664
9372
9373 2003-10-31  Borut Razem <borut.razem AT siol.net>
9374
9375         * support/cpp2/cpplex.c: fixed for SDCPP:
9376           comments(when executed with -C option) and _asm blocks
9377           were included even if they where in skipped #if block.
9378           Applied solution from GCC cpp 3.3.2
9379
9380 2003-10-31  Borut Razem <borut.razem AT siol.net>
9381
9382         * src/SDCC.lex: sdcc now understands both formats:
9383           '# <line_number> <file_name>' and
9384           '#line <line_number> <file_name>'
9385         * support/cpp2/cppmain.c: sdcpp now generates the standard
9386           '# <line_number> <file_name>' instead of former
9387           '#line <line_number> <file_name>'
9388
9389 2003-10-30  Borut Razem <borut.razem AT siol.net>
9390
9391         * support/cpp2/cpphash.h,
9392         * support/cpp2/cpplib.h
9393         * support/cpp2/cpplex.c,
9394         * support/cpp2/cppmain.c,
9395         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
9396
9397 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9398
9399         Fixed a number of problems revealed by bug #827883.
9400         * src/SDCCloop.c (loopInvariants): Spill location of the
9401         result operand should be recomputed if extracted from
9402         a loop. Also, don't extract assignments of an iTemp
9403         from a literal.
9404         * src/SDCCast.c (isConformingBody): loop reversal should
9405         not occur if the control variable is involved with a
9406         relational operator.
9407
9408 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
9409
9410         * .version: bumped to 2.3.6 to reflect the big improvements
9411         made by Erik and Klaus. Thanks!
9412
9413 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
9414
9415         Replaced the livrange code.
9416         * src/SDCClrange.c: added new LR code
9417         * src/SDCCloop.c,
9418         * src/SDCCBBlock.h: removed remainig parts from old LR code
9419         * src/ds390/ralloc.c,
9420         * src/ds390/gen.c: minor fixes to make it work with new code
9421
9422 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9423
9424         * as/hc08/asm.h,
9425         * as/hc08/lkrloc.c,
9426         * src/hc08/gen.c,
9427         * src/hc08/ralloc.c: Fix various warnings related to the hc08
9428         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
9429         (tweaked fix for bug #818696)
9430
9431 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9432
9433         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
9434
9435 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9436
9437         * src/SDCCmain.c,
9438         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
9439         * src/mcs51/gen.c (gencjneshort),
9440         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
9441         more efficient (per Scott Bronson's suggestion)
9442
9443 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9444
9445         Extended the semantics of the critical keyword to include
9446         individual statements. See RFE #827755 and #799831
9447         * src/SDCC.y
9448         * src/SDCCicode.c
9449         * src/SDCCopt.c
9450         * src/SDCCast.c
9451         * support/Util/SDCCerr.c
9452         * support/Util/SDCCerr.h
9453         * src/mcs51/gen.c
9454         * src/ds390/gen.c
9455         * src/hc08/gen.c
9456
9457 2003-10-19  Borut Razem <borut.razem AT siol.net>
9458
9459         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
9460
9461 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9462
9463         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
9464         Fixed bug #818696
9465         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
9466         and predecrement operand is displayed
9467
9468 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9469
9470         * src/SDCCval.c (valMinus): fixed bug #826041
9471
9472 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9473
9474         Some hc08 related updates that I missed earlier
9475         * sim/ucsim/stypes.h
9476         * support/regression/ports/hc08/spec.mk
9477
9478 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9479
9480         New target "hc08" for the Motorola 68hc08 family of micros
9481
9482         * configure
9483         * configure.in
9484         * Makefile
9485         * src/hc08/*
9486         * src/SDCCmain.c
9487         * src/port.h
9488         * sim/ucsim/hc08.src/*
9489         * sim/ucsim/configure.in
9490         * src/ucsim/configure
9491         * sim/ucsim/packages_in.mk
9492         * as/hc08/*
9493         * as/Makefile
9494         * device/include/mc68hc908qy.h
9495         * device/lib/hc08/*
9496         * device/lib/Makefile.in
9497         * support/regression/ports/hc08/*
9498         * support/regression/Makefile
9499
9500 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9501
9502         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
9503         regression test
9504         * src/ds390/gen.c (genCast): fixed bug #821957
9505
9506 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9507
9508         * device/lib/logf.c: "fixed" overlay bug
9509         * support/regression/ports/host/spec.mk: added m library
9510         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
9511         * support/regression/tests/float_trans: added (for Eric)
9512
9513 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
9514
9515         * src/mcs51/gen.c (genCpl): fixed bug
9516         http://sf.net/mailarchive/message.php?msg_id=6263915
9517
9518 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
9519
9520         * src/SDCCast.c (decorateType): added extended constant folding
9521         * src/SDCCsymt.c (computeType): cleanup
9522         * src/SDCCval.c (valShift): minor optimization
9523         * support/regression/tests/ast_constant_folding.c: added
9524
9525 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9526
9527         * src/SDCCmain.c: removed some unintended changes
9528
9529 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9530
9531         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
9532         * src/z80/gen.c: fixed part of bug #817589
9533         * src/SDCCsymt.c (checkFunction): fixed bug #817895
9534
9535 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
9536
9537         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
9538         * src/SDCCcflow.c
9539         * src/SDCCcse.c
9540         * src/SDCCdflow.c
9541         * src/SDCClabel.c
9542         * src/SDCClrange.c
9543         * src/SDCCmem.c
9544         * src/SDCCopt.c
9545         * src/SDCCpeeph.c
9546         * src/SDCCset.c
9547         * src/avr/ralloc.c
9548         * src/ds390/ralloc.c
9549         * src/izt/ralloc.c
9550         * src/mcs51/ralloc.c
9551         * src/pic/ralloc.c
9552         * src/pic16/ralloc.c
9553         * src/xa51/ralloc.c
9554         * src/z80/ralloc.c
9555         * src/z80/gen.c: removed unused label "release:"
9556
9557 2003-10-06  Borut Razem <borut.razem AT siol.net>
9558
9559         * src/SDCC.lex: removed definition of unused variables
9560           save_optimize and save_options
9561
9562 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
9563
9564         * clean.mk: removed '=' in "-maxdepth=1"
9565         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
9566         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
9567
9568 2003-10-06  Borut Razem <borut.razem AT siol.net>
9569
9570         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
9571           my_unput() replaced by unput()
9572
9573 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
9574
9575         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
9576         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
9577         type-punned pointer will break strict-aliasing rules"
9578         Old LR behaviour is again default; Klaus' LR can be choosen by
9579         defining the environment variable LRKLAUS
9580         * src/SDCCBBlock.h
9581         * src/SDCCloop.c
9582         * src/SDCClrange.c
9583         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
9584         * clean.mk: fixed removal of files in bin/CVS/
9585         * device/lib/clean.mk: fixed removal of directories small and large
9586         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
9587         * src/SDCCicode.c,
9588         * src/SDCCval.c: removed superflous test for pedantic
9589
9590 2003-10-05  Borut Razem <borut.razem AT siol.net>
9591
9592         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
9593           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
9594           message "unmatched #pragma SAVE and #pragma RESTORE"
9595
9596 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9597
9598         * doc/sdccman.lyx: various additions and updates (interrupts, inline
9599           assembly, critical functions, atomic, nojtbound)
9600
9601 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
9602
9603         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
9604         * src/SDCCBBlock.h
9605         * src/SDCCloop.c
9606         * src/SDCCloop.h
9607         * src/SDCClrange.c
9608
9609 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9610
9611         * src/z80/gen.h,
9612         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9613         * src/mcs51/gen.h
9614         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9615         * src/ds390/gen.h
9616         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9617         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
9618         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
9619
9620 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9621
9622         * src/z80/gen.c (genRet): fixed bug #524753
9623         * src/z80/gen.c (genCast): fixed internal error on cast from
9624         pointer to long
9625         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
9626         fix for bug #477835 to the z80
9627         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
9628         for tracking iCodes in the peephole optimizer for z80
9629
9630 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9631
9632         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
9633         the other part of bug #814548
9634         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
9635
9636 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
9637
9638         * src/SDCCcse.c: fixed part of bug #814548
9639
9640 2003-09-28  Borut Razem <borut.razem AT siol.net>
9641
9642         * src/asm.c: rewrite of printILine() to use temporary file instead
9643           a pipe
9644         * src/xa51/main.c: commented out declaration of int rewinds
9645
9646 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9647
9648         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
9649
9650 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9651
9652         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
9653         * src/asm.c (printILine): Fixed bug #811015
9654
9655 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9656
9657         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
9658         freeing.
9659
9660 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9661
9662         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
9663         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
9664         to correctly handle general case of AOP_PAIRPTR
9665         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
9666
9667 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9668
9669         * src/mcs51/ralloc.c (fillGaps),
9670         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
9671         register positioning bug)
9672
9673 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
9674
9675         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
9676
9677 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9678
9679         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
9680         genCodePointerGet, genGenPointerGet, genFarPointerSet,
9681         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
9682         (ralloc doesn't intentionally do this now, but perhaps later)
9683         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
9684         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
9685         register positioning bugs (Fixed bug #762602 and #795325)
9686         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
9687         (Fixed bug #808779)
9688         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
9689         lines that --i-code-in-asm generates
9690
9691 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9692
9693         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
9694         trying to fclose a FILE* that was already closed.
9695
9696 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9697
9698         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
9699         of const struct should be treated as if const themselves)
9700
9701 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
9702
9703         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
9704
9705 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9706
9707         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
9708         Unix (/n) and DOS (/r/n) line terminations.
9709
9710 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9711
9712         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
9713         bug #613775
9714
9715 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9716
9717         * src/mcs51/gen.c (genFunction, genEndFunction),
9718         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
9719         and restore of EA so that stack offsets to parameters are
9720         correct when using both critical and reentrant/stack-auto.
9721         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
9722         size (can be triggered in error if sloc is shared between
9723         different sized objects)
9724         * device/include/float.h: fixed macros to explicitly use
9725         unsigned long where needed
9726
9727 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
9728
9729         Feature req. 799831: added code to allow nesting of critical functions
9730         * src/mcs51/gen.c (genFunction, genEndFunction)
9731         * src/ds390/gen.c (genFunction, genEndFunction)
9732
9733 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9734
9735         * src/SDCCsymt.c (sclsFromPtr),
9736         * src/SDCCsymt.h,
9737         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
9738         support for standard C idiom of memory mapped variables; for
9739         example, *((xdata int*)0x1234) = 1 is now internally equivalent
9740         to xdata int at 0x1234 tempvar = 1.
9741         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
9742         provided by Akiya ISHIDA
9743
9744 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
9745
9746         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
9747         * src/SDCCval.c (constVal): added reduction from int to char
9748         * src/SDCCval.c (valMult, valDiv): fixed sign handling
9749         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
9750         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
9751         to ignore the sign
9752         * support/regression/tests/shifts.c: fixed
9753
9754 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9755
9756         * src/z80/gen.c (genXor): Fixed bug #805445
9757
9758 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9759
9760         Fixed bug #621531 (const & volatile confusion in the type chain).
9761         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
9762         refer to the const or volatile state of the pointer itself.
9763
9764         * src/SDCCast.c
9765         * src/SDCCglue.c
9766         * src/SDCCicode.c
9767         * src/SDCCsymt.c
9768         * src/SDCCval.c
9769         * src/SDCC.y
9770         * src/SDCCsymt.h
9771         * src/pic/gen.c
9772         * src/pic/ralloc.c
9773         * src/pic16/gen.c
9774         * src/pic16/ralloc.c
9775         * support/regression/tests/const.c
9776
9777 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9778
9779         When checking for duplicated modules, use absolute paths
9780         instead of relative paths.  Files changed:
9781
9782         * as/mcs51/lklib.c
9783         * link/z80/lklib.c
9784
9785 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9786
9787         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
9788
9789 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9790
9791         * device/include/string.h: added size_t typedef, changed
9792         prototypes to use size_t, eliminated separate reentrant and
9793         non-reentrant declarations, added _memmove declaration
9794         * device/lib/_memcpy.c: changed to use size_t instead of int,
9795         changed /4 to >>2 to avoid division library call
9796         * device/lib/_memcmp.c,
9797         * device/lib/_memset.c,
9798         * device/lib/_strncat.c,
9799         * device/lib/_strncpy.c,
9800         * device/lib/_strncmp.c: changed to use size_t instead of int
9801         * device/lib/_memmove.c: new file (fixed bug #772294)
9802         * device/lib/Makefile.in: added _memmove.c
9803         * device/lib/z80/asm_strings.s: fixed bug #772290
9804         * support/regression/tests/bitfields.c: attempt to fix host assertion
9805         failure on amd64-unknown-linux2.2
9806
9807 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9808
9809         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
9810         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
9811         * as/z80/asmain.c (main): fixed bug #801766
9812
9813 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
9814
9815         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
9816         compilers
9817
9818 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9819
9820         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
9821         reported in bug #800609
9822
9823 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
9824
9825         * Top header beautifications in src/pic16 directory:
9826           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
9827           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
9828           pcoderegs.h, ralloc.c, ralloc.h
9829         * main.c: added top header and GPL license notice
9830         * pcode.c: fixed the if-conditional warning
9831
9832 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
9833
9834         * device/lib/_mullong.c: replaced int by short for gcc
9835
9836 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9837
9838         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
9839         and JUMPTABLE iCodes properly now (worked by accident before)
9840         * src/mcs51/gen.c (leftRightUseAcc),
9841         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
9842         iCode properly now. Use getSize instead of nRegs since a & b
9843         aren't part of the nRegs tally.
9844
9845 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
9846
9847         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
9848         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
9849           before instructions that use the _STATUS register
9850
9851 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
9852
9853         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
9854         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
9855         fetching of the pointer
9856         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
9857         copied from genNearPointerSet()
9858         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
9859         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
9860         If they pop r0/r1 they must be called in the opposite order than aopOp().
9861         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
9862         (resp. --stack-auto), prepared for --xstack
9863
9864 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9865
9866         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
9867
9868 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9869
9870         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
9871         these ports have their own __sdcc_external_start()
9872
9873 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
9874
9875         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9876         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
9877         type for bits was changed. It resulted in bit variables becoming
9878         global, which is not permitted in PIC 14 assembly output.
9879
9880 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9881
9882         * doc/sdccman.lyx: various additions and updates. Rearranged sections
9883
9884 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9885
9886         Z80 and MCS51 linkers complaint if a public symbol is defined
9887         in more than one library module:
9888
9889         * as/mcs51/lklib.c
9890         * link/z80/lklib.c
9891         * as/mcs51/Makefile.in
9892
9893 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9894
9895         A few small changes that speed up the peephole optimizer.
9896
9897         * src/SDCCpeeph.c
9898
9899 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9900
9901         Try to make the peephole optimizer smarter by maintaining
9902         an association between the assembly source code and the
9903         iCodes that originated them. Put this information to use
9904         with a new peephole rule condition "notVolatile" so that
9905         the rules can be aggressive yet still safe.
9906
9907         * src/SDCCpeeph.c
9908         * src/SDCCpeeph.h
9909         * src/mcs51/gen.c
9910         * src/mcs51/peeph.def
9911
9912 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9913
9914         Fixed bug #741761
9915
9916         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
9917         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
9918         if the left or right operand symbols have the accuse flag set.
9919
9920 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9921
9922         Changed the type of the result of the ! (NOT) operator to char;
9923         previously it returned the same type as the source. This allows
9924         us to eliminate all the genFloatNot functions (all of its target
9925         implementations were very buggy) since !float can use the same
9926         code as !long now.
9927
9928         * src/SDCCicode.c (ast2iCode): ! returns char
9929         * src/mcs51/gen.c (genNot, genNotFloat),
9930         * src/ds390/gen.c (genNot, genNotFloat),
9931         * src/z80/gen.c (genNot, genNotFloat),
9932         * src/pic/gen.c (genNot, genNotFloat),
9933         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
9934
9935 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
9936
9937         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9938         1. Interrupt would not compile properly. Ensure PCLATH register is saved
9939            during interrupts. Ensure WSAVE is located at a shared bank address.
9940         2. Fixed page selection in some places
9941         3. Fixed BTFSS/C to where necessary use registers directly and not simply
9942            the registers name strings.
9943         4. Fixed "signed / unsigned compare" compiler warnings.
9944         5. The PIC port manages its own allocation of the general purpose
9945            registers, but makes no attempt to reuse them. As a result when
9946            compiling it soon runs out of general purpose registers. Some
9947            additional code was added to the files pcode.c and device.c to walk
9948            through the function call tree and rename the registers so that they
9949            get reused.
9950
9951         * src/pic/device.c
9952         * src/pic/gen.c
9953         * src/pic/glue.c
9954         * src/pic/pcode.c
9955         * src/pic/pcode.h
9956         * src/pic/ralloc.c
9957         * src/pic/ralloc.h
9958         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
9959         genPlus() & genMinus() when the result is the same as left or right
9960
9961 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9962
9963         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9964
9965 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9966
9967         Made bitfield a distinct type from bit so that bitfields
9968         convert as per ANSI C and bits retain their traditional
9969         boolean style behaviour. Implemented bitfield support in
9970         the z80 port.
9971
9972         * src/SDCCsymt.h,
9973         * src/SDCCsymt.c,
9974         * src/SDCCast.c,
9975         * src/cdbFile.c,
9976         * src/mcs51/gen.c,
9977         * src/ds390/gen.c: bit v bitfield split
9978         * src/z80/gen.c: New support for bitfields
9979         * support/regression/tests/bitfields.c: reenabled z80,
9980         added more tests
9981
9982 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9983
9984         Rules 246.x, 247.x relate to bitfields, the others speed up
9985         access to xdata mapped I/O devices.
9986
9987         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9988
9989 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9990
9991         Cleaned up genPackBits and genUnpackBits and added two helper
9992         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9993         for literal assignments in genPackBits (thanks to Frieder for
9994         reminding me).
9995
9996         * src/mcs51/gen.c
9997         * src/ds390/gen.c
9998
9999 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10000
10001         Fixed bug #748310 (pointer to function type mishandled when the
10002         function name is omitted). Also fixed a SIGSEGV when a function
10003         attribute (reentrant, etc) is used on a non-function or on a
10004         function but misplaced before the parameter list.
10005
10006         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
10007         bug #748310
10008         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
10009         * support/Util/SDCCerr.h,
10010         * support/Util/SDCCerr.c: Added func attr misuse error msg
10011
10012 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
10013
10014         Fixed bug #787649 by anonymous
10015         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
10016         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
10017
10018 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10019
10020         Fixed numerous bitfield problems.
10021
10022         * src/SDCC.y: More bitfield related error checking
10023         * src/SDCCsymt.h,
10024         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
10025         * support/Util/SDCCerr.h,
10026         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
10027         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
10028         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
10029         * support/regression/tests/bitfields.c: tests added
10030
10031 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10032
10033         Made the constant following the "interrupt" keyword optional. If
10034         omitted, the function will not automatically be given an entry
10035         in the interrupt vector table (similar to #pragma NOIV, but
10036         less syntacticly kludgy). The interrupt number is also now
10037         range checked. Also fixed a bug in the high order bit example
10038         in the manual.
10039
10040         * src/SDCC.y
10041         * src/SDCCmem.c
10042         * src/SDCCglue.c
10043         * src/SDCCsymt.h
10044         * support/Util/SDCCerr.c
10045         * support/Util/SDCCerr.h
10046         * doc/sdccman.lyx
10047
10048 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
10049
10050         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
10051         * src/SDCCicode.c (operandOperation): rewritten some ops
10052         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
10053         * src/SDCCsymt.c (computeType): literals are handled the same way as any
10054         other type
10055         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
10056         be re-activated by defining REDUCE_LITERALS)
10057         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
10058         unsigned, but are signed by default
10059         * src/SDCCval.c (constVal): rearranged
10060         * src/SDCCval.c (valMod): preliminary fix
10061         * src/SDCCval.c (valCastLiteral): use TYPE_* types
10062         * support/regression/literalop.c: added, work in progress
10063
10064 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10065
10066         Generate warnings for useless declarations like "char data;"
10067         that don't do what new users expect.
10068
10069         * src/SDCC.y
10070         * support/Util/SDCCerr.h
10071         * support/Util/SDCCerr.c
10072
10073 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
10074
10075         * src/SDCCval.c (valMult): fix overflow detection of negative int
10076
10077 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10078
10079         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
10080
10081         Changes to support big endian targets:
10082
10083         * src/ports.h
10084         * src/SDCCglue.c
10085         * src/avr/main.c
10086         * src/ds390/main.c
10087         * src/izt/i186.c
10088         * src/mcs51/main.c
10089         * src/pic/main.c
10090         * src/pic16/main.c
10091         * src/xa51/main.c
10092         * src/z80/main.c
10093
10094 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
10095
10096         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
10097         * device/lib/time.c: fixed warning "integer overflow in expression"
10098
10099 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
10100
10101         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
10102         * src/SDCCval.c (constVal): changed default to signed; hex and octal
10103         constants are unsigned; added recognition of "u" flag for unsigned
10104         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
10105         * src/SDCCval.c (valDiv, valMod): fixed signdness
10106         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
10107         signedness of modulo, left and right shift
10108         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
10109         * support/Util/SDCCerr.h: added warning W_INT_OVL
10110         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
10111         * src/SDCCast.c (ast_print): improved output of constants
10112
10113 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10114
10115         Fixed some warnings when building with MSVC:
10116
10117         * as/mcs51/asdata.c
10118         * as/z80/asdata.c
10119         * as/mcs51/asm.h
10120         * as/z80/asm.h
10121         * link/z80/aslink.h
10122         * link/z80/lkdata.c
10123         * link/z80/lkeval.c
10124         * link/z80/lkgb.c
10125         * link/z80/lkihx.c
10126         * link/z80/lks19.c
10127         * link/z80/lksym.c
10128         * support/cpp2/cpplib.c
10129         * src/ds390/gen.c
10130         * src/mcs51/gen.c
10131
10132 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
10133
10134         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
10135
10136 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10137
10138         * support/librarian/clean.mk: Do not remove Makefile.
10139         * support/librarian/Makefile: added.
10140
10141 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10142
10143         Added librarian to MSVC build:
10144         * all.dsp
10145         * sdcc.dsw
10146         * support/librarian/librarian.dsp
10147
10148         'configure' not needed for librarian, removed:
10149         * support/librarian/configure
10150         * support/librarian/configure.in
10151         * support/librarian/config_in.h
10152         * support/librarian/Makefile.in
10153
10154         Hopefully these ones built the librarian and the rest of sdcc properly:
10155         * Makefile
10156         * Makefile.common.in
10157
10158         Messed up 'configure', so revert to previous version:
10159         * configure
10160         * configure.in
10161
10162 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
10163
10164         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
10165         there, while the mantissa of a double is "only" 53 bits wide.
10166
10167 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10168
10169         Adding sdcclib to the build.  MSVC project coming soon.
10170         Files added/changed:
10171
10172         * support/librarian/clean.mk
10173         * support/librarian/configure
10174         * support/librarian/configure.in
10175         * support/librarian/config_in.h
10176         * support/librarian/Makefile.bcc
10177         * support/librarian/Makefile.in
10178         * support/librarian/sdcclib.c
10179         * Makefile.bcc
10180         * Makefile
10181         * Makefile.common.in
10182         * configure
10183         * configure.in
10184
10185 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10186
10187         Linker now complaints if linked modules have conflicting options, for
10188         example, one compiled using --model-large and another one compiled with
10189         --model-small.  The following files were modified:
10190
10191         * as/mcs51/asdata.c
10192         * as/mcs51/aslink.h
10193         * as/mcs51/asm.h
10194         * as/mcs51/asmain.c
10195         * as/mcs51/asout.c
10196         * as/mcs51/i51pst.c
10197         * as/mcs51/lkdata.c
10198         * as/mcs51/lklibr.c
10199         * as/mcs51/lkmain.c
10200         * as/z80/asdata.c
10201         * as/z80/asm.h
10202         * as/z80/asmain.c
10203         * as/z80/asout.c
10204         * as/z80/z80pst.c
10205         * link/z80/aslink.h
10206         * link/z80/lkdata.c
10207         * link/z80/lklibr.c
10208         * link/z80/lkmain.c
10209         * src/SDCCglue.c
10210
10211 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10212
10213         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
10214         as/mcs51/lklibr.c: Generate a warning when a library is not found.
10215
10216 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
10217
10218         * src/z80/mappings.i: fix _mul[us][int,long] entries
10219
10220 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10221
10222         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
10223
10224 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
10225
10226         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
10227         * support/regression/tests/bitopcse.c: added
10228         fixed warning:
10229         * src/avr/gen.c:
10230         * src/pic/gen.c:
10231         * src/pic16/gen.c:
10232         * src/z80/gen.c:
10233         * src/xa51/gen.c:
10234
10235 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10236
10237         added support for new library format to z80, gbz80 linkers:
10238         *link/z80/aslink.h
10239         *link/z80/lklex.c
10240         *link/z80/lklib.c
10241         *link/z80/lklist.c
10242
10243 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
10244
10245         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
10246         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
10247
10248 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
10249
10250         added DUMMY_READ_VOLATILE:
10251         * src/SDCC.y:
10252         * src/avr/gen.c:
10253         * src/xa51/gen.c:
10254         * src/z80/gen.c:
10255         * src/pic/gen.c:
10256         * src/pic16/gen.c:
10257         * src/mcs51/gen.c:
10258         * src/ds390/gen.c:
10259         * src/SDCCcse.c (algebraicOpts): many improvements
10260         * src/SDCCcse.h: removed algebraicOpts()
10261         * src/SDCCicode.c (picDummyRead): added
10262
10263 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10264
10265         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
10266         "Insufficient space in data memory".
10267
10268 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10269
10270         * src/mcs51/gen.c: fixed bug #771358
10271         * src/z80/gen.c: fixed bug #759087
10272
10273 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
10274
10275         * src/pic16/glue.c: minor cleanup by Vangelis
10276
10277 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10278
10279         * device/include/regc515c.h: fixed #758477
10280         * device/lib/_gptrget.c: saving some cycles in generic pointer get
10281         * device/lib/_gptrput.c: saved a few bytes
10282         * my tab spacing is 8, yours too?)
10283         * device/lib/_ser.c: process RX bytes earlier than TX bytes
10284         * device/lib/serial.c: process RX bytes earlier than TX bytes
10285         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
10286
10287 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10288
10289         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
10290
10291 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10292
10293     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
10294
10295 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
10296
10297         * device/lib/Makefile.in: bad fix, reverted to 1.43
10298
10299 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
10300
10301         * device/lib/Makefile.in: added missing z80 object files
10302
10303 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
10304
10305         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
10306         pic16 progress by Vangelis:
10307         * src/SDCCglobl.h:
10308         * src/SDCCmain.c:
10309         * src/pic/Makefile:
10310         * src/pic:
10311         * pic/Makefile:
10312         * pic16/device.c:
10313         * pic16/device.h:
10314         * pic16/gen.c:
10315         * pic16/gen.h:
10316         * pic16/genarith.c:
10317         * pic16/glue.c:
10318         * pic16/main.c:
10319         * pic16/pcode.c:
10320         * pic16/pcode.h:
10321         * pic16/pcodepeep.c:
10322         * pic16/peeph.def:
10323
10324 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10325
10326     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
10327
10328 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10329
10330     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
10331     added gbz80 build to MSVC project.
10332     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
10333     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
10334     from 8051 stuff and setup so it links using a .lnk file.
10335
10336 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10337
10338     * support/librarian/sdcclib.c: sdcc librarian.
10339     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
10340     with sdcclib.
10341
10342 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10343
10344     * as/mcs51/lkmain.c: properly handle extensions in function afile.
10345
10346 2003-07-02  Borut Razem <borut.razem AT siol.net>
10347
10348         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
10349         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
10350         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
10351         src/xa51/main.c, src/z80/main.c:
10352         virtualization of glue() function: each port has it's own glue function,
10353         which is accessed by do_glue function pointer in PORT.general structure
10354
10355 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
10356
10357         * DS800C400 fun, improved ROM interface and tinibios.
10358
10359 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
10360
10361         * More support for DS80C400. Now includes beginning of interface to ROM.
10362
10363 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
10364
10365         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
10366
10367 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10368
10369         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
10370
10371 2003-06-19  Borut Razem <borut.razem AT siol.net>
10372
10373         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
10374
10375 2003-06-19  Borut Razem <borut.razem AT siol.net>
10376
10377         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
10378         fixed Z80 port - crt0.o: cannot open.
10379
10380 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
10381
10382         * support/Util/MySystem.c (merge_command): revert bad fix
10383
10384 2003-06-18  Borut Razem <borut.razem AT siol.net>
10385
10386         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
10387
10388 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10389
10390         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
10391         option --use-stdout sends errors to stdout instead of stderr.
10392
10393 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
10394
10395         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
10396
10397 2003-06-15  Borut Razem <borut.razem AT siol.net>
10398
10399         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
10400         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
10401         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
10402         fixed width array of pointers replaced with sets;
10403         multiple include and lib paths ared transferred to preprocessor and linker
10404         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
10405         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
10406         fixed width array of pointers
10407         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
10408         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
10409         fixupPath(), getPathDifference()
10410         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
10411         fixed width array of pointers
10412
10413 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
10414
10415         * src/pic16/ralloc.c: fix warnings
10416         * src/pic16/pcode.c: fix warning
10417
10418 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
10419
10420          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
10421         know all the details, but essentially this set of changes enable
10422         the pic16 port to generate movff instructions and generate assembler
10423         directives,
10424         * src/SDCCmain.c:
10425         * src/pic16/gen.c:
10426         * src/pic16/glue.c:
10427         * src/pic16/pcode.c:
10428         * src/pic16/device.c:
10429         * src/pic16/main.c:
10430         * src/pic16/pcode.h:
10431         * src/pic16/pcoderegs.c:
10432         * src/pic16/ralloc.c:
10433         * src/pic16/ralloc.h:
10434
10435 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10436
10437         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
10438         added option --vc, so sdcc errors and warnings are compatible with
10439         Microsoft Visual Studio.
10440
10441 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10442
10443         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
10444           device/lib/libfloat.lib: added atof function.
10445
10446 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
10447
10448         * doc/sdccman.lyx: updated to Lyx 1.3
10449         * doc/cdbfileformat.lyx: updated to Lyx 1.3
10450         * doc/test_suite_spec.lyx: updated to Lyx 1.3
10451         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
10452
10453 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
10454
10455         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
10456
10457 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10458
10459         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
10460           additions to the "related tools/documentation" section
10461
10462 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
10463
10464         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
10465
10466 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
10467
10468         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
10469         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
10470
10471 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
10472
10473         * doc/sdccman.lyx: fix double dash and other minor things
10474         * doc/Makefile: fix double dash
10475
10476 2003-05-28  Karl Bongers(patches from Martin Helmling)
10477         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
10478           condition and ignore commands.
10479
10480 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10481
10482         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
10483           is in parts still quite out of date, I did changes as far as I felt makes sense
10484           for a non-native english speaker.
10485           Please feel free to add to the manual or to correct my changes.
10486         * doc/Makefile: undid touching the date of intermediate tex files.
10487
10488 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10489
10490         * doc/sdccman.lyx: Manual has an index now
10491
10492 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
10493
10494         Finalize muluint/mulsint and mululong/mulslong merging:
10495         * device/lib/_mulint.c
10496         * device/lib/_mullong.c
10497         * device/lib/gbz80/mul.s
10498         * device/lib/gbz80/stubs.s
10499         * device/lib/z80/mul.s
10500         * device/lib/z80/stubs.s
10501         * src/SDCCsymt.c (initCSupport)
10502
10503 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10504
10505         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
10506         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
10507           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
10508           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
10509           instead of /Zm500.
10510
10511 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10512
10513         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
10514           the regression tests I'm not brave enough to enable 245.b, 245.c
10515         * doc/sdccman.lyx: added latex preamble for hyperref package.
10516           Using pdflatex this will give you a hyperlinked pdf file with
10517           bookmarks. (prepend '%' before /usepackage if this breaks something)
10518
10519 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10520
10521          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
10522
10523 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
10524
10525         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
10526
10527 2003-05-21    <johan AT balder>
10528
10529         * src/SDCCglue.c (printIval): fixed bug #739934
10530
10531 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10532
10533         Applied patch from bug 737905 (renamed yylineo to mylineno):
10534         * src/altlex.c
10535         * src/SDCCast.c
10536         * src/SDCglobl.h
10537         * src/SDCC.lex
10538         * src/SDCCsymt.c
10539         * src/SDCCval.c
10540         * src/pic16/pcode.c: Cleaned warnings
10541         * src/pic16/pcodeflow.c: Cleaned warnings
10542         * src/pic16/pcoderegs.c: Cleaned warnings
10543
10544 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
10545
10546         * src/pic16/pcode.c: Cleaned warnings
10547         * src/pic16/pcodepeep.c: Cleaned warnings
10548         * src/pic16/ralloc.c: Cleaned warnings
10549
10550 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10551
10552         * doc/sdccman.lyx: fixed bug 739745
10553         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
10554
10555 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
10556
10557         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
10558         it can be defined with CFLAGS when running configure
10559         * src/SDCCmain.c: fixed compiling + linking with object files
10560
10561 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
10562
10563         * configure.in: configure for pic16 port,
10564             added --disable-pic16-port
10565         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
10566         * src/SDCCmain.c: linkOptions is changed to set *,
10567             added if/endif conditional macros to remove options help
10568             messages from optionsTable when a port is not configured, added
10569             support for the PIc16 port in the ports table, when executing
10570             the compiler with no port specified on command line, a default
10571             port is selected with the new macro DEFAULT_PORT which is
10572             defined in port.h, in setDefaultOptions() linkOptions is removed
10573             from initialization assignment, since now it is a set,
10574             parseCmdLine uses setParseWithComma for linkOptions, in
10575             linkEdit() linkOptions are accessed with new function indexSet()
10576             which returns the i'th item of a set variable. See SDCCset.c, in
10577             linkEdit() when calling buildCmdLine(), added linkOptions as
10578             last argument. Now users can pass arguments to gplink via the
10579             -Wl option, main() uses pic16glue() to glue up pic16 programs
10580         * src/SDCCpeeph.c: various changes to support pic16
10581         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
10582             return the i'th item of the set
10583         * src/SDCCset.h: added function prototype for indexSet()
10584         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
10585         * src/clean.mk: added pic16 in CLEANALLPORTS variable
10586         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
10587             added macro DEFAULT_PORT
10588         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
10589         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
10590             generated
10591         * src/pic16/glue.c: commented out some error producing lines
10592         * src/pic16/main.c: __config directives are commented out to stop
10593             gpasm complaining and test the linkage with gplink, _linkCmd and
10594             _asmCmd changed to be more gplink and gpasm friendly
10595         * src/pic16/peeph.def: peep rule 3 is commented out, since it
10596             produced an error when parsed, peep rule 12 is added to utilize
10597             movff, but it is commented out since the pCode does not support
10598             yet a command with 2 address arguments
10599
10600 2003-05-18    <johan AT balder>
10601
10602         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10603         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10604 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
10605
10606         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
10607   Added feature to script commands from file.
10608
10609 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
10610
10611         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
10612         * src/SDCCutil.c: include ctype.h for win32
10613
10614 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
10615
10616         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
10617
10618 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
10619
10620         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
10621   Fixed so you can set breakpoints prior to run, run does not stop
10622   on entry now.  Add tbreak.  Other enhancements and fixes for use
10623   with ddd.
10624
10625 2003-05-12  Borut Razem <borut.razem AT siol.net>
10626
10627         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
10628
10629 2003-05-11  Borut Razem <borut.razem AT siol.net>
10630
10631         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
10632         the path of bin directory, so that PATH is the only env. variable, which has to be set
10633         in case of standard installation.
10634         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
10635         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
10636         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
10637
10638 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10639
10640         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
10641         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
10642         temp files are in the port dir; clean the gen/test directory when
10643         generating new test.c
10644         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
10645         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
10646         * support/regression/tests/zeropad.c: added
10647
10648 2003-05-09    <johan AT balder>
10649
10650         * src/SDCCglue.c: fixed bug #597940
10651
10652 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
10653
10654         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10655   cache sfr, optimize next,step, fix off by one sourceline,
10656   support ddd list function.
10657         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
10658
10659 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10660
10661         * support/regression/HTMLgen.py: added compare_s2f()
10662         * support/regression/Makefile: redo 1.27
10663         * support/regression/generate-cases.py: redo 1.5
10664
10665 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
10666
10667         * support/regression/tests/float.c: workaround 33 bit hex constant
10668         * support/regression/tests/simplefloat.c: fix division for host
10669
10670 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
10671
10672         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
10673         that tame's the PIC's over-aggressive optimizer.
10674
10675 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10676
10677          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
10678          support for MSVC.
10679
10680 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
10681
10682         Initial support for DS80C400. "Hello world" runs on TINIm400
10683         (with polled I/O).
10684
10685 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
10686
10687          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10688          * Some notes on ddd usage added in debugger/README
10689          Martin Helmling adding more features and fixes for ddd GUI debugger.
10690          Code added for nexti, stepi, up, down, and other adjustments.
10691
10692 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
10693
10694         * src/pic/pCodepeep.c non-wildcard asmops are now handled
10695         * src/pic/peeph.def Added two rules to optimize carry manipulation
10696         * src/pic/* removed debug printfs
10697
10698 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
10699
10700         * debugger/mcs51/cmd.c: added header newalloc.h
10701
10702 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
10703
10704         * as/Makefile: new EXEEXT
10705         * as/z80/Makefile: remove trailing slash of BUILDIR
10706         * as/z80/clean.mk: new EXEEXT
10707         * Makefile.common.in: add to CFLAGS (and others), don't replace it
10708         * support/cpp2/Makefile.in: new EXEEXT
10709         * src/pic/glue.c (pic14emitRegularMap): fixed warning
10710
10711 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
10712
10713         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
10714         EXEEXT was introduced to fix all related problems with targets
10715         "clean", "install" and "uninstall"; a couple of further flaws
10716         especially with "clean" have been fixed too
10717         * as/mcs51/Makefile.in
10718         * as/mcs51/clean.mk
10719         * as/z80/Makefile
10720         * Makefile
10721         * clean.mk
10722         * debugger/mcs51/Makefile.in
10723         * debugger/mcs51/clean.mk
10724         * link/z80/Makefile
10725         * link/z80/Makefile.in
10726         * link/z80/clean.mk
10727         * link/Makefile
10728         * packihx/Makefile.in
10729         * packihx/clean.mk
10730         * sim/ucsim/Makefile
10731         * sim/ucsim/clean.mk
10732         * sim/ucsim/avr.src/Makefile.in
10733         * sim/ucsim/avr.src/clean.mk
10734         * sim/ucsim/s51.src/Makefile.in
10735         * sim/ucsim/s51.src/clean.mk
10736         * sim/ucsim/xa.src/Makefile.in
10737         * sim/ucsim/xa.src/clean.mk
10738         * sim/ucsim/z80.src/Makefile.in
10739         * sim/ucsim/z80.src/clean.mk
10740         * sim/ucsim/main_in.mk
10741         * sim/ucsim/packages_in.mk
10742         * sim/ucsim/gui.src/Makefile.in
10743         * sim/ucsim/gui.src/serio.src/Makefile.in
10744         * sim/ucsim/gui.src/serio.src/clean.mk
10745         * src/Makefile.in
10746         * src/clean.mk
10747         * support/cpp2/Makefile.in
10748         * support/cpp2/clean.mk
10749         * support/makebin/Makefile
10750         * support/makebin/clean.mk
10751         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
10752         * doc/sdccman.lyx: --program-suffix no longer needed
10753
10754 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
10755
10756          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
10757          Martin Helmling added support for ddd GUI debugger.
10758          Code added to display assembly, set variables, and other commands
10759          to interface to ddd.
10760
10761 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
10762
10763         * as/Makefile: fix target clean
10764         * as/clean.mk: fix target clean
10765         * as/z80/clean.mk: fix target clean
10766
10767 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
10768
10769         * Makefile.common.in: added  AT EXEEXT AT
10770         * configure.in: removed all mingw32 stuff
10771         * configure: rebuilt from configure.in
10772         * doc/sdccman.lyx: updated section "installation"
10773         * support/scripts/sdcc_mingw32: adapted to configure
10774         * support/scripts/sdcc_cygwin_mingw32: added
10775
10776 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
10777
10778         * src/pic Added object file support for the PIC port
10779         * src/pic Applied patch from Craig Franklin (this started the object file support)
10780         * src/regression Updated the PIC regression tests for object files
10781
10782 2003-04-20  Borut Razem <borut.razem AT siol.net>
10783
10784         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
10785           lklex.c: In function `getfid':
10786           lklex.c:203: warning: array subscript has type `char'
10787         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
10788           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
10789         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
10790           stack handling macros
10791
10792 2003-04-19  Borut Razem <borut.razem AT siol.net>
10793
10794         * "handling space characters in file path" task:
10795         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
10796         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
10797         * support/Util/MySystem.h: make it self-sufficient
10798         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
10799           src/z80/main.c, sdcc/as/mcs51/lklex.c:
10800           handling space characters in file path
10801         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
10802           (it will be used by assemblers, which have their own includes, e.g. gpasm)
10803         * support/Util/MySystem.c: handling space characters in executable's path
10804
10805 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
10806
10807         * as/z80/Makefile: fix permanent rebuild of z80
10808         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
10809         * support/regression/tests/bitfields.c: added Johan's bitfields.c
10810
10811 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
10812
10813         * src/SDCCopt.c: add special case optimization to replace modulo by
10814           a power of two with a bitwise AND.
10815
10816 2003-04-18    <johan AT balder>
10817
10818         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
10819
10820 2003-04-17    <johan AT balder>
10821
10822         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
10823         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
10824
10825 2003-04-13  Borut Razem <borut.razem AT siol.net>
10826
10827         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
10828         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
10829           fixed mingw problem in adl_NORMALIZE_PATH
10830
10831 2003-04-12  Borut Razem <borut.razem AT siol.net>
10832
10833         * fixed "#pragma SAVE/RESTORE can not be nested":
10834         * src/SDCC.lex: reworked pragma handling functions
10835         * sdcc/src/SDCCglobl.h: reworked stack handling macros
10836         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
10837
10838 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10839
10840         * src/SDCCutil.c (pathEquivalent): defined but not used
10841         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
10842         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
10843         * configure: rebuilt from configure.in
10844         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10845         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10846         * device/include/Makefile.in: replace sdcc_datadir
10847         * device/lib/Makefile.in: replace sdcc_datadir
10848         * Makefile.common.in: add LDFLAGS from configure
10849         * packihx/Makefile.in: use LDFLAGS
10850         * src/Makefile.in: use LDFLAGS
10851         * support/cpp2/Makefile.in: add LDFLAGS from configure
10852         * support/makebin/Makefile: use LDFLAGS
10853         * .version: bumped version number to 2.3.5
10854
10855 2003-04-12  Borut Razem <borut.razem AT siol.net>
10856
10857         * completed "different paths" task:
10858         * src/SDCCmacro.c: fixed bug in handling quotes
10859         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
10860         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
10861
10862 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10863
10864         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
10865
10866 2003-04-11 kevin Vigor <kevin AT vigor.nu>
10867
10868         * ds390/gen.c ds390/peeph.def: fix bug 706781
10869
10870 2003-04-11  Borut Razem <borut.razem AT siol.net>
10871
10872         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
10873
10874 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
10875
10876         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
10877         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
10878          set - this bit used to not be set...).
10879         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
10880           bad code in PIC Port
10881         * src/regression/and2.c added to test bug 609268
10882         * src/regression/Makefile added and2.c to regression test
10883
10884
10885 2003-04-08    <johan AT CP255758-A>
10886
10887         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
10888         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
10889         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
10890
10891 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
10892
10893         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
10894         fix bug #487815
10895         * support/cpp2/Makefile.in: fix bug #487815
10896         * configure: rebuilt from configure.in
10897         * Makefile.common.in: docdir changed, new path suffixes
10898         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10899         * sdcc_vc_in.h: reflect changes from sdccconf.h
10900         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
10901         * src/SDCCutil.h: remove BINDIR hack
10902         * doc/sdccman.lyx: update new path hierarchy
10903
10904 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10905
10906         * src/SDCCpeeph.c: added okToRemoveSLOC test
10907
10908 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10909
10910         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
10911
10912 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10913
10914         * src/SDCCpeeph.c: added labelIsReturnOnly test
10915         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
10916
10917 2003-04-05    <johan AT balder>
10918
10919         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
10920         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
10921         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
10922         * src/SDCCast.c: fixed a warning
10923         * src/SDCCast.h: fixed a warning
10924         * src/SDCCicode.c (operandFromAst): fixed a warning
10925
10926 2003-04-04    <johan AT balder>
10927
10928         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
10929         * src/SDCCast.c (decorateType): fixed bug #715076
10930         * src/SDCC.y: fixed bug #702907
10931
10932 2003-04-03    <johan AT balder>
10933
10934         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
10935         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
10936         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
10937         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
10938         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
10939
10940 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
10941
10942         * _decdptr.c: fix return values
10943         * _gptrget.c: fix return values
10944         * _gptrgetc.c: fix return values
10945         * _gptrput.c: fix return values
10946         * _mulint.c: fix return values
10947         * as/z80/Makefile: fix 'make -j' problem
10948
10949 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
10950
10951         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
10952         * configure.in: big cleanup, updated to autoconf 2.5x
10953         * configure: rebuilt from configure.in
10954         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10955         * sdcc_vc_in.h: reflect changes from sdccconf.h
10956         * doc/Makefile: fixed a flaw in "make install"
10957
10958 2003-04-02    <johan AT balder>
10959
10960         * src/ds390/gen.c (genCmp): no comments
10961         * src/mcs51/gen.c (genCmp): no comments
10962         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10963         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10964
10965 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10966
10967         * support/regression/generate-cases.py: place generated file in given sub directory
10968         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10969         * support/regression/Makefile: improvements for 'make -j';
10970         side effect: it's simpler and faster now
10971
10972 2003-03-31  Borut Razem <borut.razem AT siol.net>
10973
10974         * src/z80/main.c: link-{port} and as-{port} defined without path
10975         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10976
10977 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10978
10979         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10980
10981 2003-03-30  Borut Razem <borut.razem AT siol.net>
10982
10983         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10984           changed type of list parameter to set
10985         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10986         * src/port.h: changed type of do_assemble() parameter to set
10987         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10988           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10989           definition of "cppoutfilename" macro with NULL value in preProcess()
10990         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10991         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10992         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10993           replaced with set *binPathSet
10994         * shash_add() deallocates the item, if allready exsists, before adding the new one
10995         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10996
10997 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10998
10999         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
11000           a nested for loop bug in the PIC port
11001         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
11002           for loops
11003
11004 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
11005
11006         * support/Util/dbuf.h: remove C++ stuff to make it portable
11007
11008 2003-03-28  Borut Razem <borut.razem AT siol.net>
11009
11010         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
11011           literal strings in stringLiteral()
11012         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
11013         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
11014           to the project
11015
11016 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
11017
11018         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
11019
11020 2003-03-26    <johan AT balder>
11021
11022         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
11023         * src/ds390/gen.c (saveRegisters): catched symbol abuse
11024         * src/SDCCast.c (decorateType): fixed " -v < 3"
11025
11026 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
11027
11028         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
11029         Added Lenny Story's debug infrastructure changes:
11030         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
11031         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
11032         * src/cdbFile.c: added
11033         * src/SDCCdebug.c: added
11034         * src/SDCCdebug.h: added
11035         * src/SDCCast.c (createFunction)
11036         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
11037         * src/SDCCmain.c (parseCmdLine, main)
11038         * src/SDCCmem.c (redoStackOffsets)
11039         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
11040         * src/SDCCsymt.h
11041         * src/common.h
11042         * src/avr/gen.c (genAVRCode)
11043         * src/ds390/gen.c (gen390Code)
11044         * src/mcs51/gen.c (gen51Code)
11045         * src/pic/gen.c (genpic14Code)
11046         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
11047         * src/xa51/gen.c (genXA51Code)
11048         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
11049
11050 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11051
11052         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
11053         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
11054
11055 2003-03-22    <johan AT balder>
11056
11057         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
11058
11059 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
11060
11061         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
11062         * doc/cdbfileformat.lyx: added, written by Lenny Story
11063         * doc/Makefile: added cdbfileformat.lyx
11064         * doc/clean.mk: added cdbfileformat.lyx
11065
11066 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
11067
11068         * src/mcs51/peeph.def: fix bug #705773
11069
11070 2003-03-20    <johan AT balder>
11071
11072         An sfr/sbit can have an "at #" AND an initializer
11073         * src/SDCCsymt.c (checkSClass):
11074         * src/SDCCmem.c (allocGlobal):
11075         * src/SDCCmem.c (allocLocal):
11076         * src/SDCCast.c (createBlock):
11077
11078 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
11079
11080         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
11081
11082 2003-03-16    <johan AT balder>
11083
11084         Undid the hackup of const and volatile, the problem is much bigger
11085         * src/SDCC.y:1.65
11086         * src/SDCCast.c:1.171
11087         * src/SDCCglue.c:1.138
11088         * src/SDCCicode.c:1.146
11089         * src/SDCCsymt.c:1.150
11090         * src/SDCCval.c:1.65
11091
11092 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
11093
11094         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
11095         * src/ds390/gen.c (genAddrOf): fixed bug #704087
11096
11097 2003-03-13    <johan AT balder>
11098
11099         Hackup const and volatile modifiers in type chains a bit:
11100         * src/SDCC.y:1.63
11101         * src/SDCCast.c:1.169
11102         * src/SDCCglue.c:1.136
11103         * src/SDCCicode.c:1.143
11104         * src/SDCCsymt.c1.146
11105         * src/SDCCsymt.h1.59
11106         * src/SDCCval.c:1.63
11107
11108 2003-03-12    <johan AT balder>
11109
11110         * src/SDCCBBlock.h: more LRH debugging junk
11111         * src/SDCCcflow.h: more LRH debugging junk
11112         * src/SDCCloop.c: more LRH debugging junk
11113         * src/SDCC.y (struct_declaration): fixed bug #697590
11114         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
11115         * src/ds390/gen.c (aopForRemat): fixed bug #700031
11116         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
11117
11118 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
11119         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
11120         test function names must now match exactly).
11121         * src/SDCCcse.c: added special case in findCheaperOp to allow
11122         extending a short integer. Makes less awful code for bug 700121 test case.
11123
11124 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11125
11126         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
11127         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
11128
11129 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
11130
11131         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
11132         actually called (operandsNotEqual() was called for all
11133         operandsNotEqualX tests).
11134
11135 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
11136
11137         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
11138         with shorter literals. Fixes bug 700121.
11139
11140 2003-03-11    <johan AT balder>
11141
11142         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
11143
11144 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
11145
11146         * src/SDCCloop.c (mergeRegions): an evil beast is dead
11147         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
11148
11149 2003-03-10  Borut Razem <borut.razem AT siol.net>
11150
11151         * src/SDCCmain.c: pipe preprocessor's output
11152         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
11153         * sdcc_vc_in.h: define pclose as _pclose for WIN32
11154         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
11155         which closes all pipes in pipeSet set
11156         * src/SDCCset.c: free deleted item in function deleteSetItem()
11157         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
11158         moved from z80 to src subproject
11159         * .version: increased version number to 2.3.4
11160
11161 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
11162
11163         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
11164         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
11165         * support/regression/ports/xa51/spec.mk: fix typo
11166
11167 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
11168
11169         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
11170
11171 2003-03-09  Borut Razem <borut.razem AT siol.net>
11172
11173         * src/SDCCmain.c: pipe preprocessor's output
11174         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
11175         * sdcc_vc_in.h: define pclose as _pclose for WIN32
11176         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
11177         which closes all pipes in pipeSet set
11178         * src/SDCCset.c: free deleted item in function deleteSetItem()
11179         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
11180         moved from z80 to src subproject
11181
11182 2003-03-09  Borut Razem <borut.razem AT siol.net>
11183
11184         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
11185         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
11186         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
11187         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
11188         * src/SDCCglobl.h: unification of WIN32 native definitions
11189
11190 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11191
11192         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
11193
11194 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
11195
11196         * src/configure.in:   check for endianess (even while cross-compiling)
11197         * src/configure:      check for endianess (even while cross-compiling)
11198         * src/configure_in.h: check for endianess (even while cross-compiling)
11199         * src/avr/gen.c:        remove old endianess stuff
11200         * src/mcs51/gen.c:      remove old endianess stuff
11201         * src/ds390/gen.c:      remove old endianess stuff
11202         * src/pic/gen.c:        remove old endianess stuff
11203         * src/pic/genarith.c:   remove old endianess stuff
11204         * src/pic/glue.c:       fix endianess check
11205         * src/pic16/gen.c:      remove old endianess stuff
11206         * src/pic16/genarith.c: remove old endianess stuff
11207         * src/pic16/glue.c:     fix endianess check
11208         * src/xa51/gen.c:       remove old endianess stuff
11209         * src/z80/gen.c:        fix endianess check
11210         * src/SDCCglue.c:       fix endianess check
11211         * src/ds390/peeph.def: fix bug 700036
11212
11213 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
11214
11215         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
11216         * src/configure: find appropriate data-types on host for SDCC's int and long
11217         * src/configure.in: find appropriate data-types on host for SDCC's int and long
11218         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
11219         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
11220
11221 2003-03-07    <johan AT balder>
11222
11223         Just a big NOOP:
11224                 some minor cleanups before the big shot
11225                 OP_DEFS and OP_USES now use Kevin's protection
11226                 new option --nolabelopt
11227
11228         * src/SDCCBBlock.c:
11229         * src/SDCCast.c,:
11230         * src/SDCCcflow.c:
11231         * src/SDCCcse.c:
11232         * src/SDCCicode.c:
11233         * src/SDCCicode.h:
11234         * src/SDCClabel.c:
11235         * src/SDCCloop.c:
11236         * src/SDCCmain.c:
11237         * src/ds390/ralloc.c:
11238         * src/mcs51/ralloc.c:
11239         * src/pic/ralloc.c:
11240         * src/xa51/ralloc.c:
11241         * src/z80/ralloc.c:
11242
11243 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
11244
11245         * src/pic/pcode.c (get_op): fix 64 bit warnings
11246         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
11247         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
11248         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
11249         * support/regression/tests/malloc.c: fix 64 bit warnings
11250
11251 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
11252
11253         * src/mcs51/gen.c (genMinus): fixed bug 696436
11254
11255 2003-03-02  Borut Razem <borut.razem AT siol.net>
11256
11257         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
11258
11259 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
11260
11261         * configure.in: test for mkstemp
11262         * sdccconf_in.h: add HAVE_MKSTEMP
11263
11264 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
11265
11266         * device/include/ctype.h: removed warning while using --stack-auto
11267         * device/include/malloc.h: removed warning while using --stack-auto
11268         * device/include/string.h: removed warning while using --stack-auto
11269
11270 2003-02-23  Borut Razem <borut.razem AT siol.net>
11271
11272         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
11273         because NDEBUG is defined (see man assert)
11274         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
11275
11276 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11277
11278         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
11279         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
11280
11281 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11282
11283         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
11284         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
11285
11286 2003-02-18    <johan AT balder>
11287
11288         * as/mcs51/asmain.c (asmbl): module can start with a digit
11289         * as/z80/asmain.c (asmbl): module can start with a digit
11290
11291 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
11292
11293         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
11294         * src/asm.c: fix pipe() for Mingw32
11295
11296 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
11297
11298         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
11299         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
11300         make -V work again; --c1mode reads now from stdin
11301         * doc/sdccman.lyx: added --c1mode
11302         * support/Util/SDCCerr.c: new messages for c1 mode
11303         * support/Util/SDCCerr.h: new messages for c1 mode
11304         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
11305
11306 2003-02-15    <johan AT balder>
11307
11308         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
11309
11310 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
11311
11312         * doc/sdccman.lyx: Environment variables, -o and other minor things
11313
11314 2003-02-14    <johan AT balder>
11315
11316         * src/xa51/main.c: before anyone really tries to use it :)
11317
11318         * Install doc's in share/sdcc/doc
11319         * removed some obsolete files
11320         * Do a proper make distclean and uninstall
11321         M Makefile.common.in
11322         R sdccbuild.sh
11323         M as/Makefile
11324         M device/include/Makefile.in
11325         M device/lib/Makefile.in
11326         M doc/sdccman.lyx
11327         M link/Makefile
11328         M sim/ucsim/doc/Makefile.in
11329         M src/clean.mk
11330         R src/avr/peeph.rul
11331         R src/xa51/peeph.rul
11332         M support/cpp2/Makefile.in
11333         M support/makebin/Makefile
11334
11335
11336 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
11337
11338         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
11339
11340 2003-02-10  Borut Razem <borut.razem AT siol.net>
11341
11342         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
11343         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
11344         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
11345         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
11346         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
11347         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
11348         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
11349         src/z80/Makefile.bcc: Borland Makefile cleanup
11350         * as/z80/Makefile.bcc: Added Borland Makefile
11351         * support/cpp2/borland.h: Removed
11352
11353 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
11354
11355         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
11356         * src/SDCC.lex: new pragma NOIV
11357         * src/SDCCglobl.h: new pragma NOIV
11358         * src/SDCCmem.c: new pragma NOIV
11359
11360 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
11361
11362         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
11363
11364 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
11365
11366         * src/SDCCmain.c: signal handling is switched off by --debug
11367         * doc/Makefile: small fix for install; use clean.mk again
11368         * doc/clean.mk: clean *.pdf and *.html too
11369
11370 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
11371
11372         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
11373         * device/lib/printfl.c: fix a ds390 bug by making it portable
11374         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
11375         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
11376         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
11377         * debugger/mcs51/cmd.c: converted multi-line string literals
11378         * sim/ucsim/globals.cc: converted multi-line string literals
11379         * src/SDCCmain.c: introduced signal handler to remove temp files
11380         * doc/Makefile: small tweaks, implement clean
11381         * doc: removed generated files
11382
11383 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11384
11385         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
11386         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
11387         Address Record is not correctly generated for DS390."
11388
11389 2003-02-02  Borut Razem <borut.razem AT siol.net>
11390
11391         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
11392         * as/mcs51/asm.h: fixed compilation with Borland C
11393         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
11394         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
11395         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
11396         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
11397         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
11398         src/z80/Makefile.bcc: delete $(LIB) only if exist
11399         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
11400
11401 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
11402
11403         * device/include/malloc.h: introduced NULL
11404         * device/include/string.h: introduced NULL
11405         * device/include/stdlib.h: introduced NULL
11406         * device/lib/_memcpy.c: removed NULL
11407         * device/lib/_strcat.c: removed NULL
11408         * device/lib/_strchr.c: removed NULL
11409         * device/lib/_strcmp.c: removed NULL
11410         * device/lib/_strcpy.c: removed NULL
11411         * device/lib/_strcspn.c: removed NULL
11412         * device/lib/_strlen.c: removed NULL
11413         * device/lib/_strncat.c: removed NULL
11414         * device/lib/_strncmp.c: removed NULL
11415         * device/lib/_strncpy.c: removed NULL
11416         * device/lib/_strpbrk.c: removed NULL
11417         * device/lib/_strrchr.c: removed NULL
11418         * device/lib/_strspn.c: removed NULL
11419         * device/lib/_strstr.c: removed NULL
11420         * device/lib/_strtok.c: removed NULL
11421         * device/lib/malloc.c: removed NULL, include own header
11422
11423 2003-02-02    <johan AT balder>
11424
11425         * 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
11426         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
11427         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
11428         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
11429         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
11430         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
11431
11432 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11433
11434         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
11435         area 'DATA'"
11436
11437 2003-02-01    <johan AT balder>
11438
11439         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
11440
11441 2003-01-31    <johan AT CP255758-A>
11442
11443         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
11444
11445 2003-01-30    <johan AT balder>
11446
11447         * src/SDCCBBlock.c: automatic bug detection
11448         * src/SDCCicode.c: automatic bug detection
11449
11450 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11451
11452         * src/SDCCglobl.h:   now --xram-size 0 works
11453         * src/SDCCmain.c:    now --xram-size 0 works
11454
11455 2003-01-29    <johan AT balder>
11456
11457         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
11458
11459 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11460
11461         * as/mcs51/aslink.h: Added options --xram-size and --code-size
11462         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
11463         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
11464         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
11465         * src/SDCCglobl.h:   Added options --xram-size and --code-size
11466         * src/SDCCmain.c:    Added options --xram-size and --code-size
11467
11468 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
11469
11470         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
11471         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
11472
11473 2003-01-27    <johan AT balder>
11474
11475         * src/SDCC.y: fixed bug #613764
11476
11477 2003-01-26    <johan AT balder>
11478
11479         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
11480         * src/SDCCsymt.h: fixed bug #673374
11481         * src/SDCCglue.c: fixed bug #661910
11482         * src/SDCCast.c: fixed bug #458099 and 673374
11483
11484 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
11485
11486         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
11487         * as/mcs51/strcmpi.h: added
11488         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
11489         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
11490         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
11491         * as/mcs51/assym.c: strcmpi -> as_strcmpi
11492         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
11493         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
11494         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
11495         * as/mcs51/Makefile.aslink: new module strcmpi
11496         * as/mcs51/Makefile.asx8051: new module strcmpi
11497         * as/mcs51/Makefil.bcc: new module strcmpi
11498         * as/mcs51/Makefile.in: new module strcmpi
11499         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
11500
11501 2003-01-26    <johan AT balder>
11502
11503         * src/SDCCglue.c: reverted back to 1.124
11504         * src/SDCCast.c: reverted back to 1.156
11505         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
11506
11507 2003-01-25    <johan AT balder>
11508
11509         * src/SDCCglue.c: A better fix for bug #661910
11510         * src/SDCCast.c: A better fix for bug #661910
11511         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
11512
11513 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11514
11515         * src/Makefile.in: remove spawn.o
11516         * src/SDCCmain.c: remove spawn.h
11517         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
11518         * src/spawn.c: removed
11519         * src/spawn.h: removed
11520         * support/regression/ports/ds390/spec.mk: link with -r
11521
11522 2003-01-24    <johan AT CP255758-A>
11523
11524         * src/ds390/gen.c (aopOp): fixed bug #667458
11525         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
11526         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
11527         (createIvalCharPtr): an ival doesn't always have a storage class anymore
11528
11529 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11530
11531         * src/mcs51/peeph.def: better assembler identation by Frieder
11532         * src/mcs51/gen.c: better assembler identation by Frieder
11533
11534 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
11535
11536         * as/z80/string.h: removed for gcc 3.2
11537         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
11538         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
11539
11540 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11541
11542         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
11543         * src/SDCCpeeph.c (replaceRule): fix bug #663503
11544         * support/regression/Makefile: separate temp files for ports
11545         * support/regression/generate-cases.py: separate temp files for ports
11546         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11547         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11548
11549 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11550
11551         * moved tinitalk to device/examples/ds390
11552
11553 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
11554
11555         * as/mcs51/lkmem.c: rflag is for DS390
11556         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
11557         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
11558                          (linkEdit): move mem- and map-files the same way as ihx-files
11559         * src/z80/main.c (_setDefaultOptions): removed --generic
11560         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
11561         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
11562         * src/pic/glue.c (picglue): --c1mode works again
11563         * src/pic16/glue.c (pic16glue): --c1mode works again
11564         * src/asm.c (printCLine): fix #660034
11565
11566 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
11567
11568         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
11569         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
11570         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
11571         * as/mcs51/lkmem (summary): better fix for sp problem
11572         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
11573         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
11574         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
11575                                               remove --stack-after-data
11576
11577 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
11578
11579         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
11580         * src/SDCCutil.c (join): ugly bug: missing '\0'
11581         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
11582
11583 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11584
11585         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
11586         * src/port.h: typo
11587         * src/pic/main.c (_asmCmd): gpasm supports -o
11588         * src/z80/main.c: more general macros
11589         * device/lib/Makefile.in: remove intermediate files
11590
11591 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11592
11593         * .version: Bumped version number to 2.3.3
11594         * src/SDCCBBlock.c: new option -o
11595         * src/SDCCglobl.h: new option -o
11596         * src/SDCCglue.c: new option -o
11597         * src/SDCCmain.c: new option -o
11598         * src/asm.c: new option -o
11599         * src/ds390/main.c: new option -o
11600         * src/pic/glue.c: new option -o
11601         * src/pic/pcode.c: new option -o
11602         * src/pic/ralloc.c: new option -o
11603         * src/pic16/glue.c: new option -o
11604         * src/pic16/pcode.c: new option -o
11605         * src/pic16/ralloc.c: new option -o
11606         * src/z80/main.c: new option -o
11607         * device/lib/Makefile.in: use -o
11608         * support/regression/ports/ds390/spec.mk: use -o
11609         * support/regression/ports/gbz80/spec.mk: use -o
11610         * support/regression/ports/mcs51/spec.mk: use -o
11611         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
11612         * support/regression/ports/z80/spec.mk: use -o
11613         * support/regression/ports/ucz80/spec.mk: use -o
11614         * support/regression/ports/xa51/spec.mk: use -o
11615         * support/regression/fwk/lib/timeout.c: fix usage string
11616
11617 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
11618         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
11619
11620 2003-01-07    <johan AT balder>
11621
11622         * src/SDCCast.c (decorateType): fixed bug #600035
11623
11624 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
11625         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
11626         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
11627         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
11628         * src/pic/pcode.c: outcommented unused variable to remove warnings
11629         * src/pic/ralloc.c: outcommented unused variable to remove warnings
11630
11631 2003-01-06    <karl AT turbobit.com>
11632         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
11633    regression tests.
11634
11635 2003-01-06    <johan AT balder>
11636
11637         * src/SDCCicode.c: fixed array add
11638
11639 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
11640         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
11641         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
11642
11643 2003-01-04    <johan AT balder>
11644
11645         * src/SDCCval.c (getNelements): fixed the initialized array of structures
11646
11647 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11648         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
11649
11650 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11651         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
11652         * support/regression/tests/bug-524697.c: fit mem usage into 8032
11653
11654 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11655         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
11656
11657 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
11658         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
11659
11660 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
11661         * src/mcs51/main.c: removed {bindir}{sep} from aslink
11662
11663 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11664
11665     * in /sdcc/as/mcs51/ changed these files in order to create an
11666     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
11667     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
11668     following files to include the previous two files: aslink.dsp,
11669     Makefile.aslink, Makefile.bcc, and Makefile.in.
11670
11671     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
11672     .adb instead of .cdb
11673
11674 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11675
11676         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
11677         value from option --iram-size.
11678
11679 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11680
11681         * /sdcc/as/mcs51/lklist.c: added boundary check before using
11682         dram[] array.
11683
11684 2002-09-18    <wiml AT hhhh.org>
11685
11686         * SDCClrange.h: exposed setFromRange() and setToRange()
11687         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
11688           packRegsForAccUse() (bug 542397)
11689         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
11690           multiple times and emitting the fetch operations more than once
11691           added aopGetUsesAcc() function to allow binary operators to
11692           fetch their operands in the correct order; made genMinus() emit
11693           compact code for X = LITERAL - Y
11694
11695 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11696         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
11697         sprintf() in line 1267.
11698
11699 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11700         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
11701         like ports.
11702
11703 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11704         Changes to aslink (All the changes are marked with 'JCF'):
11705
11706         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
11707         summary().
11708
11709         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
11710         area BSEG.  Also moves, if possible, the DATA area down into the internal
11711         ram so more space is available.
11712
11713         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
11714         sflag.
11715
11716         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
11717         not bytes.  Function summary() which creates a memory usage summary
11718         file with extension .mem.  Reports of overlaping stack and small stack
11719         size.  If the space for the stack is less than 16 bytes aslink trows a
11720         warning.
11721
11722         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
11723         the 8051.  Option 'y' for memory summary output file.
11724
11725         Changes to sdcc (All the changes are marked with 'JCF'):
11726
11727         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
11728
11729         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
11730         overlaying area for it (uses RegBankUsed[4]).
11731
11732         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
11733         bank zero as used by default.  By default aslink locates the stack
11734         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
11735         the creation of the .mem file.  Delegates the allocation of data area
11736         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
11737         the begining of the stack area to aslink.
11738
11739         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
11740         glue() in SDCCglue.c creates an area for it.
11741
11742 2002-09-03  Borut Razem <borut.razem AT siol.net>
11743         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
11744         sdcc/src/pic/glue.c:
11745         introduced atexit() handler for teporay files removal in case of
11746         errors, assertions, ...
11747
11748 2002-08-29  Borut Razem <borut.razem AT siol.net>
11749         * sdcc/support/cpp2/auto-host_vc_in.h:
11750         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
11751         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
11752         Maybe there is a similar problem with BORLANDC? It should be checked!
11753
11754         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
11755         corrected improper use of assert: the assignment to clr variable was done inside the assert.
11756         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
11757         was not executed, and the compiler (cl) launched a warning:
11758         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
11759
11760 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
11761         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
11762
11763 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
11764         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
11765
11766         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11767           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
11768           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
11769           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11770           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
11771           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
11772           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
11773         - added Release configuration in VS projects
11774         - review of compiler an linker options
11775         - VC .exe files are generated in bin_vc directory, not to interfere
11776           with binaries generated from other projects (cygwin, mingw, bcc ...)
11777
11778         * sdcc/src/yacc.dsp: added
11779
11780         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
11781         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
11782         and insert the version number definitions from .version
11783
11784         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
11785
11786         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
11787         added - genarate auto-host.h using auto-host_vc_in.h as template
11788
11789         * sdcc/sdcc_vc.h,
11790         removed from CVS, generated automatically
11791
11792 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
11793         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
11794
11795 2002-08-11  Borut Razem <borut.razem AT siol.net>
11796         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
11797
11798 2002-08-10  Borut Razem <borut.razem AT siol.net>
11799         * src/SDCCmain.c (main):
11800         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
11801         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
11802         The consequence was that some temporary files were not removed.
11803
11804         * src/SDCCglue.c:
11805         unification of code in functions tempfilename() and tempfile():
11806         function tempnam() is defined in Visual Studio 6.0 and .NET
11807
11808         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
11809
11810         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11811           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
11812         - removed compiler command line option /WX: Treats all warnings as errors
11813         - update a list of source files, included into the project
11814
11815         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11816           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
11817         changed project type to Generic Project so that can be correcly converted to VS.NET project
11818
11819         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
11820
11821         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
11822
11823         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
11824
11825         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
11826         added return 0 statements after assert() to make compiler happy
11827
11828         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
11829         added newline in the def file to keep MSC compiler satisfied
11830
11831         * sdcc/src/z80/gen.c:
11832         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
11833           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
11834         - solved MSC error in function aopDump()
11835
11836         * sdcc_vc.h: define PREFIX as "\\sdcc"
11837
11838 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
11839         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
11840
11841 2002-06-22  Scott Dattalo <scott AT dattalo.com>
11842         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
11843         - Rewrote the register banking algorithm.
11844         - Added pCode live-range analysis to registers (for now, only non-used and
11845         singly-used registers optimized away)
11846
11847         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
11848
11849         * 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.
11850
11851 2002-05-10  Scott Dattalo <scott AT dattalo.com>
11852         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
11853
11854 2002-04-22  Michael Hope  <michaelh AT vroom>
11855
11856         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
11857
11858         * configure.in (DD_COPT): Added include support required for gbdk.
11859
11860         * .version: Bumped version number just to increase it.
11861
11862         * src/SDCCmain.c: Added -nostdinc to the default options.
11863
11864 2002-04-15  Michael Hope  <michaelh AT vroom>
11865
11866         * device/lib/z80/printf.c (sprintf): Added.
11867
11868         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
11869
11870         * src/z80/peeph.def: Added transpose redundent load rule.
11871
11872         * src/z80/main.c: Added force callee saves for jaune.
11873
11874         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
11875
11876         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
11877
11878 2002-03-28  Johan Knol  <johan AT balder>
11879
11880         * src/SDCCval.c: fixed bug #532436
11881
11882 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11883         * /src/port.h:
11884         Added "char *Processor" field to the port structure.
11885
11886         * /src/SDCCmain.c:
11887         Added -p option. Allows port dependent processor to be specified.
11888
11889         * all ports:
11890         Initialized the new field char *Processor field to NULL in all ports
11891
11892         * /src/pic/*:
11893         Compiler generated registers for interrupt context saving
11894         were not getting allocated.
11895
11896 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
11897
11898         * /src/SDCCast.c:
11899         Fixed left shift. Will promote the left side of a left shift
11900         if a) left shifting more than size of operand or b) when assigned
11901         to something size > size of left side
11902
11903 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11904         * src/pic/*
11905         tons of changes. Register allocation has been
11906         rewritten. Added customization for the various PICs. Flow
11907         analysis is restructured. ...
11908
11909         * src/pic/device.h:
11910         Added
11911
11912         * src/pic/device.c:
11913         Added. device.c is a PIC port hack to accomodate variations
11914         in PIC devices.
11915
11916 2002-03-13  Michael Hope  <michaelh AT vroom>
11917
11918         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
11919
11920 2002-03-04  johanknol  <johanknol AT manik>
11921
11922         * /src/SDCCval.c: fixed
11923
11924         const unsigned char arr[][2] = { { 0, 1 } };
11925         t18.c:1: error: Initializer element is not constant
11926
11927 2002-03-04  bela  <bela AT manik>
11928
11929         * /device/include/mcs51reg.h:
11930         ds89c420 register definition update
11931
11932 2002-03-03    <johan AT FRIJA>
11933
11934         * support/Util/SDCCerr.c: did something, but don't no why anymore
11935
11936         * support/regression/tests/bug-524691.c: made it a little less shy
11937
11938         * src/SDCCast.c (decorateType): fixed bug #524697
11939
11940         * src/SDCCast.c: made some lineno improvements
11941
11942         * src/SDCCval.c (getNelements): changed warning to error
11943
11944         * src/SDCCglue.c (printIvalArray): changed warning to error
11945
11946         * src/SDCCicode.c: fixed a warning for mingw
11947
11948         * src/SDCCast.c (decorateType): fixed the << promotion for ops
11949
11950         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
11951
11952 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
11953
11954         * src/ds390/peeph.def:
11955         Added some more peephole rules
11956
11957         * src/ds390/gen.c: Various fixes & enhancements
11958
11959         * src/SDCClrange.c, src/SDCClrange.h:
11960         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
11961
11962         * src/ds390/ralloc.c:
11963         various fixes & enhancements (ds390) specific
11964
11965         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11966         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11967         from rallocs.
11968
11969         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11970
11971 2002-03-02    <johan AT FRIJA>
11972
11973         * src/SDCCast.c (decorateType): fixed bug #524708
11974
11975         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11976
11977         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11978
11979 2002-03-01  Michael Hope  <michaelh AT vroom>
11980
11981         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11982
11983         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11984
11985 2002-03-01    <johan AT FRIJA>
11986
11987         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11988
11989         * src/SDCCast.c (decorateType): fixed bug #524209
11990
11991         * src/SDCCval.c (valNot): fixed bug #524195
11992
11993 2002-02-26    <johan AT balder>
11994
11995         * src/xa51/gen.c: fixed a warning
11996
11997         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11998
11999         * src/SDCCast.c (decorateType): fixed bug #522534
12000
12001 2002-02-23    <johan AT balder>
12002
12003         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
12004
12005 2002-02-22    <johan AT balder>
12006
12007         * src/SDCCast.c: fixed bug #514865
12008
12009         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
12010
12011 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
12012
12013         * sdcc/src/SDCCloop.c:
12014         Previous fix was not good. basic blocks that have "break" or "return" are
12015         not really partof a loop , but live ranges used in these blocks should
12016         be live thru the entire loop, so set partOfLoop but don't add them to
12017         loop region
12018
12019 2002-02-21    <johan AT FRIJA>
12020
12021         * src/SDCCcse.c: fixed bug #514308
12022
12023 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
12024
12025         * src/SDCCloop.c:
12026         Fixed BUG #519583. If a conditional block ended in a return/break
12027         statement inside a loop, it was not being considered part of the loop.
12028
12029         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
12030
12031 2002-02-10  Karl Bongers <karl AT turbobit.com>
12032
12033         * debugger/*:
12034         Fixed up SDCDB debugger somewhat.  Updated debugger/README
12035         with lots of comments and notes.
12036
12037         * device/examples/test2.c:
12038         Fix bug, "red" variable not being initialized(compiler complained).
12039
12040         * device/examples/Makefile, examples/test3.c:
12041         Add Makefile in device/examples folder, compiles test3.c
12042         for use as a multiple module SDCDB test case.
12043
12044         * sim/ucsim/cmd.src/cmdset.cc:
12045         Took out debug printfs in ucsim "next" command.
12046
12047         * sim/ucsim/xa.src:
12048         Karl and Johan start ucsim XA support.  Most dissassembly working,
12049         about 75% emulation done(plenty of work remaining).
12050
12051         * sim/ucsim/z80.src:
12052         Add Z80 support to ucsim, add test-ucz80 regression test,
12053         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
12054         Notice z80 compiler fails on examples/test3.c/crc code.
12055
12056 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
12057
12058         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
12059         Added support for --parms-in-bank1
12060
12061         * src/ds390/peeph.def:
12062         added a few more peephole optimzations
12063
12064         * src/ds390/main.c:
12065         1) added __builtin_inp & __builtin_outp used to read in data of given length
12066            from a memory mapped port
12067         2) added __builtin_memcmp
12068         3) added __builtin_swapw swap bytes of a short
12069
12070         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
12071         1) handle multiple send & receives from register bank1
12072         2) ralloc can now allocate DPTR1 to some liveRanges
12073
12074         * src/SDCCsymt.c, src/SDCCsymt.h:
12075         changes to handle multiple sends & receives
12076
12077         * src/SDCCptropt.h:
12078         added some pointer arithmetic optimization
12079
12080         * src/SDCCptropt.c:
12081         added some pointer arithmetic optimizations but not stable yet so not
12082         called from anywhere (will get this working shortly)
12083
12084         * src/SDCCopt.c: fixed for multiple sends & receives
12085
12086         * src/SDCCmain.c:
12087         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
12088         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
12089            set preprocessor defines (depending on options)
12090
12091         * src/SDCCicode.c, src/SDCCicode.h:
12092         changes made to handle multiple sends & receives
12093
12094         * src/SDCCglobl.h:
12095         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
12096
12097         * src/SDCCcse.c, src/SDCCcse.h:
12098         added function findbackward def (to be used in upcoming optimization)
12099
12100         * src/SDCCcflow.c, src/SDCCcflow.h:
12101         added function returnAtEnd - to determine if a basic block terminates with
12102         a RETURN iCode
12103
12104         * src/SDCCast.c, src/SDCCast.h:
12105         added option parms-in-bank1
12106
12107         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
12108         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
12109         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
12110         adjusted for --parms-in-bank1 option
12111
12112         * device/include/string.h:
12113         donot redefine "reentrant" keyword
12114
12115         * device/include/ds80c390.h: Added some more SFRs
12116
12117 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
12118
12119         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
12120
12121 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
12122
12123         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
12124
12125 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
12126
12127         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
12128
12129 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
12130
12131         * Added --xram-movc option
12132
12133 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
12134
12135         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
12136
12137 2002-01-11  Johan Knol
12138
12139         * Added math lib of Jesus Calvino-Fraga
12140
12141 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
12142
12143         * src/SDCCmain.c (processFile): fix processing of ../../src.c
12144         * support/regression/Makefile: new target test-mcs51-stack-auto
12145         * support/regression/ports/mcs51-stack-auto/spec.mk: added
12146
12147 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
12148
12149         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
12150
12151 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
12152
12153         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
12154
12155 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
12156
12157         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
12158
12159         * src/SDCCglue.h: add definition for printIvalChar()
12160
12161 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
12162
12163         * src/SDCCast.c: fix #498138 by Johan
12164
12165         * src/SDCCglue.c: fix #498138 by Johan
12166
12167 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
12168
12169         * support/regression/Makefile: fix clean
12170
12171         * support/regression/ports/ds390/support.c: fix transmission of last character
12172
12173 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
12174
12175         * /sdcc/src/ds390/gen.c:
12176         a) improved computing address of stack variable
12177         b) took out some #if 0 code
12178         c) improved parmBytes adjustment
12179         d) improved genPlusIncr & genMinusIncr
12180         e) genCmp could generate bad code (when left assigned to DPTR)
12181         f) Fixed bug in hasInc
12182
12183         * /sdcc/src/ds390/ralloc.c:
12184         a) packRegsForSupport could mess up live information (Fixed)
12185         b) packRegsDPTRuse could be incorrect for left & right shift
12186
12187         * /sdcc/src/mcs51/ralloc.c:
12188         packRegsForSupport could mess up the live information (Fixed)
12189
12190         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
12191
12192         * /sdcc/src/SDCCast.c:
12193         can reverse a loop even if function call is present as long
12194         as the loop control variable is local & is not passed as parameter
12195
12196 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12197
12198         * /sdcc/ChangeLog: *** empty log message ***
12199
12200         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
12201         More builtin function additions for TININative
12202
12203         * /sdcc/src/ds390/ralloc.c:
12204         Had broken the regression testsuite
12205
12206         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
12207
12208         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
12209         Added funcattr hasStackParms will be set for reentrant functions when there
12210         are paramteres on the stack, this helps in minimizing frame pointer generation
12211         typeFromStr can handle function pointers now
12212
12213         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
12214         *** empty log message ***
12215
12216 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12217
12218         * /src/ds390/gen.c, /src/ds390/main.c:
12219         More builtin function additions for TININative
12220
12221         * /src/ds390/ralloc.c:
12222         Had broken the regression testsuite
12223
12224         * /src/SDCCast.c: Fixed a bug in dumptree
12225
12226         * /src/SDCCsymt.c, /src/SDCCsymt.h:
12227         Added funcattr hasStackParms will be set for reentrant functions when there
12228         are paramteres on the stack, this helps in minimizing frame pointer generation
12229         typeFromStr can handle function pointers now
12230
12231         * /doc/builtins.txt, /doc/TININative.txt:
12232         *** empty log message ***
12233
12234
12235 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12236
12237         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
12238         ALPHA version for -mTININative
12239
12240         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
12241         updated to reflect changes in the port structure
12242
12243         * /src/port.h:
12244         added function do_assemble (similar to do_link) if non-null this function
12245         will be called to do assembly (-mTININative) requires a multi command
12246         assembly
12247         added function genAssemblerEnd will be called to generate assembler Epilogue
12248
12249         * /src/SDCCsymt.c:
12250         added _JavaNative to debug info printing
12251
12252         * /src/SDCCmain.c: added option --tini-libid
12253         added port->do_assemble function (-mTININative) has a multi command assemble
12254
12255         * /src/SDCCglue.c: Disabled "constExpr" check
12256         added port->genAssemblerEnd function
12257
12258         * /src/SDCCglobl.h: Added option --tini-libid value
12259
12260         * /src/SDCCast.h:
12261         tookout optimizeCompare from the header (has no external references)
12262
12263         * /src/SDCCast.c: made one more function "static"
12264
12265 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
12266
12267         * src/z80/mappings.i: Added z80asm support.
12268
12269         * src/z80/main.c: Added z80asm support on --asm=z80asm
12270
12271         * src/z80/gen.c: Fixed asm portability issues.
12272
12273         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
12274
12275         * src/SDCCglue.c (printExterns): Added global/extern split.
12276
12277 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
12278
12279         * support/regression/Makefile: added test for mcs51 model large
12280
12281         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
12282
12283         * support/regression/ports/gbz80/spec.mk: added -mgbz80
12284
12285 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
12286
12287         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
12288
12289 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
12290
12291         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
12292
12293         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
12294
12295 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
12296
12297         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
12298
12299         * support/regression/tests/simplefloat.c: Port to mcs51.
12300
12301 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
12302         * support/regression/tests/bug-485362.c: Added.
12303
12304         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
12305
12306         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
12307
12308         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
12309
12310         * src/z80/gen.c (aopDump): Added a dump function.
12311
12312 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
12313         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
12314
12315         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
12316
12317         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
12318
12319         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
12320
12321         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
12322
12323         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
12324
12325         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
12326
12327         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
12328
12329         * support/regression/ports/ds390/support.c: Use tinibios.
12330
12331         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
12332
12333 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
12334
12335         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
12336         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
12337
12338         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
12339
12340         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
12341
12342 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
12343
12344         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
12345
12346         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
12347         (packRegsForIYUse): Created and optimised.
12348
12349 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
12350
12351         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
12352 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
12353
12354         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
12355
12356         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
12357
12358         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
12359
12360 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12361
12362         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
12363
12364         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
12365
12366 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12367
12368         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
12369
12370         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
12371
12372         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
12373
12374 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
12375
12376         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
12377         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
12378         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
12379
12380         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
12381
12382         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
12383         (genNotFloat): Added.
12384         (genUminusFloat): Added.
12385
12386         * device/lib/z80/Makefile: Added floating pt stubs.
12387
12388         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
12389
12390         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
12391
12392         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
12393
12394 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12395
12396         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
12397
12398         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
12399
12400         * sdcc/support/regression/Makefile: Add port ds390.
12401
12402         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
12403
12404         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
12405
12406         * sdcc/support/regression/ports/ds390/spec.mk: Added.
12407
12408         * sdcc/support/regression/ports/ds390/support.c: Added.
12409
12410         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
12411
12412         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
12413
12414         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
12415
12416 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12417
12418         * device/include/malloc.h: Added z80 and gbz80 support.
12419
12420         * device/lib/gbz80/heap.s: Added.
12421
12422         * device/lib/z80/heap.s: Added.
12423
12424         * device/lib/malloc.c: Added z80 and gbz80 support.
12425
12426         * support/regression/tests/malloc.c (testMalloc): Added.
12427
12428         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
12429
12430         * support/regression/tests/bug-478094.c: Added.
12431
12432         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
12433
12434 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
12435
12436         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
12437
12438         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
12439
12440         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
12441
12442         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
12443
12444         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
12445
12446 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12447
12448         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
12449
12450 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
12451
12452         * support/regression/tests/bug-477927.c: Added.
12453
12454         * src/z80/peeph.def: Added minor rules.
12455
12456         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
12457
12458         * src/z80/peeph.def: Added jump optimisation modification.
12459
12460 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
12461
12462         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
12463
12464 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
12465
12466         * support/regression/tests/funptrs.c: Added.
12467
12468 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
12469
12470         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
12471
12472 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
12473
12474         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
12475
12476         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
12477
12478         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
12479         (movLeft2ResultLong): Created.
12480
12481         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
12482         (joinPushes): Added.  Joins two char pushes into a word push.
12483
12484 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
12485
12486         * support/cpp2/Makefile.in (install): Added creation of dest dir.
12487
12488         * support/makebin/Makefile (install): Added creation of dest dir.
12489
12490 2001-10-24 Karl Bongers <karl AT turbobit.com>
12491
12492         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
12493
12494 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
12495
12496         * src/z80/ralloc.c: Turned off faulty pack for one use.
12497
12498         * src/z80/peeph-gbz80.def: Removed redundent restart options.
12499
12500         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
12501
12502 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
12503
12504         * support/regression/Makefile: Improved clean
12505
12506         * support/regression/ports/gbz80/spec.mk: Added clean
12507
12508         * support/regression/ports/host/spec.mk: Added clean
12509
12510         * support/regression/ports/z80/spec.mk: Added clean
12511
12512         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
12513
12514         * support/regression/ports/mcs51/timeout.c: little improvements
12515
12516 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
12517
12518         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
12519
12520         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
12521
12522         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
12523
12524 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
12525
12526         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
12527
12528         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
12529
12530 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
12531         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
12532
12533         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
12534
12535         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
12536
12537         * src/mcs51/main.c (_linkCmd): Added bin path to command.
12538
12539         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
12540
12541         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
12542
12543         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
12544
12545         * support/regression/tests/longor.c: Added.
12546
12547 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
12548
12549         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
12550
12551         * as/mcs51/aslink.h: define PATH_MAX
12552
12553         * as/mcs51/asm.h: define PATH_MAX
12554
12555         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
12556
12557         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
12558
12559         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
12560
12561         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
12562
12563         * src/SDCCglobl.h: define PATH_MAX
12564
12565         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
12566
12567         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
12568
12569 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
12570
12571         * src/z80/gen.c (gencjneshort): Fixed
12572
12573         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
12574
12575 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
12576
12577         * support/regression/tests/bug-469671.c: Added.
12578
12579         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
12580
12581 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
12582
12583         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
12584
12585         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
12586
12587 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
12588
12589         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
12590
12591         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
12592
12593         * src/device/lib/_mullong.c : removed hint: nooverlay bug
12594
12595         * src/device/lib/_divuint.c : removed hint: nooverlay bug
12596
12597         * src/device/lib/_divulong.c: removed hint: nooverlay bug
12598
12599         * src/device/lib/_moduint.c : removed hint: nooverlay bug
12600
12601         * src/device/lib/_modulong.c: removed hint: nooverlay bug
12602
12603 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
12604
12605         * 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.
12606
12607         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
12608
12609         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
12610
12611 2001-10-07    <johan AT FRIJA>
12612
12613         * device/lib/gets.c (gets): fixed the return value.
12614
12615 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
12616         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
12617
12618         * 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.
12619
12620         * 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.
12621
12622         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
12623
12624         * src/pic/gen.c: Removed Safe_strdup.
12625
12626         * configure.in: Added option to enable libgc support.
12627
12628         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
12629         (bitVectUnion): Optimised.
12630         (bitVectIntersect): Optimised.
12631         (bitVectBitsInCommon): Optimised.
12632         (bitVectCplAnd): Optimised.
12633
12634         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
12635
12636 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12637
12638         * src/SDCCmain.c: distinguish between assembler debug and plain options
12639
12640         * src/avr/main.c:   remove standard assembler options
12641
12642         * src/ds390/main.c: remove standard assembler options
12643
12644         * src/mcs51/main.c: remove standard assembler options
12645
12646         * src/port.h: removed "PENDING" comment
12647
12648 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12649
12650         * src/device/lib/_mulint.c  : new, with assember functions
12651
12652         * src/device/lib/_mullong.c : new, with assember functions
12653
12654         * src/device/lib/_divuint.c : with assember functions
12655
12656         * src/device/lib/_divsint.c : with assember functions
12657
12658         * src/device/lib/_divulong.c: with assember functions
12659
12660         * src/device/lib/_divslong.c: with assember functions
12661
12662         * src/device/lib/_moduint.c : with assember functions
12663
12664         * src/device/lib/_modsint.c : with assember functions
12665
12666         * src/device/lib/_modulong.c: with assember functions
12667
12668         * src/device/lib/_modslong.c: with assember functions
12669
12670         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
12671
12672         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
12673
12674         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
12675                                       replaced _mululong.c and _mulslong.c by _mullong.c
12676
12677 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12678
12679         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
12680
12681 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12682
12683         * src/SDCCglue.c: test, if win32api is available for MINGW
12684
12685 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12686
12687         * src/SDCCsymt.c: no more _modifier in printTypeChain()
12688         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
12689         * support/regression/ports/gbz80/spec.mk: removed GENERIC
12690         * support/regression/ports/host/spec.mk: removed GENERIC
12691         * support/regression/ports/mcs51/spec.mk: removed GENERIC
12692         * support/regression/ports/z80/spec.mk: removed GENERIC
12693
12694 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
12695
12696         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
12697
12698         * support/regression/tests/bug-467035.c: Created.
12699
12700 2001-10-01    <johan AT FRIJA>
12701
12702         * src/SDCC.y: fixed bug #466586 part 1
12703
12704 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
12705
12706         * SDCCicode.c: z80 has no generic pointers
12707         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
12708
12709 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
12710
12711         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
12712
12713 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
12714
12715         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
12716
12717         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
12718
12719 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
12720
12721         * configure.in: Fixed up so that ucsim is only configured once.
12722
12723         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
12724
12725         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
12726         (getPathDifference): As above.
12727
12728         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
12729
12730         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
12731
12732 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
12733         * .version: Updated to 2.3.1
12734
12735         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
12736         Added copyright header.
12737
12738         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
12739         (assemble): Added support for macro based assembler commands.
12740         (linkEdit): Added support for macro based linker commands.
12741         (preProcess): Changed the pre-processor to use macros.
12742         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
12743         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
12744
12745         * device/lib/z80/crt0.s: Added module name for debugging.
12746
12747 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
12748
12749         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12750
12751         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
12752
12753         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
12754
12755         * src/Makefile.in: Added SDCCmacro and SDCCutil
12756
12757 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
12758
12759         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12760
12761 2001-09-16    <johan AT FRIJA>
12762
12763         * 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.
12764
12765 2001-09-15    <johan AT FRIJA>
12766
12767         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
12768         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
12769
12770 2001-09-11    <johan AT FRIJA>
12771
12772         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
12773
12774 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
12775
12776         * support/regression/tests/bug-460444.c: Added test case.
12777
12778         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
12779         (genCast): Added justification for all of the asserts.
12780
12781 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
12782
12783         * support/regression/support.c: _xdata replaced by xdata
12784
12785         * support/regression/spec.mk: removed _generic
12786
12787 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
12788
12789         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
12790
12791         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
12792         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
12793
12794         * src/z80/peeph.def: Added a rule to optimise shift then compare.
12795
12796         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
12797
12798         * support/regression/tests/bug-460010.c: Added test case.
12799
12800         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
12801
12802 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
12803
12804         * support/regression/Makefile: inter-port-clean adjusted for mcs51
12805
12806         * support/regression/testfwk.c: removed workaround for bug #436344
12807
12808         * support/regression/tests/bp.c: use less memory with mcs51
12809
12810         * support/regression/tests/bug-441448.c: use less memory
12811
12812         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
12813
12814         * support/regression/collate-results.py: typo
12815
12816 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
12817
12818         * support/regression/tests/fetchoverlap.c: Added new test case.
12819
12820         * support/regression/tests/bp.c: Added new test case.
12821
12822         * support/regression/tests/bug-448984.c: Added new test case.
12823
12824         * support/regression/tests/pow2shifts.c: Added new test case.
12825
12826         * src/z80/gen.c: Turned off the noise it normally generates for the release.
12827         (genlshTwo): Fixed right shift for count > 8.
12828
12829         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
12830
12831 2001-09-08    <johan AT FRIJA>
12832
12833         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
12834
12835 2001-09-07    <johan AT FRIJA>
12836
12837         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
12838
12839         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
12840
12841 2001-09-06    <johan AT FRIJA>
12842
12843         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
12844         * bernhard noted me at this: "() equals to (void)" (1.38)
12845
12846 2001-09-05    <johan AT FRIJA>
12847
12848         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
12849
12850 2001-09-04    <johan AT FRIJA>
12851
12852         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
12853
12854
12855 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
12856
12857         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
12858
12859 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
12860
12861         * link/z80/aslink.h: Fixed path for PATH_MAX
12862
12863 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
12864
12865         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
12866
12867         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
12868
12869         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
12870
12871         * 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.
12872
12873 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
12874
12875         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
12876         (genCmp): Fixed up genCmp for the GB with longs.
12877
12878         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
12879
12880         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
12881
12882         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
12883
12884         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
12885
12886 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
12887
12888         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
12889
12890 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
12891
12892         * 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.
12893
12894         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
12895
12896 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
12897
12898         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
12899
12900         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
12901
12902 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
12903
12904   * sim/ucsim/configure:    little improvement of Cygwin-detection
12905   * sim/ucsim/configure.in: little improvement of Cygwin-detection
12906   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
12907   * support/regression/tests/bug-221100.c: small changes for mcs51
12908   * support/regression/tests/bug-221168.c: small changes for mcs51
12909   * support/regression/tests/bug-227710.c: small changes for mcs51
12910   * support/regression/tests/staticinit.c: small changes for mcs51
12911   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
12912   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12913   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12914
12915 $Revision$