* device/lib/mcs51/crtxclear.asm: pdata segment of 256 byte would not be cleared...
[fw/sdcc] / ChangeLog
1 2007-02-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2
3         * device/lib/mcs51/crtxclear.asm: pdata segment of 256 byte would not
4         be cleared. Unconditionally set __XPAGE
5         * src/hc08/gen.c: --no-gen-comments (RFE #1493816) for hc08
6
7 2007-02-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8
9         * src/SDCCglobl.h,
10         * src/SDCCmain.c,
11         * src/mcs51/gen.c, 
12         * src/mcs51/rtrack.c, 
13         * src/ds390/gen.c,
14         * doc/sdccman.lyx: added --no-gen-comments
15         * src/mcs51/peeph.def: added 192.b, disabled 185
16
17 2007-02-25 Raphael Neider <rneider AT web.de>
18
19         * src/pic16/gen.c (genCast): fixed typo
20         * device/lib/pic16/Makefile.subdir: only install existing files
21         * device/lib/pic16/libdev/Makefile.in: build serially, avoid races
22
23 2007-02-25 Maarten Brock <sourceforge.brock AT dse.nl>
24
25         * device/lib/mcs51/crtcall.asm: new, added for indirect calls
26         * device/lib/mcs51/crtclear.asm,
27         * device/lib/mcs51/crtxclear.asm: renumbered labels
28         * device/lib/mcs51/Makefile.in: added crtcall.asm
29         * doc/sdccman.lyx: documented mcs51 crt* library startup code
30         * src/mcs51/gen.c (movc): removed,
31           (aopGet, genPlusBits): clear a after loading the carry (possibly from
32             acc.x or psw.x),
33           (toCarry, genSend, genRet): added function toCarry,
34           (genPcall): use "lcall @a+dptr" for functions w/o parameters,
35           (assignBit, genAssign, genCast): added function assignBit
36         * src/mcs51/Makefile.bcc: added rtrack.c
37         * src/mcs51/ralloc.h: made valueKnown a bitfield
38         * src/mcs51/rtrack.c (getReg, rtrackUpdate): added getReg,
39           fixed "jbc acc" and "cpl acc" bug, enhanced "cjne", "jnz" and "djnz",
40           disabled InvalidateAllRx for lcall __gptrput, added "xch a,rn"
41         * src/pic/pcode.c (FixRegisterBanking): fixed warning used uninitialized
42         * src/z80/gen.c: added AOP_IS_PAIRPTR,
43           (_pop): only pop valid pairs, see gencjneshort,
44           (gencjneshort): return pair that still needs to be popped, restructured,
45           (gencjne, genCmpEq): call _pop
46
47 2007-02-23 Raphael Neider <rneider AT web.de>
48
49         * device/include/pic/pic14devices.txt: 16f684 has only one config word
50
51 2007-02-22 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
52
53         * device/include/mcs51/P89LPC925.h: Added.
54
55 2007-02-18 Raphael Neider <rneider AT web.de>
56
57         * src/pic/glue.c (emitInitVal): fixed #1659894 (SIGSEGV on arrays)
58
59 2007-02-17 Borut Razem <borut.razem AT siol.net>
60
61         * support/cpp2/directives.c, support/cpp2/version.c:
62           synchronized with GCC CPP 4.1.2
63
64 2007-02-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
65
66         * src/mcs51/rtrack.h,
67         * src/mcs51/rtrack.c: added register tracking for the mcs51 port,
68           by checking the strings passed by emitcode() to the assembler.
69           Feel free to change. This in part addresses RFE #482179.
70           Set environment variable SDCC_RTRACK to enable.
71         * src/mcs51/gen.c: inserted hooks
72         * src/mcs51/ralloc.h: added two members to struct regs
73         * support/regression/tests/regtrack.c: added
74
75 2007-02-14 Borut Razem <borut.razem AT siol.net>
76
77         * src/SDCC.y: fixed bug #1291133: duplicate members across enum(s)
78         * Makefile.in: applied patch from Makefile related part of
79           #1469393: Compiler does not initialize static data
80
81 2007-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
82
83         * src/SDCCicode.c (geniCodeAssign): return (itemp) right instead of left
84           for better fix of bug 1273984, compiles pic16 rand.c
85
86 2007-02-12 Borut Razem <borut.razem AT siol.net>
87
88         * src/pic16/main.c: fixed pic16 standard library directory bug
89
90 2007-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
91
92         * src/hc08/gen.c (genSwap): fix swap regression test
93
94 2007-02-10 Borut Razem <borut.razem AT siol.net>
95
96         * src/SDCCsymt.c: fixed bug #1159134: invalid duplicate declarations
97           with same scope
98         * support/regression/tests/bug-1654060.c: added regression test for
99           #1654060
100
101 2007-02-09 Bernhard Held <bernhard AT bernhardheld.de>
102
103         * src/mcs51/gen.c (genRet): fixed RFE 1652561: added code for bit to
104         bit moves in return statement
105
106 2007-02-09 Borut Razem <borut.razem AT siol.net>
107
108         * src/SDCC.y: fixed bug #1654060 typedef within function causes
109           syntax error
110
111 2007-02-07 Maarten Brock <sourceforge.brock AT dse.nl>
112
113         * src/mcs51/gen.c (aopPut): use direct name for pushing registers
114         * src/SDCCmain.c (parseCmdLine): dbuf_s path must be initialised
115
116 2007-02-07 Raphael Neider <rneider AT web.de>
117
118         * src/pic16/devices.inc,
119         * device/include/pic16/pic18fregs.h,
120         * device/include/pic16/pic18f[24][34]31.h,
121         * device/lib/pic16/libdev/pic18f[24][34]31.c,
122         * device/lib/pic16/pics.all: added 18f[24][34]31 family
123         * device/lib/pic16/libio/i2c.ignore: do not build i2c
124
125 2007-02-07 Maarten Brock <sourceforge.brock AT dse.nl>
126
127         * device/lib/printf_large.c (_print_format): fixed compare/assign bug, how
128           can this have lived here for so many years?
129         * src/SDCCicode.c (ast2iCode): return left instead of right for assignment,
130           fixes bug 1273984, see also patch 1645121, thanks Gnther Jehle
131         * support/regression/tests/bug1273984.c: new, added, thanks Gnther Jehle
132
133 2007-02-06 Bernhard Held <bernhard AT bernhardheld.de>
134
135         * src/SDCCBlock.c (addiCodeToeBBlock): fixed bug 1652207: GOTO icodes
136         appended by loop induction must be at the very end of the eBBlock
137
138 2007-02-05 Kevin Vigor
139
140         * src/ds390/gen.c, src/ds390/main.c: Address bug 1469393.
141
142 2007-02-05 Borut Razem <borut.razem AT siol.net>
143
144         * support/regression/fwk/lib/timeout.c: native WIN32 port,
145           implemented #1651830 Reg. tests: rewrite timeout.c to use WIN32 API
146
147 2007-02-03 Borut Razem <borut.razem AT siol.net>
148
149         * src/SDCC.y, src/SDCCmain.c, src/SDCCglobl.h, doc/sdccman.lyx:
150           applied patch #1646602 option to set default signedness of char to
151           unsigned, added -funsigned-char command line option,
152           thanks to Gunther Jehle
153         * device/lib/Makefile.in: added the -f option to rm so it doesn't
154           prompt for file deletion a few hundred times (especially the
155           subversion files, which have ro permissions so it asks for
156           confirmation), thanks to Simon McAuliffe;
157           added {} + option to find in order to remove multiple files from a
158           single rm commad
159
160 2007-02-02 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
161
162         * device/include/mcs51/SST89x5xRDx.h: Added.
163
164 2007-02-02 Raphael Neider <rneider AT web.de>
165
166         * src/pic/glue.c (emitSymbolSet): check sym->etype before use
167         * src/regression/Makefile: use --no-pcode-opt, ignore failing tests
168
169 2007-02-01 Raphael Neider <rneider AT web.de>
170
171         * src/pic/glue.c (picglue,emitSymbolSet,showAllMemmaps): emit the
172           config words again
173
174 2007-01-31 Borut Razem <borut.razem AT siol.net>
175
176         * support/Util/dbuf_string.h: added ATTRIBUTE_PRINTF to dbuf_printf()
177           if compiled with GCC. Thanks to Raphael Neider
178
179 2007-01-31 Raphael Neider <rneider AT web.de>
180
181         * src/pic/pcode.c (isValidIdChar,bankCompare): fuzzy matching of
182             operand names, handles name and (name + n) for all n,
183           (sameBank): restructured, also check bank allocation policy,
184         * src/pic/glue.c (emitPseudoStack): fixed printf arguments,
185           (pic14_operandsAllocatedInSameBank): check whether to operands
186             will be allocated into the same bank (i.e., section) to reduce
187             BANKSEL overhead, queried from pcode.c:sameBank,
188           (pic14printLocals): reintroduced clustering registers into a single
189             section: all compiler generated symbols will now reside in one
190             bank (per file), reducing BANKSEL overhead and code size,
191           (showAllMemmaps): use local dbuf where possible
192
193 2007-01-29 Raphael Neider <rneider AT web.de>
194
195         * src/pic/gen.c (popGetExternal): simplified, mark symbol as used,
196           (call_libraryfunc): retrieve/create symbol and mark as used,
197           (genFunction): mark defined functions as non-extern and add again
198            to code memmap for later output
199         * src/pic/glue.c (emitPseudoStack): put into own subroutine,
200           (pic14printLocals): reworked for new symbol emission,
201           (emitIfNew,pic14_constructAbsMap,emitIvalLabel,emitIvals,emitInitVal,
202           showAllMemmaps): reworked symbol output using dbufs, added handling
203             of string literals (still incomplete),
204           (picglue): removed symbol emission, moved into showAllMemmaps,
205           (emitSymbolSet): new workhorse for symbol output,
206           (pic14emitMaps,pic14printPublics,pic14printExterns): commented out
207
208 2007-01-29 Borut Razem <borut.razem AT siol.net>
209
210         * src/SDCCmain.c, src/SDCCutil.c: dbuf_splitFile: file extension
211           component contains the extension separator.
212
213 2007-01-28 Borut Razem <borut.razem AT siol.net>
214
215         * sim/ucsim/cmd.src/cmdutil.cc: NUL device is detected as CG_FILE type
216           on WIN32
217         * src/SDCCdwarf2.c, src/SDCCglobl.h, src/SDCCmain.c, src/SDCCutil.c,
218           src/SDCCutil.h, src/avr/gen.c, src/ds390/gen.c, src/hc08/gen.c,
219           src/mcs51/gen.c, src/pic/device.c, src/pic/gen.c, src/pic/pcode.c,
220           src/pic/pcodepeep.c, src/pic/ralloc.c, src/pic16/device.h,
221           src/pic16/gen.c, src/pic16/main.c, src/pic16/pcode.c,
222           src/pic16/pcodepeep.c, src/pic16/ralloc.c, src/xa51/gen.c,
223           src/z80/gen.c, support/Util/MySystem.c:
224           accept slash and backslash as directory separator on WIN32 and
225           Cygwin ports
226
227 2007-01-28 Raphael Neider <rneider AT web.de>
228
229         * src/pic16/devices.inc,
230         * device/include/pic16/pic18f[24][23]21.h,
231         * device/include/pic16/pic18fregs.h,
232         * device/lib/pic16/libdev/pic18f[24][23]21.c,
233         * device/lib/pic16/pics.all: added support for the 18f[24][23]21 family
234         * device/lib/pic16/libio/adc.ignore,
235         * device/lib/pic16/libio/i2c.ignore,
236         * device/lib/pic16/libio/usart.ignore: do not build I/O lib for new
237           family, as gputils do not yet support the devices
238         * device/lib/pic16/Makefile.subdir: ignore errors on install
239         * support/scripts/inc2h-pic16.pl: script to generate pic16 device
240           headers and libraries from gputils .inc files
241
242 2007-01-26 Paul Stoffregen <paul AT pjrc.com>
243
244         * doc/sdccman.lyx: add printf_fast_f precision limitation note
245
246 2007-01-26 Paul Stoffregen <paul AT pjrc.com>
247
248         * doc/sdccman.lyx: add printf benchmarks
249
250 2007-01-25 Paul Stoffregen <paul AT pjrc.com>
251
252         * device/lib/printf_fast.c: fix %c, char promoted to int
253         * device/lib/printf_tiny.c: fix %c, char promoted to int
254
255 2007-01-25 Paul Stoffregen <paul AT pjrc.com>
256
257         * device/lib/printf_fast.c: fix float overflow check, bug #1525093
258
259 2007-01-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
260
261         * support/regression/tests/swap.c: 64 bit hosts failed
262         * doc/sdccman.lyx: added preliminary mcs51 printf feature matrix
263
264 2007-01-25 Raphael Neider <rneider AT web.de>
265
266         * src/pic/pcode.c (sameBank,FixRegisterBanking): optimize banksels
267           based on absolute register address, patch by Alex Blond
268
269 2007-01-22 Raphael Neider <rneider AT web.de>
270
271         * src/pic/glue.c (pic14emitRegularMap): mark initialized symbols as
272           emitted, do not emit them again...
273
274 2007-01-22 Raphael Neider <rneider AT web.de>
275
276         * src/regression/bank1.c, src/regression/compare6.c,
277           src/regression/add.c: cosmetic changes
278         * src/pic/pcode.h: moved GPTRTAG_* here from gen.c
279         * src/pic/gen.c: fixed global zero and one,
280           (aopForSym): removed unued code,
281           (aopGet): assert aop is defined, check and use `index' of
282             pCodeImmd operands (fixes #1630908),
283         * src/pic/pcode.c (get_op): added output of generic pointer tag,
284           (register_reassign): prevent accidental register unification,
285           (ReuseReg): cosmetic changes (also above)
286         * src/pic/glue.c (pic14_constructAbsMap,pic14emitRegularMap,
287           pic14emitStaticSeg): do not emit initialized data,
288           (printIval*): replaced with working versions,
289           (pic14createInterruptVect,picglue): use idata for initialized data,
290             now init data should work in all modules (not only main()),
291         * device/lib/pic/libsdcc/idata.c: NEW, handle initialized data
292
293 2007-01-21 Borut Razem <borut.razem AT siol.net>
294
295         * sim/ucsim/configure.in: introduced macro DD_COPT_NO_IGNORE,
296           use -fPIC or -fpic if they are supported and not ignored
297         * src/SDCCval.c: fixed bug introduced by me in rev. #4577
298         * support/cpp2/libcpp/lex.c: fixed gcc 4.1.1 warnings
299
300 2007-01-20 Borut Razem <borut.razem AT siol.net>
301
302         * src/SDCC.lex, src/SDCCmain.c, sdc/SDCCglobl.h, doc/sdccman.lyx:
303           implemented RFE #1470316: allow "$" in variable names
304
305 2007-01-20 Raphael Neider <rneider AT web.de>
306
307         * device/include/pic/pic14regs.h: reverted accidental wipe of the file
308
309 2007-01-20 Raphael Neider <rneider AT web.de>
310
311         * device/lib/pic/libdev/devices.txt: device list for mkall.sh
312         * device/lib/pic/libdev/mkall.sh: script to rebuild all device libs
313         * device/lib/pic/libdev/pic14ports.txt: device PORT specifications
314         * support/scripts/inc2h.pl: fixed major .inc parsing bugs,
315           applied patch from Robert Tate (#1629249) to add PORTs and TRISs
316         * device/lib/pic/libdev/pic*.c,
317         * device/include/pic/pic*.h: regenerated with enhanced inc2h.pl
318         * device/lib/pic/libdev/Makefile.in: show progress
319
320 2007-01-19 Bernhard Held <bernhard AT bernhardheld.de>
321
322         * doc/sdccman.lyx: updated "configure options" for autoconf 2.6
323         * support/scripts/sdcc_cygwin_mingw32,
324         * support/scripts/sdcc_mingw32,
325         * support/scripts/build.mak: replaced --datadir by --datarootdir for
326         conformance with autoconf 2.6
327
328 2007-01-19 Raphael Neider <rneider AT web.de>
329
330         * src/pic/device.c (register_map): fixed list construction
331         * src/pic/gen.c (genDivOneByte,genModOneByte): accept result > 1 byte,
332           (genMod): removed case for genModbits,
333           (genModbits): removed as now unused/unimplemented
334         * src/pic/glue.c (picglue): prevent name clash with sources 'init.c'
335
336 2007-01-18 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
337
338         * support/regression/tests/swap.c: added in response to #1638622
339         * doc/sdccman.lyx: synced version, minor changes
340
341 2007-01-18 Borut Razem <borut.razem AT siol.net>
342
343         * SDCClabel.c: fixed bug #1638651: wrong linenumber presented in warning,
344           thanks to Gunther Jehle
345         * src/asm.c: don't die if the file drfined in #line couldn't be opened
346         * src/SDCC.lex, src/SDCCglobal.h, src/SDCCicode.c, src/SDCCsymt.c,
347           src/SDCCval.c: removed redundant definitions of currFname and mylineno;
348           use filename in lineno instead.
349         * SDCCast.c: removed MSVC warning C4018: '==' : signed/unsigned mismatch,
350           print the file name in ast_print()
351
352 2007-01-18 Borut Razem <borut.razem AT siol.net>
353
354         * support/Util/dbuf_string.c: removed (PTR) cast since it is not
355           defined in MSVC
356         * src/SDCC.lex: stringLiteral() returns const char pointer,
357           EOF detection in stringLiteral(), fixed asmbuf memory leak,
358           fixed column counting
359         * src/SDCCval.[ch]: constVal(), value *strVal() and charVal()
360           accept const char pointer as parameter
361         * src/SDCCdwarf2.c: corrected buffer size
362
363 2007-01-17 Borut Razem <borut.razem AT siol.net>
364
365         * support/Util/dbuf_string.c: fixed for amd64
366
367 2007-01-15 Borut Razem <borut.razem AT siol.net>
368
369         * src/pic16/ralloc.c, src/pic/ralloc.c, src/SDCC.y:
370           removed terminal symbol ELIPSIS, since it was never generated by the
371           lexer and it was wrongly used in parameter_identifier_list rule
372
373 2007-01-15 Raphael Neider <rneider AT web.de>
374
375         * doc/sdccman.lyx: updated PIC14/16 command line args, updated PIC14
376             code page and data banking description
377         * src/pic/genarith.c,
378         * src/pic/gen.h: removed bit arithmetic functions,
379             updated exit(1) to exit(EXIT_FAILURE)
380         * device/lib/pic16/libsdcc/stack/stack.S: default to 256 byte stack
381         * device/include/pic16/pic18f2455.h,
382         * device/lib/pic16/libdev/pic18f2455.c: added PORTD, LATD, LATE,
383             TRISD and TRISE, fixed/added some bit names
384         * device/lib/pic16/libdev/pic18f{2550,4550,4455}.c,
385         * device/include/pic16/pic18f{2550,4550,4455}.h: simply include
386             updated pic18f2455.{c,h} instead of duplicating them
387
388 2007-01-14 Borut Razem <borut.razem AT siol.net>
389
390         * as/mcs51/asnoice.c, as/hc08/asnoice.c: fixed bug #1447412:
391           Cannot debug files that contain spaces in the path name
392           by converting spaces in asm file name to underscores
393
394 2007-01-13 Borut Razem <borut.razem AT siol.net>
395
396         * doc/sdccman.lyx: fixed format errors
397
398 2007-01-10 Borut Razem <borut.razem AT siol.net>
399
400         * src/SDCC.lex, src/SDCCmain.c: fixed bug #1631895:
401           codeseg/constseg #pragma fail
402         * suppoprt/cpp2/Makefile.bcc: reenable Borland C compilation
403         * suppoprt/cpp2/configure.in, suppoprt/cpp2/libcpp/lex.c,
404           suppoprt/cpp2/Makefile.in, suppoprt/cpp2/sdcpp-opts,
405           suppoprt/cpp2/sdcpp.[ch]: house cleaning
406
407 2007-01-09 Borut Razem <borut.razem AT siol.net>
408
409         * get rid of diagnistic.[ch], pretty-print.[ch],
410           c-pretty-print.[ch], ... used just for error, warning, ...
411           message formatting
412         * suppoprt/cpp2/pretty-print.[ch], suppoprt/cpp2/diagnostic.[ch],
413           suppoprt/cpp2/diagnostic.def, suppoprt/cpp2/input.h,
414           suppoprt/cpp2/pretty-print.[ch]:
415           removed
416         * suppoprt/cpp2/Makefile.in, suppoprt/cpp2/opts.c,
417           suppoprt/cpp2/sdcpp-opts.c, suppoprt/cpp2/sdcpp.[ch],
418           suppoprt/cpp2/sdcpp.dsp:
419           changed
420
421 2007-01-08 Maarten Brock <sourceforge.brock AT dse.nl>
422
423         * device/lib/printf_large.c (output_float): removed recursion,
424           use smaller buffer on stack for mcs51,
425           fixed bug printing 1.96
426         * support/regression/tests/snprintf.c: added test
427
428 2007-01-07 Borut Razem <borut.razem AT siol.net>
429
430         * use dynamic memory buffers instead temporary files
431         * support/Util/dbuf_string.c, support/Util/dbuf_string.h:
432           added
433         * src/Makefile.in, src/SDCC.lex, src/SDCCast.c, src/SDCCast.h,
434           src/SDCCcse.c, src/SDCCglobl.h, src/SDCCglue.c, src/SDCCglue.h,
435           src/SDCCicode.c, src/SDCCicode.h, src/SDCCmain.c, src/SDCCmem.c,
436           src/SDCCmem.h, src/SDCCpeeph.c, src/SDCCpeeph.h, src/SDCCsymt.c,
437           src/SDCCsymt.h, src/SDCCutil.c, src/asm.c, src/asm.h, src/avr/gen.c,
438           src/avr/main.c, src/ds390/gen.c, src/ds390/main.c, src/hc08/gen.c,
439           src/hc08/main.c, src/izt/gen.c, src/mcs51/gen.c, src/mcs51/main.c,
440           src/pic/device.c, src/pic/gen.c, src/pic/glue.c, src/pic/main.c,
441           src/pic/ralloc.c, src/pic16/gen.c, src/pic16/glue.c,
442           src/pic16/main.c, src/pic16/ralloc.c, src/port.h, src/src.dsp,
443           src/xa51/gen.c, src/xa51/main.c, src/z80/gen.c, src/z80/main.c,
444           support/Util/dbuf.c, support/Util/dbuf.h:
445           modified
446         * .version, sdcc.spec: bumped version to 2.6.4
447
448 2007-01-07 Maarten Brock <sourceforge.brock AT dse.nl>
449
450         * src/port.h: added TARGET_Z80_LIKE macro
451         * src/SDCCmain.c (linkEdit): use TARGET_Z80_LIKE,
452           output PSEG location if --xram-loc or --xstack-loc was used
453         * as/link/mcs51/lkarea.c (lnksect2): set segment address afterwards
454
455 2007-01-07 Maarten Brock <sourceforge.brock AT dse.nl>
456
457         * as/as_gbz80.dsp, as/z80/as_gbz80.dsp,
458         * as/as_z80.dsp,   as/z80/as_z80.dsp,
459         * as/asx8051.dsp,  as/mcs51/asx8051.dsp,
460         * sdcc.dsw: moved project files into subdir
461         * as/hc08/as_hc08.dsp,
462         * as/hc08/Makefile.bcc,
463         * as/hc08/Makefile.in,
464         * as/mcs51/Makefile.bcc,
465         * as/mcs51/Makefile.in,
466         * as/z80/Makefile.bcc,
467         * as/z80/Makefile.in,
468         * as/link/mcs51/Makefile.bcc: use as/strcmpi.c
469         * as/hc08/asm.h,
470         * as/mcs51/asm.h,
471         * as/z80/asm.h: added as_strcmpi() and as_strncmpi() prototypes
472         * as/hc08/asmain.c,
473         * as/hc08/assym.c,
474         * as/mcs51/asmain.c,
475         * as/mcs51/assym.c,
476         * as/z80/assym.c: removed include "strcmpi.h"
477         * as/hc08/strcmpi.c,
478         * as/hc08/strcmpi.h,
479         * as/mcs51/strcmpi.c,
480         * as/mcs51/strcmpi.h,
481         * support/Util/strcmpi.c,
482         * support/Util/strcmpi.h: removed files
483         * as/strcmpi.c: added as_strncmpi()
484
485 2007-01-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
486
487         * sdcc.dsw: Added some dependencies on project config.dsp
488
489 2007-01-05 Maarten Brock <sourceforge.brock AT dse.nl>
490
491         * as/link/mcs51/lkarea.c (lnkarea2, lnksect2): replaced [di]seg_ap->a_addr
492           with [di]ram_start to fix a regresion
493
494 2007-01-03 Bernhard Held <bernhard AT bernhardheld.de>
495
496         * configure.in: added missing mcs51 in status output
497         * Makefile.in: add support/regression to SDCC_EXTRA to distclean this
498         directory
499         * debugger/mcs51/clean.mk (distclean): remove config.h
500         * src/clean.mk (clean): remove SDCCy.c, SDCCy.h, SDCClex.c
501         * support/cpp2/Makefile.in (clean): remove s-options, optionlist,
502         options.h, s-options-h and options.c
503         * support/cpp2/clean.mk: unused, removed
504         * Makefile.common.in,
505         * main_in.mk,
506         * as/Makefile.in,
507         * as/hc08/Makefile.in,
508         * as/hc08/clean.mk,
509         * as/mcs51/Makefile.in,
510         * as/mcs51/clean.mk,
511         * as/z80/clean.mk,
512         * as/z80/conf.mk,
513         * as/z80/Makefile.in,
514         * as/z80/clean.mk,
515         * as/link/Makefile.in,
516         * as/link/hc08/Makefile.in,
517         * as/link/hc08/clean.mk,
518         * as/link/mcs51/Makefile.in,
519         * as/link/mcs51/clean.mk,
520         * as/link/z80/Makefile.in,
521         * as/link/z80/clean.mk,
522         * as/link/z80/conf.mk,
523         * debugger/mcs51/Makefile.in,
524         * debugger/mcs51/clean.mk,
525         * device/include/Makefile.in,
526         * device/lib/Makefile.in,
527         * device/lib/mcs51/Makefile.in,
528         * device/lib/pic/Makefile.in,
529         * device/lib/pic/Makefile.common.in,
530         * device/lib/pic/Makefile.subdir,
531         * device/lib/pic/Makefile.rules,
532         * device/lib/pic16/libio/Makefile.in,
533         * device/lib/pic16/Makefile.subdir,
534         * device/lib/pic16/libdev/Makefile.in,
535         * device/lib/pic16/Makefile.rules,
536         * device/lib/pic16/Makefile.common.in,
537         * sim/ucsim/avr.src/Makefile.in,
538         * sim/ucsim/main_in.mk,
539         * sim/ucsim/cmd.src/Makefile.in,
540         * sim/ucsim/doc/Makefile.in,
541         * sim/ucsim/gui.src/Makefile.in,
542         * sim/ucsim/gui.src/obsolete/portmon.src/Makefile.in,
543         * sim/ucsim/gui.src/serio.src/Makefile.in,
544         * sim/ucsim/hc08.src/Makefile.in,
545         * sim/ucsim/libltdl/Makefile.in,
546         * sim/ucsim/s51.src/Makefile.in,
547         * sim/ucsim/sim.src/Makefile.in,
548         * sim/ucsim/sim.src/conf.mk,
549         * sim/ucsim/xa.src/Makefile.in,
550         * sim/ucsim/z80.src/Makefile.in,
551         * src/Makefile.in,
552         * src/clean.mk,
553         * src/port.mk,
554         * support/cpp2/Makefile.in,
555         * support/librarian/Makefile.in,
556         * support/librarian/clean.mk,
557         * support/makebin/Makefile.in,
558         * support/makebin/clean.mk,
559         * support/packihx/Makefile.in,
560         * support/regression/Makefile.in,
561         * support/regression/ports/ds390/spec.mk,
562         * support/regression/ports/gbz80/spec.mk,
563         * support/regression/ports/hc08/spec.mk,
564         * support/regression/ports/mcs51/spec.mk,
565         * support/regression/ports/mcs51-large/spec.mk,
566         * support/regression/ports/mcs51-medium/spec.mk,
567         * support/regression/ports/mcs51-xstack-auto/spec.mk,
568         * support/regression/ports/pic14/spec.mk,
569         * support/regression/ports/pic16/spec.mk,
570         * support/regression/ports/mcs51-stack-auto/spec.mk,
571         * support/regression/ports/ucz80/spec.mk,
572         * support/regression/ports/xa51/spec.mk,
573         * support/regression/ports/z80/spec.mk: fixed for autoconf 2.6x by
574         adding a slash after $(top_builddir) and/or adding @datarootdir@
575         * configure.in,
576         * debugger/mcs51/configure.in,
577         * device/lib/pic/configure.in,
578         * device/lib/pic16/configure.in,
579         * sim/ucsim/configure.in,
580         * support/cpp2/configure.in,
581         * support/packihx/configure.in: changed AC_PREREQ to 2.60
582         * configure,
583         * debugger/mcs51/configure,
584         * device/lib/pic/configure,
585         * device/lib/pic16/configure,
586         * sim/ucsim/configure,
587         * support/cpp2/configure,
588         * support/packihx/configure: generated with autoconf 2.60
589
590 2007-01-02 Maarten Brock <sourceforge.brock AT dse.nl>
591
592         * as/link/hc08/lkihx.c (newArea),
593         * as/link/hc08/lkrloc.c: renamed newArea() to ihxNewArea()
594
595 2007-01-02 Borut Razem <borut.razem AT siol.net>
596
597         * doc/sdccman.lyx: documented #pragma sdcc_hash
598         * support/cpp2/sdcpp.c: allow_naked_hash (value of #pragma sdcc_hash)
599           initialized to 0
600         * support/cpp2/c-ppoutput.c: fixed warning: no newline at end of file
601
602 2007-01-01 Bernhard Held <bernhard AT bernhardheld.de>
603
604         * src/SDCCast.c (createDo): backPatchLabels() needs falseLabel in
605         empty 'while'-loop to work correctly, see regression test 'while.c'
606         * support/regression/tests/while.c: added
607
608 2007-01-01 Borut Razem <borut.razem AT siol.net>
609
610         * support/cpp2/libcpp/directives.c, support/cpp2/libcpp/identifiers.c,
611           support/cpp2/libcpp/init.c, support/cpp2/libcpp/sdcpp-opts.c,
612           support/cpp2/libcpp/sdcpp.c:
613           sdcpp specific pragma/directive/option handling moved to sdcpp.c
614         * doc/sdccman.lyx: reference to the GCC 4.1.1 CPP Manual
615         * support/cpp2/libcpp/mkdeps.c: synchronized with GCC CPP 4.1.1
616
617 2006-12-31 Borut Razem <borut.razem AT siol.net>
618
619         * SDCPP synchronized with GCC CPP release version 4.1.1,
620           currently the latest release:
621         * support/cpp2/libcpp, support/cpp2/libcpp/include,
622           support/cpp2/libcpp/include/cpp-id-data.h
623           support/cpp2/libiberty/fopen_unlocked.c
624           support/cpp2/libiberty/md5.c
625           support/cpp2/md5.h
626           support/cpp2/opt-functions.awk
627           support/cpp2/opt-gather.awk
628           support/cpp2/optc-gen.awk
629           support/cpp2/opth-gen.awk:
630           added
631         * support/cpp2/Makefile.in, support/cpp2/auto-host_vc_in.h,
632           support/cpp2/c-incpath.c, support/cpp2/c-incpath.h,
633           support/cpp2/c-ppoutput.c, support/cpp2/c-pretty-print.c,
634           support/cpp2/c-pretty-print.h, support/cpp2/cppdefault.c,
635           support/cpp2/cppdefault.h, support/cpp2/diagnostic.c,
636           support/cpp2/diagnostic.h, support/cpp2/except.h,
637           support/cpp2/hwint.h, support/cpp2/input.h,
638           support/cpp2/intl.h, support/cpp2/move-if-change,
639           support/cpp2/opts.c, support/cpp2/opts.h,
640           support/cpp2/output.h, support/cpp2/prefix.c,
641           support/cpp2/prefix.h, support/cpp2/pretty-print.c,
642           support/cpp2/pretty-print.h, support/cpp2/sdcpp-opts.c,
643           support/cpp2/sdcpp.c, support/cpp2/sdcpp.dsp,
644           support/cpp2/sdcpp.h, support/cpp2/sdcpp.opt,
645           support/cpp2/sdcppa.dsp, support/cpp2/symcat.h,
646           support/cpp2/version.c:
647           modified
648         * support/cpp2/libcpp/charset.c, support/cpp2/libcpp/directives.c,
649           support/cpp2/libcpp/errors.c, support/cpp2/libcpp/expr.c,
650           support/cpp2/libcpp/files.c, support/cpp2/libcpp/identifiers.c,
651           support/cpp2/libcpp/include/cpplib.h, support/cpp2/libcpp/include/line-map.h,
652           support/cpp2/libcpp/include/mkdeps.h, support/cpp2/libcpp/include/symtab.h,
653           support/cpp2/libcpp/init.c, support/cpp2/libcpp/internal.h,
654           support/cpp2/libcpp/lex.c, support/cpp2/libcpp/line-map.c,
655           support/cpp2/libcpp/macro.c, support/cpp2/libcpp/mkdeps.c,
656           support/cpp2/libcpp/symtab.c, support/cpp2/libcpp/system.h,
657           support/cpp2/libcpp/traditional.c, support/cpp2/libcpp/ucnid.h,
658           support/cpp2/libiberty/hashtab.c, support/cpp2/libiberty/hashtab.h:
659           moved
660         * support/cpp2/cppcharset.c, support/cpp2/cpperror.c,
661           support/cpp2/cppexp.c, support/cpp2/cppfiles.c,
662           support/cpp2/cpphash.c, support/cpp2/cpphash.h,
663           support/cpp2/cppinit.c, support/cpp2/cpplex.c,
664           support/cpp2/cpplib.c, support/cpp2/cpplib.h,
665           support/cpp2/cppmacro.c, support/cpp2/cpptrad.c,
666           support/cpp2/cppucnid.h, support/cpp2/hashtab.c,
667           support/cpp2/hashtab.h, support/cpp2/hashtable.c,
668           support/cpp2/hashtable.h, support/cpp2/line-map.c,
669           support/cpp2/line-map.h, support/cpp2/mkdeps.c,
670           support/cpp2/mkdeps.h, support/cpp2/options_vc_in.c,
671           support/cpp2/options_vc_in.h, support/cpp2/opts.sh,
672           support/cpp2/system.h:
673           deleted / moved
674
675 2006-12-31 Borut Razem <borut.razem AT siol.net>
676
677         * configure.in, configure: fixed bug #1538756: configure dies if bison
678           and flex are not installed, 2nd try
679
680 2006-12-30 Bernhard Held <bernhard AT bernhardheld.de>
681
682         * src/mcs51/peeph.def: renamed rule 400 to 500, moved rule 253.x to
683         400.x for better code in RFE 899102
684
685 2006-12-30 Bernhard Held <bernhard AT bernhardheld.de>
686
687         * src/SDCCpeeph.c (deadMove),
688         * src/port.h,
689         * src/mcs51/peep.h: renamed 'op' by 'reg'
690         * src/mcs51/peep.c (isFunc, isCallerSaveFunc): added,
691         (scan4op): small change for removeDeadMove(), added support for
692         'callee saves' and/or PACLL function calls,
693         (removeDeadMove): added, removes superflous 'mov r%1,%2',
694         (removeDeadPopPush): renamed from mcs51DeadMove(), common parts
695         left in new dispatcher mcs51DeadMove()
696         (mcs51DeadMove): dispatcher for removeDeadPopPush() and new
697         removeDeadMove()
698         * src/mcs51/peeph.def: added rule 301 removing superflous 'mov r%1,%2'
699
700 2006-12-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
701
702         * support/cpp2/options_vc_in.h, support/cpp2/options_vc_in.c,
703           support/cpp2/sdcppa.dsp: create 'options.h' and 'options.c' under MSVC.
704
705 2006-12-30 Borut Razem <borut.razem AT siol.net>
706
707         * support/cpp2/spacs.h: deleted from svn
708         * configure.in, configure: fixed bug #1538756: configure dies if bison
709           and flex are not installed
710
711 2006-12-29 Maarten Brock <sourceforge.brock AT dse.nl>
712
713         * src/z80/gen.c (assignResultValue): fixed bug when registers overlap,
714           with this z80 passes printf float test when enabled
715         * support/regression/tests/bug1057979.c: typo disabled ds390 float test
716
717 2006-12-28 Borut Razem <borut.razem AT siol.net>
718
719         * support/cpp2/config.in, support/cpp2/configure.in,
720           support/cpp2/configure, support/cpp2/Makefile.in:
721           fix for the solaris build
722
723 2006-12-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
724
725         * src/SDCC.y (type_specifier2, pointer),
726         * src/SDCCsymt.h,
727         * src/SDCCsymt.c (mergeSpec, checkSClass),
728         * support/Util/SDCCerr.c,
729         * support/Util/SDCCerr.h: Parse and validate the restrict keyword
730         * support/valdiag/valdiag.py: Allow test cases to specify
731           required language standard
732         * support/valdiag/tests/restrict.c: New file to test restrict keyword
733         * support/valdiag/tests/tentdecl.c: Supress empty source file error
734
735 2006-12-27 Borut Razem <borut.razem AT siol.net>
736
737         * support/cpp2/cppmain.c, support/cpp2/mbchar.[ch]: removed
738         * support/cpp2/libiberty/Makefile.in, support/cpp2/libiberty/sdcpp.dsp:
739           mbchar removed
740         * support/cpp2/libiberty/getpwd.c, support/cpp2/sdcpp.h:
741           fixed for borland C
742         * support/cpp2/libiberty/Makefile.bcc: updated
743         * src/pic16/main.c: fixed #pragma udata handling
744         * src/mcs51/mcs51.dsp: added peep.[ch] to the project
745
746 2006-12-26 Bernhard Held <bernhard AT bernhardheld.de>
747
748         * src/SDCCpeeph.c: made labelHashEntry global,
749         made pcDistance, FBYNAME static,
750         (pcDistance): made static, use isComment and isLabel,
751         (deadMove): added,
752         (getLabelRef): added, extracted from labelRefCount(),
753         (labelRefCount): use new getLabelRef(),
754         (callFuncByName): made static, added deadMove,
755         use isComment and isLabel,
756         (newPeepRule): made static, set isLabel,
757         (isLabelDefinition): added parameter isPeepRule to allow '%' in
758         labels from peephole rules,
759         (buildLabelRefCountHash): speed up by running isLabelDefinition() only
760         when isComment or isLabel is set
761         * src/SDCCpeeph.h: added "isLabel" and "visited" to struct lineNode,
762         added labelHashEntry, isLabelDefinition, labelHash and getLabelRef
763         to make them global
764         * src/mcs51/peep.h: added
765         * src/mcs51/peep.c: added, implements mcs51DeadMove()
766         * src/port.h: added peep->deadMove to port structure
767         * src/mcs51/main.c: initialize peep->deadMove with mcs51DeadMove
768         * src/mcs51/peeph.def: renumbered rule 300 to 400, added new rule 300
769         deadMove, finally removed no. 1 and 2
770         * src/mcs51/gen.c,
771         * src/pic/gen.c,
772         * src/z80/gen.c,
773         * src/z80/ralloc.c,
774         * src/pic16/gen.c,
775         * src/ds390/gen.c,
776         * src/hc08/gen.c: mark lines with isComment or isLabel
777         * sim/ucsim/s51.src/uc390hw.cc: don't waist 65535 ticks before CKRDY
778         * .version,
779         * sdcc.spec: bumped version to 2.6.3
780
781 2006-12-26 Borut Razem <borut.razem AT siol.net>
782
783         * support/cpp2/Makefile.in: added dependency on options.h
784         * configure: regenerated
785         * support/cpp2/sdcpp.opt, support/cpp2/move-if-change: svn:eol-style native
786         * support/cpp2/Makefile.in: added vasprintf.c
787
788 2006-12-25 Borut Razem <borut.razem AT siol.net>
789
790         * SDCPP synchronized with GCC CPP release version 3.4.6,
791           the latest release before 4.x:
792         * support/cpp2/Makefile.in, support/cpp2/config.h,
793           support/cpp2/configure, support/cpp2/configure.in,
794           support/cpp2/cppdefault.c, support/cpp2/cppdefault.h,
795           support/cpp2/cpperror.c, support/cpp2/cppexp.c,
796           support/cpp2/cppfiles.c, support/cpp2/cpphash.c,
797           support/cpp2/cpphash.h, support/cpp2/cppinit.c,
798           support/cpp2/cpplex.c, support/cpp2/cpplib.c,
799           support/cpp2/cpplib.h, support/cpp2/cppmacro.c,
800           support/cpp2/cpptrad.c, support/cpp2/except.h,
801           support/cpp2/hashtable.c, support/cpp2/hashtable.h,
802           support/cpp2/hwint.h, support/cpp2/intl.h,
803           support/cpp2/line-map.c, support/cpp2/line-map.h,
804           support/cpp2/mkdeps.c, support/cpp2/mkdeps.h,
805           support/cpp2/output.h, support/cpp2/prefix.c,
806           support/cpp2/prefix.h, support/cpp2/sdcpp.dsp,
807           support/cpp2/system.h, support/cpp2/version.c:
808           modified
809         * support/cpp2/c-incpath.c, support/cpp2/c-incpath.h,
810           support/cpp2/c-ppoutput.c, support/cpp2/c-pretty-print.c,
811           support/cpp2/c-pretty-print.h, support/cpp2/cppcharset.c,
812           support/cpp2/cppucnid.h, support/cpp2/diagnostic.c,
813           support/cpp2/diagnostic.def, support/cpp2/diagnostic.h,
814           support/cpp2/hashtab.c, support/cpp2/hashtab.h,
815           support/cpp2/input.h, support/cpp2/libiberty/getpwd.c,
816           support/cpp2/libiberty/vasprintf.c, support/cpp2/libiberty/xmemdup.c,
817           support/cpp2/move-if-change, support/cpp2/opts.c,
818           support/cpp2/opts.h, support/cpp2/opts.sh,
819           support/cpp2/pretty-print.c, support/cpp2/pretty-print.h,
820           support/cpp2/sdcpp.opt, support/cpp2/sdcpp-opts.c,
821           support/cpp2/win32, support/cpp2/win32/dirent.c,
822           support/cpp2/win32/dirent.h:
823           added
824         * support/cpp2/sdcpp.c: renamed from sdcppmain.c
825         * support/cpp2/sdcpp.h: renamed from sdcc.h
826         * sdcppinit.c: deleted
827
828 2006-12-23 Borut Razem <borut.razem AT siol.net>
829
830         * support/cpp2/cpphash.h, support/cpp2/cpplex.c,
831           support/cpp2/cpplib.[ch], support/cpp2/sdcppinit.c, doc/sdccman.lyx,
832           preproc.c: an other try to fix bug #982435: introduced
833           -pedantic-parse-number command line option and pedantic_parse_number
834           pragma
835
836 2006-12-21 Maarten Brock <sourceforge.brock AT dse.nl>
837
838         * as/link/mcs51/lkarea.c (lnkarea2): handle absolute areas, restructured
839            BSEG handling,
840           (lnksect2): use --data-loc and --idata-loc as lower bound for ramstart,
841            corrected overlayed areax addresses, warn about memory overlaps
842         * as/mcs51/asmain.c (asmbl): create a new area for every .org directive
843         * src/avr/main.c,
844         * src/ds390/main.c,
845         * src/hc08/main.c,
846         * src/mcs51/main.c,
847         * src/pic16/main.c,
848         * src/pic/main.c,
849         * src/xa51/main.c,
850         * src/z80/main.c,
851         * src/port.h: added xabs_name and iabs_name
852         * src/SDCCglue.c (emitRegularMap): allocate for absolutes with initializer
853           (glue, emitMaps): create and emit maps d_abs and i_abs
854         * src/SDCCglue.h: cosmetic changes
855         * src/SDCCmain.c (setDefaultOptions): idata can start below 0x80
856         * src/SDCCmem.h,
857         * src/SDCCmem.c (initMem): added x_abs, i_abs and d_abs
858           (allocDefault): put absolute, initialized globals in them
859         * support/regression/tests/absolute.c: added absolute bdata test
860         * device/lib/printf_large.c (output_float): moved fpBuffer to stack/xdata
861
862 2006-12-20 Borut Razem <borut.razem AT siol.net>
863
864         * support/cpp2/cpphash.h, support/cpp2/cpplex.c: fixed bug #982435
865         * support/regression/tests/preproc.c: renamed from bug-1351710.c,
866           added regression test for bug #982435
867
868 2006-12-18 Borut Razem <borut.razem AT siol.net>
869
870         * src/SDCCutil.c: fixed a bug in (get_pragma_token)
871         * src/pic16/main.c, src/SDCC.lex, src/z80/main.c:
872           small cosmetic changes
873         * src/SDCC.lex: (stringLiteral) fixed bug #1351710
874         * support/regression/tests/bug-1351710.c: added regression test
875
876 2006-12-18 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
877
878         * doc/sdccman.lyx: added the long missed iCode table
879           "<where is figure II?>", added links to wiki
880
881 2006-12-17 Borut Razem <borut.razem AT siol.net>
882
883         * doc/sdccman.lyx, src/pic16/main.c, src/pic/main.c, src/port.h,
884           src/SDCC.lex, src/SDCCutil.[ch], src/z80/main.c,
885           support/Util/SDCCerr.[ch]: removed deprecated pragmas,
886           unified table driven pragma handling, pragma argument type checking
887         * support/Util/dbuf.c: (dbuf_set_size) allow to set size equal to the
888           current one - version 1.1.3
889         * src/SDCCmain.c: (setParseWithComma) substituted brain damaged strtok
890
891 2006-12-13 Raphael Neider <rneider AT web.de>
892
893         * src/pic/device.h: removed AssignedMemory structure and macros
894         * src/pic/device.c: removed global finalMapping (linker assigns
895             memory locations),
896           (register_map): add SFRs to remembered memRanges
897           (addMemRange,isSFR,dump_map,dump_sfr,mapRegister,assignRegister,
898           assignFixedRegisters,assignRelocatableRegisters): removed,
899           (setMaxRAM,validAddress): adapted accordingly,
900           (pic14_hasSharebank,pic14_getSharedStack): only report and use
901             reasonably sized sharebanks,
902         * src/pic/ralloc.c (writeUsedRegs): stripped down (remove?),
903           (allDefsOutOfRange): removed unused code,
904         * src/pic/main.c (_process_pragma): removed memmap/maxram pragma
905             handling
906         * src/pic/pcode.c (register_reassign): removed recursion warning,
907             fired far too often,
908         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap): modified
909             to use existing pic14_stringInSet() to avoid duplicate symbols,
910             tidied up the code a bit,
911           (pic14printLocals): added in symmetry to printExterns, replaces
912             writeUsedRegs more or less,
913           (picglue): call new pic14_printLocals(),
914         * device/include/pic/pic*.h: removed #pragma memmap directives,
915             information gathered from include/pic/pic14devices.txt
916         * support/scripts/inc2h.pl: do not emit #pragma memmap lines
917
918 2006-12-10 Maarten Brock <sourceforge.brock AT dse.nl>
919
920         * device/include/mcs51/C8051F520.h: fixed buggy CPT0MX
921
922 2006-12-11 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
923
924         * device/include/mcs51/cc2430.h: fixed missing ';'
925
926 2006-12-10 Raphael Neider <rneider AT web.de>
927
928         * device/lib/pic16/libc/stdio/vfprintf.c,
929         * device/lib/pic16/libc/stdio/printf_small.c,
930         * device/lib/pic16/libc/stdio/printf_timy.c: pop int from stack for
931           char arguments, as char varargs are cast to int by the caller,
932           hopefully fixes #1604915 (other device libraries are still affected)
933
934 2006-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
935
936         * src/mcs51/ralloc.c (packRegsForAssign),
937         * src/hc08/ralloc.c (packRegsForAssign): fixed bug #1605880
938
939 2006-12-10 Maarten Brock <sourceforge.brock AT dse.nl>
940
941         * device/include/malloc.h: removed init_dynamic_memory
942         * device/lib/malloc.c: made init_dynamic_memory static and automatically
943           call it once from malloc. Also use _sdcc_heap[] from _heap.c
944         * device/lib/_heap.c: new, added, contains _sdcc_heap[]
945         * device/lib/libsdcc.lib,
946         * device/lib/Makefile.in,
947         * support/regression/ports/mcs51-xstack-auto/spec.mk: added _heap.c
948         * doc/sdccman.lyx: documented use of new _heap.c
949         * support/regression/tests/malloc.c: removed init_dynamic_memory
950         * src/cdbFile.c(spacesToUnderscores): new function,
951           (cdbWriteEndFunction, cdbWriteCLine): use spacesToUnderscores, fixes bug
952           1068030
953         * device/include/tinibios.h: removed defines for putchar and getchar
954         * device/lib/ds390/Makefile.in: added putchar.c
955         * device/lib/ds390/putchar.c: new, added, fixes bug 1465671
956
957 2006-12-09 Borut Razem <borut.razem AT siol.net>
958
959         * support/cpp2/sdcc.h: prevent multiple inclusion
960         * support/cpp2/options.h: deleted
961
962 2006-12-08 Borut Razem <borut.razem AT siol.net>
963
964         * support/cpp2/sdcc.h: removed x*alloc() macros
965         * support/cpp2/libiberty.h: uncommented out x*alloc() declarations
966         * support/cpp2/Makefile.bcc, support/cpp2/Makefile.in,
967           support/cpp2/sdcpp.sdc: x*alloc files added to the project
968         * support/cpp2/system.h: moved #include "sdcc.h"
969         * support/cpp2/libiberty/xexit.c, support/cpp2/libiberty/xmalloc.c,
970           support/cpp2/libiberty/xstrdup.c, support/cpp2/libiberty/xstrerror.c:
971           added
972         * support/cpp2/sdcppinit.c: added -isysroot, -fsigned-char,
973           -funsigned-char options
974         * support/cpp2/sdcppmain.c: fixed bug 1611411
975
976 2006-12-07 Borut Razem <borut.razem AT siol.net>
977
978         * support/cpp2/cpplib.c: reverted sdcpp special handling of _Pragma()
979           directive
980
981 2006-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
982
983         * src/SDCCsymt.c (addDecl): fixed bug 1609244
984         * src/SDCCmain.c (linkEdit): fixed bug 1609279
985         * doc/sdccman.lyx,
986         * .version: bumped to 2.6.2 because a) it's been a while
987           b) the linker sources have moved c) the preprocessor is upgraded
988
989 2006-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
990
991         * support/regression/tests/snprintf.c: some checks
992         * lib/src/printf_large.c: %bc: read char instead of int from stack
993
994 2006-12-03 Maarten Brock <sourceforge.brock AT dse.nl>
995
996         * device/include/mcs51/cc2430.h: inserted _XPAGE
997
998 2006-12-02 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
999
1000         * device/include/mcs51/cc2430.h: added
1001
1002 2006-12-02 Maarten Brock <sourceforge.brock AT dse.nl>
1003
1004         * device/include/asm/default/features.h,
1005         * device/include/asm/ds390/features.h,
1006         * device/include/mcs51/at89s53.h,
1007         * device/include/ser.h,
1008         * device/include/ser_ir.h,
1009         * device/include/serial.h: changed keywords to double underscore variants,
1010           fixes bug 1590261 some more, thanks Steven Borley
1011
1012 2006-12-01 Raphael Neider <rneider AT web.de>
1013
1014         * src/pic/pcode.c (register_reassign): do not crash on recursive code
1015           but emit warning (recursion is not supported for pic14)
1016
1017 2006-11-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1018
1019         * src/mcs51/peeph.def: added 101.a,b (moves to int/long xdata)
1020         * doc/sdccman.lyx: various small changes, acknowledged Sourceforge
1021
1022 2006-11-30 Raphael Neider <rneider AT web.de>
1023
1024         * src/pic/device.c (dump_sfr): always emit symbols
1025         * src/pic/glue.c (pic14printPublics): fixed typo
1026
1027 2006-11-30 Raphael Neider <rneider AT web.de>
1028
1029         * src/pic/device.c (create_pic,ram_map): add memRange entries to PIC
1030           (pic14_getSharebankSize, pic14_getSharebankAddress): replaced with
1031           (pic14_hasSharebank,pic14_isShared,pic14_allRAMShared,
1032            pic14_getSharedStack): NEW, evaluate the memRange entries to locate
1033            a sharebank, use a non-shared bank for the stack if none available
1034         * src/pic/device.h (struct memRange): added linked list next field,
1035           added prototypes for above functions
1036         * src/pic/ralloc.c (initStack): handle shared and banked stacks,
1037           (typeRegWithIdx): accept fixed and unfixed stack registers
1038         * src/pic/pcode.c (pCodeInitRegisters): use new functions to create
1039           the stack, handle shared and banked stack (except for WSAVE),
1040           (insertBankSel): removed useless optimization (will never fire),
1041           (FixRegisterBanking): added optimization for devices with only one
1042           possibly aliased bank of memory, like 16f84
1043         * src/pic/glue.c (pic14_constructAbsMap): back to udata_ovr, as some
1044           devices have no SHAREBANK in the linker script
1045         * device/include/pic/pic14devices.txt: documented memmap
1046         * device/lib/pic/libdev/Makefile.in: removed --stack-loc again
1047
1048 2006-11-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1049
1050         * src/hc08/gen.c (transferRegReg, loadRegFromAop, forceStackedAop,
1051           storeRegToAop, freeAsmop, genPlusIncr, genPlus, genPointerGetSetOfs,
1052           genAnd, genOr, genXor, genLeftShiftLiteral, genRightShiftLiteral,
1053           genhc08Code): switched most of the D (debug) macros to DD (detailed
1054           debug) macros to better control clutter in the generated .asm file.
1055         * src/hc08/gen.c: (forceStackedAop, genUminus, genLeftShift,
1056           genRightShift): fixed bug with non-constant bit shift stored to
1057           a volatile result (SF Open Discussion forum thread #1616749).
1058           Single byte case is not yet optimized.
1059
1060 2006-11-28 Maarten Brock <sourceforge.brock AT dse.nl>
1061
1062         * device/include/asm/mcs51/features.h,
1063         * device/include/malloc.h,
1064         * device/include/stdio.h: changed keywords to double underscore variants,
1065           fixes bug 1590261
1066
1067 2006-11-27 Borut Razem <borut.razem AT siol.net>
1068
1069         * support/cpp2/cppexp.c, support/cpp2/hashtable.h,
1070           support/cpp2/Makefile.in, support/cpp2/cppfiles.c,
1071           support/cpp2/output.h, support/cpp2/cppinit.c,
1072           support/cpp2/cpplib.c, support/cpp2/cpplib.h,
1073           support/cpp2/Makefile.bcc, support/cpp2/cpphash.c,
1074           support/cpp2/cppdefault.c, support/cpp2/system.h,
1075           support/cpp2/cpphash.h, support/cpp2/cpplex.c,
1076           support/cpp2/cppdefault.h, support/cpp2/mbchar.c,
1077           support/cpp2/prefix.c, support/cpp2/except.h,
1078           support/cpp2/hwint.h, support/cpp2/cppmacro.c,
1079           support/cpp2/line-map.h, support/cpp2/sdcpp.dsp,
1080           support/cpp2/sdcc.h, support/cpp2/mkdeps.c,
1081           support/cpp2/version.c, support/cpp2/cppmain.c,
1082           support/cpp2/version.h, support/cpp2/hashtable.c,
1083           support/cpp2/cpperror.c:
1084           synchronized with GCC CPP release version 3.3.6,
1085           the latest where cppmain.c still exists.
1086         * support/cpp2/cpptrad.c, support/cpp2/sdcppmain.c,
1087           support/cpp2/sdcppinit.c: added
1088
1089 2006-11-27 Borut Razem <borut.razem AT siol.net>
1090
1091         * support/cpp2/cpplex.c:
1092           fixed _asm ... _endasm handling bug, introduce with GCC CPP
1093           synchronization
1094         * support/cpp2/cpplib.c: removed definitions of unused variables
1095
1096 2006-11-26 Borut Razem <borut.razem AT siol.net>
1097
1098         * support/cpp2/libiberty.h: commented out x*alloc() declarations
1099           since they are redefined by macros in support/cpp2/sdcc.h
1100         * support/cpp2/sdcc.h: x*alloc macro redefinition
1101
1102 2006-11-25 Borut Razem <borut.razem AT siol.net>
1103
1104         * support/cpp2/cppexp.c, support/cpp2/hashtable.h,
1105           support/cpp2/configure, support/cpp2/Makefile.in,
1106           support/cpp2/cppfiles.c, support/cpp2/output.h,
1107           support/cpp2/cppinit.c, support/cpp2/cpplib.c,
1108           support/cpp2/config.h, support/cpp2/cpplib.h,
1109           support/cpp2/Makefile.bcc, support/cpp2/cpphash.c,
1110           support/cpp2/cppdefault.c, support/cpp2/config.in,
1111           support/cpp2/system.h, support/cpp2/cpplex.c,
1112           support/cpp2/cpphash.h, support/cpp2/mbchar.c,
1113           support/cpp2/cppdefault.h, support/cpp2/prefix.c
1114           support/cpp2/hwint.h, support/cpp2/mbchar.h,
1115           support/cpp2/prefix.h, support/cpp2/cppmacro.c,
1116           support/cpp2/configure.in, support/cpp2/intl.h,
1117           support/cpp2/sdcpp.dsp, support/cpp2/acconfig.h,
1118           support/cpp2/sdcc.h, support/cpp2/mkdeps.c,
1119           support/cpp2/version.c, support/cpp2/cppmain.c,
1120           support/cpp2/ansidecl.h, support/cpp2/libiberty.h,
1121           support/cpp2/hashtable.c, support/cpp2/aclocal.m4,
1122           support/cpp2/cpperror.c,
1123           support/cpp2/libiberty/safe-ctype.c,
1124           support/cpp2/libiberty/safe-ctype.h,
1125           support/cpp2/libiberty/splay-tree.c,
1126           support/cpp2/libiberty/obstack.c,
1127           support/cpp2/libiberty/lbasename.c,
1128           support/cpp2/libiberty/splay-tree.h,
1129           support/cpp2/libiberty/obstack.h:
1130           synchronized with GCC CPP release version 3.2.3,
1131           the latest before integration of cpp into gcc
1132         * support/cpp2/except.h, support/cpp2/line-map.c,
1133           support/cpp2/line-map.h,
1134           support/cpp2/libiberty/hex.c,
1135           support/cpp2/libiberty/concat.c,
1136           support/cpp2/libiberty/filenames.h: added
1137         * support/cpp2/intl.c: deleted
1138
1139 2006-11-24 Borut Razem <borut.razem AT siol.net>
1140
1141         * src/SDCC.y: enabled compilation of empty source file
1142         * support/Util/SDCCerr.[ch]: added sdcc warning 190 -
1143           "ISO C forbids an empty source file"
1144         * device/lib/_startup.c, device/lib/printf_tiny.c: disable warning 190
1145           if all the code is ifdefed out.
1146
1147 2006-11-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1148
1149         * src/hc08/gen.c (genPcall): fix for bug #1601032
1150
1151 2006-11-23 Maarten Brock <sourceforge.brock AT dse.nl>
1152
1153         * device/include/mcs51/c8051f000.h, device/include/mcs51/C8051F000.h,
1154         * device/include/mcs51/c8051f018.h, device/include/mcs51/C8051F018.h,
1155         * device/include/mcs51/c8051f020.h, device/include/mcs51/C8051F020.h,
1156         * device/include/mcs51/c8051f040.h, device/include/mcs51/C8051F040.h,
1157         * device/include/mcs51/c8051f060.h, device/include/mcs51/C8051F060.h,
1158         * device/include/mcs51/c8051f120.h, device/include/mcs51/C8051F120.h,
1159         * device/include/mcs51/c8051f200.h, device/include/mcs51/C8051F200.h,
1160         * device/include/mcs51/c8051f300.h, device/include/mcs51/C8051F300.h,
1161         * device/include/mcs51/c8051f310.h, device/include/mcs51/C8051F310.h,
1162         * device/include/mcs51/c8051f320.h, device/include/mcs51/C8051F320.h,
1163         * device/include/mcs51/c8051f326.h, device/include/mcs51/C8051F326.h,
1164         * device/include/mcs51/c8051f330.h, device/include/mcs51/C8051F330.h,
1165         * device/include/mcs51/c8051f340.h, device/include/mcs51/C8051F340.h,
1166         * device/include/mcs51/c8051f350.h, device/include/mcs51/C8051F350.h,
1167         * device/include/mcs51/c8051f410.h, device/include/mcs51/C8051F410.h:
1168           Renamed to all upper case as per the standard set by SiLabs
1169
1170 2006-11-23 Maarten Brock <sourceforge.brock AT dse.nl>
1171
1172         * device/include/mcs51/C8051F520.h: new, added
1173         * device/include/mcs51/compiler.h: added link about predefined macros
1174
1175 2006-11-23 Raphael Neider <rneider AT web.de>
1176
1177         * src/regression/Makefile: add -L path to fresh library
1178         * src/regression/simulate: emphasize FAILED output
1179         * src/regression/create_stc: output _failures from gpsim
1180         * src/regression/compare4.c,
1181         * src/regression/rotate6.c: fixed char literals,
1182           all compile, all run =8-D
1183
1184         * src/pic/pcode.h: added isPCASMDIR macro
1185         * src/pic/gen.c (genAnd): fixed bit offset
1186         * src/pic/ralloc.c (allocNewDirReg,allocDirReg,allocRegByName,
1187           packBits): unified register numbering schemes,
1188           (newReg): do not insert stack registers into hash table,
1189           (initStack): unpinned pseudo stack, simplified,
1190           (typeRegWithIdx): fixed retrieval of stack registers,
1191         * src/pic/pcode.c (addpCodeComment,sameBank): added,
1192           (pCodeReplace): removed invalid assertion,
1193           (insertPCodeInstruction): fixed newly added labels,
1194           (insertBankSwitch,BankSelect,IsBankChange,DoBankSelect,
1195           FixRegisterBankingInFlow,compareBankFlow,FixBankFlow,
1196           DumpFlow): removed unsed (broken?) code,
1197           (insertBankSel): prevent STATUS from being BANKSELed,
1198           (FixRegisterBanking): rewritten from scratch, implemented generic
1199             optimizations (suppress BANKSELs to same register and to registers
1200             present in all banks),
1201           (AnalyzeBanking): update flow after BANKSELection
1202
1203         * src/pic/glue.c (pic14_constructAbsMap): emit pseudo stack in
1204             sharebank, let linker place it, mark STKxx symbols as emitted
1205
1206 2006-11-21 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1207
1208         * src/regression/arrays.c,
1209         * src/regression/bank1.c,
1210         * src/regression/bool2.c,
1211         * src/regression/compare7.c,
1212         * src/regression/compare8.c,
1213         * src/regression/compare9.c,
1214         * src/regression/compare10.c,
1215         * src/regression/configword.c,
1216         * src/regression/for.c,
1217         * src/regression/mult1.c,
1218         * src/regression/pointer1.c,
1219         * src/regression/rotate6.c,
1220         * src/regression/string1.c,
1221         * src/regression/struct1.c,
1222         * src/regression/Makefile: make PIC14 regression tests run again
1223           (3 fail, 6 won't compile)
1224
1225 2006-11-21 Raphael Neider <rneider AT web.de>
1226
1227         * device/include/pic16/pic18f4550.h,
1228         * device/include/pic16/pic18f4455.h,
1229         * device/lib/pic16/libdev/pic18f4550.c,
1230         * device/lib/pic16/libdev/pic18f4455.c: fixed #1578591 and #1595144
1231         * configure.in: removed superfluous closing bracket
1232
1233 2006-11-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1234
1235         * device/lib/expf.c: Fixed bug 1599523: result of expf(x) is
1236           always positive.
1237
1238 2006-11-21 Raphael Neider <rneider AT web.de>
1239
1240         * src/pic/device.{c,h}: added pic14_getPIC()
1241         * src/pic/gen.c (continueIfTrue,jumpIfTrue): added PIC code,
1242           (genAnd): added PIC code for one case, fixes #1597044
1243         * src/pic/pcode.c (BankSelect): Ohoh, added generic optimization for
1244           SFRs that are present in all banks (e.g., STATUS)
1245
1246 2006-11-20 Raphael Neider <rneider AT web.de>
1247
1248         * src/pic/pcode.c: changed inverted ops for DECFSZ/DECFSZW and
1249           INCFSZ/INCFSZW and declared them as changing Z bit,
1250           (insertPCodeInstruction): correctly invert the above instructions,
1251           fixes #1599333,
1252           (DoBankSelect): don't panic on po_immediates
1253
1254 2006-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1255
1256         * as/link/aslink.h,
1257         * as/link/mcs51/lkihx.c (newArea),
1258         * as/link/mcs51/lkrloc.c: renamed newArea() to ihxNewArea()
1259         * as/link/mcs51/lkihx.c (ihx): output reset vector as start address
1260
1261 2006-11-11 Raphael Neider <rneider AT web.de>
1262
1263         * src/pic/pcode.c (newpCodeOpBit): search SymbolTab for referenced
1264           bitfield symbols, fixes #1579535 (once more...).
1265
1266 2006-11-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1267
1268         * support/regression/generate-cases.py,
1269         * support/regression/fwk/include/testfwk.h,
1270         * support/regression/fwk/lib/testfwk.c: used code pointers,
1271           (about 50kByte less code generated for mcs51)
1272
1273 2006-11-06 Borut Razem <borut.razem AT siol.net>
1274
1275         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
1276           debugger/mcs51/configure: fixed failed check because the function
1277           rl_function_of_keyseq isn't in Readline 5.2. Thanks to Ilya Goldberg
1278           who submitted the patch for gpsim.
1279         * debugger/mcs51/configure.in: removed the result message
1280         * debugger/mcs51/Makefile.in: fixed the config.status warning
1281           "... seems to ignore the --datarootdir setting"
1282
1283 2006-11-03 Maarten Brock <sourceforge.brock AT dse.nl>
1284
1285         * device/include/mcs51/c8051f020.h,
1286         * device/include/mcs51/c8051f040.h,
1287         * device/include/mcs51/c8051f060.h,
1288         * device/include/mcs51/c8051f120.h: added PS0, fixed bug 1589279
1289         * src/z80/gen.c (gencjneshort),
1290         * src/z80/peeph.def: applied patch 1571373, thanks Philipp Krause
1291
1292 2006-10-31 Borut Razem <borut.razem AT siol.net>
1293
1294         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
1295           debugger/mcs51/configure: get readline version
1296
1297 2006-10-30 Borut Razem <borut.razem AT siol.net>
1298
1299         * debugger/mcs51/sdcdb.c: replaced hardcoded "/" with DIR_SEPARATOR_STRING
1300         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
1301           debugger/mcs51/configure: locate readline even when cross compiling
1302         * support/scripts/sdcc.nsi: include readline5.dll into the setup package
1303
1304 2006-10-29 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1305
1306         * device/include/mcs51/serial_IO.h: putchar() and getchar() using
1307           serial port.
1308
1309 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
1310
1311         * device/include/malloc.h,
1312         * device/lib/calloc.c,
1313         * device/lib/free.c,
1314         * device/lib/malloc.c,
1315         * device/lib/realloc.c: moved definition of struct into sources
1316         * support/regression/tests/malloc.c: use void* for init_dynamic_memory()
1317
1318 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
1319
1320         * as/asx8051.dsp: corrected output directories
1321         * as/link/hc08: new directory for hc08 linker
1322         * as/hc08/aslink.h,             as/link/aslink.h,
1323         * as/hc08/aslink.mak,           as/link/hc08/aslink.mak,
1324         * as/hc08/clean.mk,             as/link/hc08/clean.mk,
1325         * as/hc08/link_hc08.dsp,        as/link/hc08/link_hc08.dsp,
1326         * as/hc08/lkaomf51.c,           as/link/hc08/lkaomf51.c,
1327         * as/hc08/lkarea.c,             as/link/hc08/lkarea.c,
1328         * as/hc08/lkdata.c,             as/link/hc08/lkdata.c,
1329         * as/hc08/lkelf.c,              as/link/hc08/lkelf.c,
1330         * as/hc08/lkihx.c,              as/link/hc08/lkihx.c,
1331         * as/hc08/lklibr.c,             as/link/hc08/lklibr.c,
1332         * as/hc08/lkmain.c,             as/link/hc08/lkmain.c,
1333         * as/hc08/lkmem.c,              as/link/hc08/lkmem.c,
1334         * as/hc08/lkrloc.c,             as/link/hc08/lkrloc.c,
1335         * as/hc08/lks19.c,              as/link/hc08/lks19.c,
1336         * as/hc08/Makefile.aslink,      as/link/hc08/Makefile.aslink,
1337         * as/hc08/Makefile.bcc,         as/link/hc08/Makefile.bcc,
1338         * as/hc08/Makefile.in,          as/link/hc08/Makefile.in,
1339         * as/link/hc08/conf.mk,
1340         * configure,
1341         * configure.in,
1342         * Makefile.in,
1343         * sdcc.dsw: moved hc08 linker to as/link/hc08
1344         * as/hc08/lkeval.c,     as/link/mcs51/lkeval.c,     as/link/lkeval.c,
1345         * as/hc08/lkhead.c,     as/link/mcs51/lkhead.c,     as/link/lkhead.c,
1346         * as/hc08/lklex.c,      as/link/mcs51/lklex.c,      as/link/lklex.c,
1347         * as/hc08/lklist.c,     as/link/mcs51/lklist.c,     as/link/lklist.c,
1348         * as/hc08/lknoice.c,    as/link/mcs51/lknoice.c,    as/link/lknoice.c,
1349         * as/hc08/lksym.c,      as/link/mcs51/lksym.c,      as/link/lksym.c,
1350         * as/link/mcs51/aslink.dsp,
1351         * as/link/mcs51/Makefile.in: factored out the common files
1352         * as/hc08/lkstore.c: deleted, use the one already in as/link/
1353         * as/clean.mk: extra cleaning common files
1354         * as/link/mcs51/strcmpi.c,      as/strcmpi.c: moved
1355         * as/link/mcs51/strcmpi.h: deleted, moved protoype to aslink.h
1356         * as/mcs51/asm.h: include sdccconf.h or sdcc_vc.h
1357
1358 2006-10-29 Raphael Neider <rneider AT web.de>
1359
1360         * src/pic/ralloc.c (newReg): create aliases for registers with
1361           multiple names to fix #1579535 and #1584001,
1362           (regWithIdx,dirregWithName): resolve aliases on lookup
1363         * src/pic/pcode.c (DoBankSelect): die with error message on failing
1364           bankselect
1365         * device/lib/pic/libdev/Makefile.in: move pseudo stack down to 0x4f
1366           to prevent build errors on small devices
1367
1368 2006-10-28 Raphael Neider <rneider AT web.de>
1369
1370         * src/pic/gen.c (genFunction,genCall): drop "same code page"
1371           assumption within interrupt handlers, fixes #1584940
1372         * src/pic/glue.c (pic14_constructAbsMap): mark absolute symbols as
1373           "emitted" to avoid emitting them again in udata
1374
1375 2006-10-27 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1376
1377         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
1378         Removed.
1379
1380 2006-10-26 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1381
1382         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
1383         Initialize uart only if SM0 and SM1 are zero.  Also, use flag to turn
1384         on/off CR to CRLF conversion.
1385
1386 2006-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1387
1388         * doc/sdccman.lyx: updated IRQ section
1389
1390 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1391
1392         * device/lib/serial_io.c: removed
1393         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c
1394         replacements for serial_io.c
1395
1396 2006-10-24 Maarten Brock <sourceforge.brock AT dse.nl>
1397
1398         * src/z80/main.c (_process_pragma, _parseOptions): fixed bug 1583318
1399
1400 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1401
1402         * device/lib/serial_io.c: Default putchar() and getchar() for
1403           mcs51 uses serial port.
1404
1405 2006-10-23 Maarten Brock <sourceforge.brock AT dse.nl>
1406
1407         * src/mcs51/gen.c (movc): improved check for 0 and 1, see RFE 1582704
1408
1409 2006-10-23 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1410
1411         * support/regression/ports/mcs51/support.c: smaller
1412         _sdcc_external_startup()
1413         * device/lib/mcs51/crtxclear.asm: don't check high byte of l_PSEG
1414
1415 2006-10-20 Maarten Brock <sourceforge.brock AT dse.nl>
1416
1417         * device/lib/gbz80/crt0.s,
1418         * device/lib/gbz80/crt0_rle.s,
1419         * device/lib/gbz80/div.s,
1420         * device/lib/gbz80/fstubs.s,
1421         * device/lib/gbz80/heap.s,
1422         * device/lib/gbz80/mul.s,
1423         * device/lib/gbz80/putchar.s,
1424         * device/lib/gbz80/stubs.s,
1425         * device/lib/z80/crt0.s,
1426         * device/lib/z80/crt0_rle.s,
1427         * device/lib/z80/div.s,
1428         * device/lib/z80/fstubs.s,
1429         * device/lib/z80/heap.s,
1430         * device/lib/z80/mul.s,
1431         * device/lib/z80/putchar.s,
1432         * device/lib/z80/stubs.s: reverted, I was mistaken
1433
1434 2006-10-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1435
1436         * src/mcs51/peeph.def: peephole 238.x added check for notvolatile
1437         * support/regression/ports/mcs51/support.c: removed race
1438         condition on TI in _putchar allowing to use serial port mode 0
1439
1440 2006-10-20 Borut Razem <borut.razem AT siol.net>
1441
1442         * debugger/mcs51/sdcdb.c: replaced isblank() with isspace()
1443
1444 2006-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
1445
1446         * device/lib/gbz80/crt0.s,
1447         * device/lib/gbz80/crt0_rle.s,
1448         * device/lib/gbz80/div.s,
1449         * device/lib/gbz80/fstubs.s,
1450         * device/lib/gbz80/heap.s,
1451         * device/lib/gbz80/mul.s,
1452         * device/lib/gbz80/putchar.s,
1453         * device/lib/gbz80/stubs.s,
1454         * device/lib/z80/crt0.s,
1455         * device/lib/z80/crt0_rle.s,
1456         * device/lib/z80/div.s,
1457         * device/lib/z80/fstubs.s,
1458         * device/lib/z80/heap.s,
1459         * device/lib/z80/mul.s,
1460         * device/lib/z80/putchar.s,
1461         * device/lib/z80/stubs.s: removed all leading underscores from area names
1462
1463 2006-10-17 Maarten Brock <sourceforge.brock AT dse.nl>
1464
1465         * support/regression/ports/mcs51/support.c: use highest baudrate so the
1466           regression tests are not waiting in the simulator for simulated
1467           transmission of debug output
1468
1469 2006-10-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1470
1471         * device/lib/printf_large.c: slightly smaller
1472         * doc/sdccman.lyx: do not use spaces within html links
1473
1474 2006-10-16 Borut Razem <borut.razem AT siol.net>
1475
1476         * configure.in, configure, sdccconf_in.h, src/SDCCglobal,
1477           debugger/mcs51/Makefile.in, debugger/mcs51/sdcdb.[ch],
1478           debugger/mcs51/aclocal.m4, debugger/mcs51/acinclide.m4,
1479           debugger/mcs51/config.h.in, debugger/mcs51/configure.in,
1480           debugger/mcs51/configure:
1481           [ 1185668 ] add gnu readline support to sdcdb - enabled
1482
1483 2006-10-16 Raphael Neider <rneider AT web.de>
1484
1485         * src/pic/pcode.c (BankSelect): another fix on (partial) BANKSELs,
1486           fixes #1577882, removes close to all banking optimizations
1487
1488 2006-10-15 Maarten Brock <sourceforge.brock AT dse.nl>
1489
1490         * src/SDCCsymt.c (checkSClass): no error for uninitialised absolute
1491           variables in code memory
1492         * support/regression/tests/absolute.c: added test for this
1493
1494 2006-10-15 Raphael Neider <rneider AT web.de>
1495
1496         * src/pic/pcode.c (InsertBankSel): suppress BANKSELs for one bank
1497           devices,
1498           (BankSelect): emit BANKSEL before touching linker-placed regs,
1499           fixes #1570934
1500
1501 2006-10-10 Raphael Neider <rneider AT web.de>
1502
1503         * src/SDCCmain.c (optionsTable): accept --stack-size for PICs,
1504         * src/pic/device.c (pic14_getSharebankSize,pic14_getSharebankAddress),
1505         * src/pic/main.c (_pic14_parseOptions),
1506         * src/pic/main.h: mostly reverted to previous state, now use results
1507             from SDCCmain.c's argument parsing
1508
1509 2006-10-10 Borut Razem <borut.razem AT siol.net>
1510
1511         * debugger/mcs51/break.[ch], debugger/mcs51/cmd.c,
1512           debugger/mcs51/sdcdb.[ch], debugger/mcs51/simi.c:
1513           [ 1185668 ] add gnu readline support to sdcdb -
1514           prepared for READLINE, not enabled yet,
1515           thanks to <tal.bav AT gmail.com>
1516
1517 2006-10-10 Raphael Neider <rneider AT web.de>
1518
1519         * src/pic16/pcode.c (pic16_pCode2str): use isACCESS_BANK macro
1520         * src/pic16/devices.inc,
1521         * device/include/pic16 (pic18f[24]620.h),
1522         * device/include/pic18fregs.h,
1523         * device/lib/pic16/pics.all,
1524         * device/lib/pic16/libdev/pic18f[24]{620,525}.c): added support for
1525             18f2620, 18f4620, 18f2525, and 18f4525 devices, thanks to
1526             Gary Plumbridge and Anton Strobl
1527
1528 2006-10-10 Raphael Neider <rneider AT web.de>
1529
1530         * src/pic/main.c (_pic14_parseOptions): added --stack-loc=NUM and
1531           --stack-siz=NUM options to configure the argument passing stack
1532         * src/pic/main.h: added stackLocation and stackSize to pic14_options_t
1533         * src/pic/device.c (mapRegister): catch out-of-memory SIGSEGVs,
1534           (pic14_getSharebankSize): obey --stack-siz=NUM,
1535           (pic14_getSharebankAddress): obey --stack-loc=NUM
1536
1537 2006-10-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1538
1539         * doc/sdccman.lyx: added to the manual
1540         * doc/figures/ddd_example.png: added (neither pdflatex nor
1541         most browsers seem to like the .eps file)
1542
1543 2006-10-06 Bernhard Held <bernhard AT bernhardheld.de>
1544
1545         * src/SDCCglue.c (tempfileandname): changed un*x tmp search paths
1546         to /tmp and /var/tmp acc. LSB
1547         * src/SDCCast.c (addCast): Fixed bug 1571231: promote in case of
1548         RESULT_TYPE_IFX
1549         * support/regression/tests/onebyte.c: added test
1550
1551 2006-10-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1552
1553         * src/mcs51/gen.c: emitcode for "add a,0x%02x" requires only 8 bits.
1554
1555 2006-10-05 Borut Razem <borut.razem AT siol.net>
1556
1557         * partially fixed [ 1570701 ] peephole - not replacing code from multiline macros,
1558           thanks to dfulab:
1559           - sdcc.dsw: changed property eol-style to CRLF
1560           - support/scripts/resource.rc: replaced references to "afxres.h" with "winres.h"
1561
1562 2006-10-04 Raphael Neider <rneider AT web.de>
1563
1564         * device/include/pic/{pic16f84.h,pic16f84a.h},
1565         * device/lib/pic/libdev/{pic16f84.c,pic16f84a.c}: added PORT[AB]_bits
1566           from patch #1522504, thanks to Robas Teodor
1567
1568 2006-10-02 Maarten Brock <sourceforge.brock AT dse.nl>
1569
1570         * as/link/z80/lkarea.c: essentially reverted lnksect() to #4380 which
1571           fixes bug 1566015
1572
1573 2006-10-01 Maarten Brock <sourceforge.brock AT dse.nl>
1574
1575         * src/pic16/glue.c (pic16emitMaps),
1576         * src/pic/glue.c (pic14emitMaps): hopefully fixed bug 1568779
1577         * device/lib/gets.c: fixed bug 1568829,thanks Philipp Krause
1578         * device/lib/pic16/libc/string/memcpypgm2ram.c,
1579         * device/lib/pic16/libc/string/memcpyram2ram.c: fixed bug 1568836, thanks
1580           Philipp Krause
1581         * as/mcs51/asmain.c (asmbl, newdot): fixed problems with absolute areas
1582         * as/link/mcs51/lkmem.c (summary2): reverted, do do count abs segments
1583
1584 2006-09-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1585
1586         * support/librarian/sdcclib.c: Added option -l.
1587         * as/link/mcs51/lkmem.c: don't use absolute segments to compute memory
1588           usage totals.
1589         * device/lib/make51lib.bat: added.  Allows building mcs51 libraries easily
1590           using Windows command prompt.
1591
1592 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
1593
1594         * device/lib/libsdcc.lib: added module rand
1595         * src/ds390/ralloc.c (rematStr),
1596         * src/hc08/ralloc.c (rematStr),
1597         * src/mcs51/ralloc.c (rematStr),
1598         * src/z80/ralloc.c (rematStr): made output more consistent
1599         * src/mcs51/gen.c: cosmetic changes
1600
1601 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
1602
1603         * src/port.h: added mem.cabs_name to PORT
1604         * src/ds390/main.c,
1605         * src/hc08/main.c,
1606         * src/mcs51/main.c,
1607         * src/pic16/main.c,
1608         * src/pic/main.c,
1609         * src/xa51/main.c,
1610         * src/z80/main.c: added cabs_name initializers
1611         * src/SDCCglue.c (emitStaticSeg): allocate and initialize absolute
1612           constants
1613           (emitMaps): emit absolutes in code memory into cabs_name
1614         * src/SDCCmem.c,
1615         * src/SDCCmem.h: added memory map c_abs and defined CABS_NAME
1616         * src/ds390/gen.c (genCodePointerGet): fixed bug if left is a literal
1617         * support/regression/fwk/include/testfwk.h: added define for at
1618         * support/regression/tests/absolute.c: added, new
1619
1620 2006-09-29 Maarten Brock <sourceforge.brock AT dse.nl>
1621
1622         * src/mcs51/gen.c (genPlusIncr, genMinusDec, genAddrOf): small
1623           optimizations, see also patch 887161 by Stas Sergeev
1624         * src/mcs51/peeph.def(104, 207, 209, 212): disabled as they do not seem
1625           to be necessary anymore,
1626           (102, 103, 104, 127): renamed all occurances of bp to _bp
1627
1628 2006-09-27 Maarten Brock <sourceforge.brock AT dse.nl>
1629
1630         * device/include/mcs51/at89c51snd1c.h: fixed MSK_SREQ definition
1631           thanks Weston T. Schmidt for patch 1555221
1632         * src/mcs51/peeph.def: renamed rule 257 to 257.a, added 257.b
1633         * src/SDCCicode.c(geniCodeMultiply): small optimization
1634
1635 2006-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1636
1637         * device/include/stdlib.h: added rand prototypes
1638         * device/lib/rand.c: new, added
1639         * device/lib/Makefile.in: added rand.c
1640         * src/z80/peeph.def,
1641         * src/z80/peeph-gbz80.def,
1642         * src/z80/peeph-z80.def: updated conditonals, fixed bug 1565908
1643
1644 2006-09-20 Raphael Neider <rneider AT web.de>
1645
1646         * device/lib/pic16/libio/i2c/i2cnack.c (i2c_nack): fixed ACKDT bit
1647
1648 2006-09-19 Maarten Brock <sourceforge.brock AT dse.nl>
1649
1650         * as/link/aslink.h: cosmetic changes
1651         * as/link/mcs51/Makefile.in,
1652         * as/link/z80/Makefile.in: fixed build on CF where VPATH is used
1653
1654 2006-09-17 Maarten Brock <sourceforge.brock AT dse.nl>
1655
1656         * as/link/aslink.h,
1657         * as/link/mcs51/aslink.h,
1658         * as/link/z80/aslink.h: merged and moved to as/link/
1659         * as/link/lkstore.c,
1660         * as/link/mcs51/lkstore.c: moved to as/link/
1661         * as/link/clean.mk: remove *.o
1662         * as/link/mcs51/alloc.h: deleted
1663         * as/link/mcs51/lkarea.c: added lnksect prototype
1664         * as/link/mcs51/lkdata.c,
1665         * as/link/mcs51/lklex.c,
1666         * as/link/mcs51/lkmain.c: renamed as_getline to lk_getline
1667         * as/link/mcs51/lkmem.c,
1668         * as/link/mcs51/lknoice.c: removed include strcmpi.h
1669         * as/link/mcs51/lksym.c: include stdlib.h instead of malloc.h or alloc.h
1670         * as/link/mcs51/aslink.dsp,
1671         * as/link/mcs51/Makefile.aslink,
1672         * as/link/mcs51/Makefile.bcc,
1673         * as/link/mcs51/Makefile.in: updated for moved files
1674         * as/link/z80/lkarea.c,
1675         * as/link/z80/lkhead.c,
1676         * as/link/z80/lklex.c,
1677         * as/link/z80/lklibr.c,
1678         * as/link/z80/lklist.c,
1679         * as/link/z80/lkmain.c,
1680         * as/link/z80/lkrloc.c,
1681         * as/link/z80/lksym.c: synced with mcs51
1682         * as/link/z80/lkdata.c,
1683         * as/link/z80/lkeval.c,
1684         * as/link/z80/lkihx.c,
1685         * as/link/z80/lks19.c: cosmetic changes
1686         * as/link/z80/Makefile.in,
1687         * as/link/z80/linkgbz80.dsp,
1688         * as/link/z80/linkz80.dsp: updated for moved files
1689
1690 2006-09-16 Borut Razem <borut.razem AT siol.net>
1691
1692         * debugger/mcs51/sdcdb.c: partially fixed
1693           [ 1203664 ] sdcdb fails to open files w. two "." periods
1694         * debugger/mcs51/simi.c, debugger/mcs51/symtab.c,
1695           debugger/mcs51/symtab.h: fixed indenting
1696         * configure.in, configure: up to date with latest Maarten's changes
1697
1698 2006-09-15 Maarten Brock <sourceforge.brock AT dse.nl>
1699
1700         as/link/mcs51
1701         as/aslink.dsp,                  as/link/mcs51/aslink.dsp,
1702         as/link/mcs51/aslink.h,         as/mcs51/aslink.h,
1703         as/link/mcs51/aslink.mak,       as/mcs51/aslink.mak,
1704         as/link/mcs51/lkaomf51.c,       as/mcs51/lkaomf51.c,
1705         as/link/mcs51/lkarea.c,         as/mcs51/lkarea.c,
1706         as/link/mcs51/lkdata.c,         as/mcs51/lkdata.c,
1707         as/link/mcs51/lkeval.c,         as/mcs51/lkeval.c,
1708         as/link/mcs51/lkhead.c,         as/mcs51/lkhead.c,
1709         as/link/mcs51/lkihx.c,          as/mcs51/lkihx.c,
1710         as/link/mcs51/lklex.c,          as/mcs51/lklex.c,
1711         as/link/mcs51/lklibr.c,         as/mcs51/lklibr.c,
1712         as/link/mcs51/lklist.c,         as/mcs51/lklist.c,
1713         as/link/mcs51/lkmain.c,         as/mcs51/lkmain.c,
1714         as/link/mcs51/lkmem.c,          as/mcs51/lkmem.c,
1715         as/link/mcs51/lknoice.c,        as/mcs51/lknoice.c,
1716         as/link/mcs51/lkrloc.c,         as/mcs51/lkrloc.c,
1717         as/link/mcs51/lks19.c,          as/mcs51/lks19.c,
1718         as/link/mcs51/lkstore.c,        as/mcs51/lkstore.c,
1719         as/link/mcs51/lksym.c,          as/mcs51/lksym.c,
1720         as/link/mcs51/Makefile.aslink,  as/mcs51/Makefile.aslink,
1721         as/link/mcs51/alloc.h,
1722         as/link/mcs51/clean.mk,
1723         as/link/mcs51/conf.mk,
1724         as/link/mcs51/Makefile.bcc,
1725         as/link/mcs51/Makefile.in,
1726         as/link/mcs51/readme.390,
1727         as/link/mcs51/strcmpi.c,
1728         as/link/mcs51/strcmpi.h,
1729         as/mcs51/clean.mk,
1730         as/mcs51/Makefile.bcc,
1731         as/mcs51/Makefile.in,
1732         configure,
1733         Makefile.in,
1734         sdcc.dsw: moved mcs51 linker to as/link/mcs51
1735
1736 2006-09-14 Maarten Brock <sourceforge.brock AT dse.nl>
1737
1738         * as/link,
1739         * as/link/Makefile.in,
1740         * as/link/z80/linkgbz80.dsp,
1741         * as/link/z80/linkz80.dsp,
1742         * configure,
1743         * link,
1744         * link/clean.mk,
1745         * link/Makefile.in,
1746         * link/README,
1747         * link/z80,
1748         * link/z80/aslink.h,
1749         * link/z80/clean.mk,
1750         * link/z80/conf.mk,
1751         * link/z80/linkgbz80.dsp,
1752         * link/z80/linkz80.dsp,
1753         * link/z80/lkarea.c,
1754         * link/z80/lkdata.c,
1755         * link/z80/lkeval.c,
1756         * link/z80/lkgb.c,
1757         * link/z80/lkgg.c,
1758         * link/z80/lkhead.c,
1759         * link/z80/lkihx.c,
1760         * link/z80/lklex.c,
1761         * link/z80/lklibr.c,
1762         * link/z80/lklist.c,
1763         * link/z80/lkmain.c,
1764         * link/z80/lkrloc.c,
1765         * link/z80/lks19.c,
1766         * link/z80/lksym.c,
1767         * link/z80/Makefile.in,
1768         * Makefile.in,
1769         * sdcc.dsw: moved link/ to as/link/
1770
1771 2006-09-11 Maarten Brock <sourceforge.brock AT dse.nl>
1772
1773         * as/mcs51/i51mch.c (machine): fixed warning
1774
1775 2006-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1776
1777         * as/mcs51/i51mch.c (machine): S_DJNZ fixed bug 1554318
1778
1779 2006-09-09 Borut Razem <borut.razem AT siol.net>
1780
1781         * debugger/mcs51/sdcdb.c, debugger/mcs51/simi.c:
1782           sdcdb WIN32 native port
1783         * src/clean.mk: fixed
1784
1785 2006-09-08 Borut Razem <borut.razem AT siol.net>
1786
1787         * doc/sdccman.lyx: SDCDB and ucSim are available on Win32 platforms.
1788
1789 2006-09-08 Raphael Neider <rneider AT web.de>
1790
1791         * src/pic16/main.c (_pic16_linkEdit,pic16_linkCmd),
1792         * src/pic/main.c(_pic14_do_link, linkCmd): pass "-w" and "-r"
1793             to gplink to disable processor mismatch warning and to allow
1794             the use of devices with only aliased (shared) memory banks,
1795           (_pic16_genAssemblerPreamble): include pXXX.inc on --mplab-comp
1796
1797 2006-09-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1798
1799         * doc/sdccman.lyx: Some re-formating plus example on using
1800           #pragma preproc_asm +/-
1801
1802 2006-09-07 Borut Razem <borut.razem AT siol.net>
1803
1804         * support/scripts/sdcc.nsi: added SDCDB executables in a separate
1805           section
1806
1807 2006-09-06 Borut Razem <borut.razem AT siol.net>
1808
1809         * support/scripts/sdcc.nsi: fixed Error: unterminated string parsing
1810           line at sdcc.nsi:153
1811         * sdcc/debugger/mcs51/simi.c: argsToCmdLine() fixes
1812
1813 2006-09-05 Borut Razem <borut.razem AT siol.net>
1814
1815         * configure.in, configure: support for winsock2
1816         * debugger/mcs51/break.h, debugger/mcs51/cmd.c,
1817           debugger/mcs51/cmd.h, debugger/mcs51/sdcdb.c,
1818           debugger/mcs51/sdcdb.h, debugger/mcs51/simi.c,
1819           debugger/mcs51/simi.h, debugger/mcs51/symtab.c,
1820           debugger/mcs51/symtab.h: sdcdb WIN32 native port
1821
1822 2006-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
1823
1824         * src/SDCCopt.c (cnvToFcall): fixed bug 1551947 by updating OP_USES
1825           and OP_DEFS
1826         * support/regression/tests/bug1551947.c: new, added
1827         * src/SDCCsymt.h: strings are char* not byte*
1828
1829 2006-09-05 Raphael Neider <rneider AT web.de>
1830
1831         * device/lib/pic16/libdev/pic18f4550.c,
1832           device/include/pic16/pic18f4550.h: added PORTD/TRISD
1833             declarations/definitions from patch #1520949
1834
1835 2006-09-05 Raphael Neider <rneider AT web.de>
1836
1837         * src/pic16/gen.c (genPackBits): fix assignment to 8-bit,
1838           byte-aligned bitfields, fixes #1539278
1839
1840 2006-09-05 Raphael Neider <rneider AT web.de>
1841
1842         * src/pic/gen.c (genReceive): skip unreferenced arguments,
1843           fixes #1544120
1844
1845 2006-09-04 Borut Razem <borut.razem AT siol.net>
1846
1847         * support/scripts/sdcc.nsi: move ucSim executables to a separate section
1848         * support/scripts/sdcc_cygwin_mingw32: don't disable ucsim,
1849           -mno-cygwin is a part of the compiler name
1850         * support/scripts/sdcc_mingw32: don't disable ucsim
1851
1852 2006-09-03 Borut Razem <borut.razem AT siol.net>
1853
1854         * sdcc.spec: corrected for 2.6.0. Thanks to Christer Weinigel.
1855         * device/lib/Makefile.in device/lib/clean.mk: small but essential corrections
1856
1857 2006-09-03 Raphael Neider <rneider AT web.de>
1858
1859         * src/pic/ralloc.c,
1860         * src/pic/pcode.c (InitReuseRegs): allocate registers with pseudo
1861           indices >= 0x1000 to disambiguate them from fixed regs __at(addr),
1862           fixes #1550049
1863
1864 2006-09-01 Borut Razem <borut.razem AT siol.net>
1865
1866         * sim/ucsim/cmd.src/cmdutil.cc: #include <sys/time.h> and <unistd.h>
1867           to make ppc-osx happy
1868
1869 2006-08-31 Borut Razem <borut.razem AT siol.net>
1870
1871         * sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
1872         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
1873         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
1874         * support/regression/ports/ds390/spec.mk,
1875           support/regression/ports/mcs51/spec.mk,
1876           support/regression/ports/xa51/spec.mk: introduced DEV_NULL variable.
1877           To run regression tests in mingw environment:
1878           make DEV_NULL=NUL CC=gcc
1879
1880 2006-08-30 Borut Razem <borut.razem AT siol.net>
1881
1882         * sim/ucsim/cmd.src/newcmdposix.cc, sim/ucsim/cmd.src/newcmdposixcl.h,
1883           sim/ucsim/cmd.src/newcmdwin32.cc, sim/ucsim/cmd.src/newcmdwin32cl.h,
1884           sim/ucsim/app.cc, sim/ucsim/appcl.h, sim/ucsim/configure,
1885           sim/ucsim/configure.in, sim/ucsim/ddconfig_in.h, sim/ucsim/error.cc,
1886           sim/ucsim/errorcl.h, sim/ucsim/option.cc, sim/ucsim/optioncl.h,
1887           sim/ucsim/utils.cc, sim/ucsim/utils.h, sim/ucsim/cmd.src/Makefile.in,
1888           sim/ucsim/avr.src/avr.cc, sim/ucsim/avr.src/avrcl.h,
1889           sim/ucsim/cmd.src/bp.cc, sim/ucsim/cmd.src/bpcl.h,
1890           sim/ucsim/cmd.src/cmdconf.cc, sim/ucsim/cmd.src/cmdgui.cc,
1891           sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/cmdset.cc,
1892           sim/ucsim/cmd.src/cmdsetcl.h, sim/ucsim/cmd.src/cmdstat.cc,
1893           sim/ucsim/cmd.src/cmduc.cc, sim/ucsim/cmd.src/cmduccl.h,
1894           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
1895           sim/ucsim/cmd.src/command.cc, sim/ucsim/cmd.src/commandcl.h,
1896           sim/ucsim/cmd.src/get.cc, sim/ucsim/cmd.src/getcl.h,
1897           sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/newcmd.cc,
1898           sim/ucsim/cmd.src/newcmdcl.h, sim/ucsim/cmd.src/set.cc,
1899           sim/ucsim/cmd.src/show.cc, sim/ucsim/cmd.src/timer.cc,
1900           sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
1901           sim/ucsim/s51.src/Makefile.in, sim/ucsim/s51.src/interrupt.cc,
1902           sim/ucsim/s51.src/interruptcl.h, sim/ucsim/s51.src/pca.cc,
1903           sim/ucsim/s51.src/pcacl.h, sim/ucsim/s51.src/port.cc,
1904           sim/ucsim/s51.src/portcl.h, sim/ucsim/s51.src/serial.cc,
1905           sim/ucsim/s51.src/serialcl.h, sim/ucsim/s51.src/timer0.cc,
1906           sim/ucsim/s51.src/timer0cl.h, sim/ucsim/s51.src/timer1.cc,
1907           sim/ucsim/s51.src/timer1cl.h, sim/ucsim/s51.src/timer2.cc,
1908           sim/ucsim/s51.src/timer2cl.h, sim/ucsim/s51.src/uc390.cc,
1909           sim/ucsim/s51.src/uc390cl.h, sim/ucsim/s51.src/uc390hw.cc,
1910           sim/ucsim/s51.src/uc390hwcl.h, sim/ucsim/s51.src/uc51.cc,
1911           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/wdt.cc,
1912           sim/ucsim/s51.src/wdtcl.h, sim/ucsim/sim.src/hw.cc,
1913           sim/ucsim/sim.src/hwcl.h, sim/ucsim/sim.src/mem.cc,
1914           sim/ucsim/sim.src/memcl.h, sim/ucsim/sim.src/obsolete.cc,
1915           sim/ucsim/sim.src/obsolete.h, sim/ucsim/sim.src/sim.cc,
1916           sim/ucsim/sim.src/simcl.h, sim/ucsim/sim.src/stack.cc,
1917           sim/ucsim/sim.src/stackcl.h, sim/ucsim/sim.src/test_mem_speed.cc,
1918           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1919           sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
1920           sim/ucsim/z80.src/z80.cc, sim/ucsim/z80.src/z80cl.h:
1921           ucsim WIN32 native port
1922
1923 2006-08-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1924
1925         * doc/sdccman.lyx: added note on dynamic memory heap initialization
1926
1927 2006-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
1928
1929         * src/mcs51/gen.c (genAnd, genOr, genXor): fixed bug 1546986
1930         * src/ds390/gen.c (aopGetUsesAcc): handle AOP_DPTR2 and AOP_DPTRn too
1931
1932 2006-08-26 Maarten Brock <sourceforge.brock AT dse.nl>
1933
1934         * src/ds390/gen.c (genAnd, genOr, genXor): fixed bug 1546986
1935         * support/regression/tests/bug1546986.c: new, added
1936         * as/mcs51/.cvsignore,
1937         * debugger/mcs51/.cvsignore,
1938         * src/.cvsignore: deleted
1939
1940 2006-08-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1941
1942         * device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit
1943           definitions)
1944
1945 2006-08-20 Borut Razem <borut.razem AT siol.net>
1946
1947         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
1948           removed cl_listen_console::match(), cl_console::match(),
1949           restructured cl_commander::proc_input()
1950
1951 2006-08-16 Borut Razem <borut.razem AT siol.net>
1952
1953         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h,
1954           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
1955           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/uc.cc: code cleaning
1956
1957 2006-08-14 Borut Razem <borut.razem AT siol.net>
1958
1959         * support/regression/Makefile.in,
1960           support/regression/ports/pic14/gpsim.cmd,
1961           support/regression/ports/pic14/spec.mk,
1962           support/regression/ports/pic14/support.c:
1963           added pic14 regression test
1964
1965 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
1966
1967         * as/doc/asxhtm.html: documented changed ABS behaviour
1968         * as/doc/README: fixed some typos
1969
1970 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
1971
1972         * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
1973           not defined on host
1974
1975 2006-08-12 Borut Razem <borut.razem AT siol.net>
1976
1977         * support/regression/fwk/include/testfwk.h,
1978           support/regression/fwk/lib/testfwk.c,
1979           support/regression/generate-cases.py,
1980           support/regression/Makefile.in:
1981           regression test framework does not depend on function pointers and
1982           variable arguments
1983
1984 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
1985
1986         * device/include/stddef.h: c temporary hack to fix bug 1518273
1987
1988 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1989
1990         * device/include/mcs51/cc2510fx.h: added
1991         * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
1992           to projects.
1993
1994 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
1995
1996         * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
1997         * as/z80/Makefile.in: added strcmpi.c
1998         * as/z80/z80adr.c: added upper case registers and lower case conditionals
1999         * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
2000
2001 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
2002
2003         * device/lib/gbz80/asm_strings.s,
2004         * device/lib/gbz80/crt0_rle.s,
2005         * device/lib/gbz80/div.s,
2006         * device/lib/gbz80/mul.s,
2007         * device/lib/gbz80/shift.s,
2008         * device/lib/z80/asm_strings.s,
2009         * device/lib/z80/crt0_rle.s,
2010         * device/lib/z80/div.s,
2011         * device/lib/z80/mul.s,
2012         * device/lib/z80/shift.s: changed to all lower case menmonics except the
2013           flags which are all upper case
2014
2015 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
2016
2017         * as/z80/asm.h: made CASE_SENSITIVE 1
2018         * link/z80/aslink.h: made CASE_SENSITIVE 1
2019         * src/z80/gen.c (throughout): made all conditionals upper case
2020         * support/regression/tests/bug1503067.c: new
2021
2022 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
2023
2024         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
2025           (shiftIntoPair): added case 2 for PAIR_IY,
2026           (setupToPreserveCarry): replaced parameters with iCode and check if
2027            PAIR_DE is in use to fix bug 1399290,
2028           (genPlus, genMinus): updated call to setupToPreserveCarry
2029         * support/regression/tests/bug1399290.c: new
2030
2031 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
2032
2033         * device/lib/Makefile.in (Z80SOURCES): enabled float support
2034         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
2035         * src/ds390/gen.c (shiftRLong),
2036         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
2037         * src/mcs51/gen.c (sameReg): changed to sameByte,
2038           (xch_a_aopGet): new,
2039           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
2040            shiftRLong): fixed bug 1533966
2041         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
2042           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
2043         * support/regression/Makefile.in: disabled z80, enabled ucz80
2044         * support/regression/tests/float_trans.c: enabled test for z80 and host
2045         * support/regression/tests/shifts2.c: new, for testing bug 1533966
2046
2047 2006-08-01 Borut Razem <borut.razem AT siol.net>
2048
2049         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
2050           comparison is always false due to limited range of data type
2051           on PPC64 machine (openpower-linux1) where "char = unsigned char"
2052
2053 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
2054
2055         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
2056         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
2057         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
2058         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
2059
2060 2006-07-31 Borut Razem <borut.razem AT siol.net>
2061
2062         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
2063           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
2064           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
2065           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
2066           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
2067           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
2068           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
2069           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
2070           enable ucsim mingw compilation. Serial port is disabled,
2071           since it uses termios.h API, which is not available on native
2072           WIN32
2073
2074 2006-07-31 Borut Razem <borut.razem AT siol.net>
2075
2076         * Small Device C Compiler 2.6.0 released
2077         * support/scripts/sdcc.nsi: added FULL_DOC option
2078         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
2079
2080 2006-07-28 Borut Razem <borut.razem AT siol.net>
2081
2082         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
2083         * doc/INSTALL.txt: updated
2084
2085 2006-07-27 Borut Razem <borut.razem AT siol.net>
2086
2087         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
2088           device/lib/pic/libdev/Makefile.in: fixed bug
2089           [ 1438354 ] pic libsdcc: distclean doesn't work
2090         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
2091           device/lib/pic16/libio/Makefile.in: fixed bug
2092           [ 1438344 ] pic16 lib: clean doesn't work properly
2093         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
2094
2095 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
2096
2097         * device/lib/pic/libsdcc/fsdiv.c,
2098         * device/lib/pic/libsdcc/fsmul.c,
2099         * device/lib/pic16/libsdcc/float/fsdiv.c,
2100         * device/lib/pic16/libsdcc/float/fsmul.c,
2101         * device/lib/_fsdiv.c,
2102         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
2103         * support/regression/tests/bug1520966.c: added
2104         * doc/knownbugs.html: removed [ 1520966 ] from the list
2105
2106 2006-07-25 Borut Razem <borut.razem AT siol.net>
2107
2108         * configure.in, configure, sdccconf_in.h: fixed bug
2109           [ 1519095 ] regression test onebyte.c fails on ppc64 host
2110         * doc/knownbugs.html: removed [ 1519095 ] from the list
2111
2112 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
2113
2114         * doc/knownbugs.html: added, contains list of known bugs at release
2115         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
2116
2117 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2118
2119         * device/include/mcs51/compiler.h: added SFRX for xdata based special
2120           function registers and corrected defaults with additional warning
2121         * device/lib/malloc.c: cosmetic changes
2122         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
2123         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
2124           (fillGaps): and used it
2125
2126 2006-07-20 Raphael Neider <rneider AT web.de>
2127
2128         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
2129           output unless SDCCPICDEBUG is set
2130         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
2131           output if SILENT is set
2132
2133 2006-07-11 Borut Razem <borut.razem AT siol.net>
2134
2135         * doc/README.txt: updated
2136
2137 2006-07-10 Borut Razem <borut.razem AT siol.net>
2138
2139         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
2140           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
2141           in WIN32 installation
2142         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
2143           release candidate 1
2144
2145 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
2146
2147         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
2148         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
2149
2150 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
2151
2152         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
2153
2154 2006-07-06 Borut Razem <borut.razem AT siol.net>
2155
2156         * support/regression/tests/bitfields.c:
2157           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
2158         * support/regression/tests/constantRange.c:
2159           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
2160
2161 2006-07-04 Borut Razem <borut.razem AT siol.net>
2162
2163         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
2164           src/port.mk,
2165           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
2166           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
2167           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
2168           reverted changes from 2006-07-03
2169         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
2170         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
2171           added CPPFLAGS, used by the host port
2172
2173 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
2174
2175         * support/regression/valdiag/tests/switch.c,
2176         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
2177         * support/regression/tests/libmullong.c: fixed for host
2178         * support/regression/ports/host/spec.mk: disable all warnings for host,
2179         SDCC runs with --less-pedantic too
2180
2181 2006-07-03 Borut Razem <borut.razem AT siol.net>
2182
2183         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
2184           defined CPPFLAGS
2185         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
2186         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
2187           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
2188           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
2189           include ../port.mk
2190         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
2191           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2192           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
2193           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
2194
2195 2006-07-02 Raphael Neider <rneider AT web.de>
2196
2197         * src/pic16/devices.inc,
2198         * device/include/pic16/pic18fregs.h,
2199         * device/include/pic16/pic18f4550.h,
2200         * device/lib/pic16/pics.all,
2201         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
2202
2203 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
2204
2205         * as/hc08/lkaomf51.c (OutputName),
2206         * as/mcs51/lkaomf51.c (OutputName),
2207         * as/z80/asmain.c (asmbl),
2208         * src/ds390/main.c (asmLineNodeFromLineNode),
2209         * src/hc08/ralloc.c (hc08_assignRegisters),
2210         * src/mcs51/main.c (asmLineNodeFromLineNode),
2211         * src/xa51/ralloc.c (checkRegMask),
2212         * src/xa51/gen.c (emitcode),
2213         * src/z80/gen.c (_emit2),
2214         * src/SDCCast.c (searchLitOp),
2215         * src/SDCCglobl.h,
2216         * support/packihx/packihx.c,
2217         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
2218         * src/ds390/gen.c (aopPutUsesAcc),
2219         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
2220         * support/regression/tests/libmullong.c (mullong_wrapper),
2221         * src/SDCCsymt.c (powof2),
2222         * src/SDCCast.c,
2223         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
2224         * src/SDCCsymt.h: added TYPE_TARGET_*
2225         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
2226         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
2227         SDCCast because 1) header problems 2) this is the right place
2228         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
2229         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
2230         prototype
2231
2232 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
2233
2234         * src/SDCCicode.h: removed buggy semicolon in unused macro
2235         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
2236         search for previous definiton of auto symbols too,
2237         (findPrevUse): fixed logic of emitWarnings
2238
2239 2006-06-26 Raphael Neider <rneider AT web.de>
2240
2241         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
2242           PCLATH and PCLATU on interrupts, potentially fixes #1505141
2243
2244 2006-06-25 Raphael Neider <rneider AT web.de>
2245
2246         * device/lib/pic/libm: NEW, added math library functions
2247         * device/lib/pic/libsdcc: NEW; added float support functions
2248         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
2249         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
2250           NEW, added math related headers
2251         * device/include/asm/pic/features.h: NEW
2252         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
2253           (popGet): allow larger offsets for AOP_PCODE,
2254           (genDataPointerSet): handle literals explicitly, more debug output,
2255           (genAssign): fixed for float using aopLiteral ;-)
2256         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
2257           GOTO initialisation routine
2258         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
2259           flag on registers, fixes #1469043 (local variables do not work)
2260         * src/pic/main.c (_pic14_do_link),
2261         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
2262           available
2263
2264 2006-06-25 Borut Razem <borut.razem AT siol.net>
2265
2266         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
2267           characters printed (not including the trailing '\0' used to end
2268           output to strings). Problem detected in regression test bug-927659.c.
2269           NOTE: printf() family functions should return int instead
2270           unsigned int!
2271         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
2272           specifier are printed as themselves
2273         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
2274           support flags, width and precision specifiers
2275
2276 2006-06-24 Borut Razem <borut.razem AT siol.net>
2277
2278         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
2279           to the list of sdcc tagrets not supporting bit type
2280         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
2281           testfor pic16 due to bug:
2282           [ 1511794 ] pic16: regression test bug-895992.c fails
2283
2284 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
2285
2286         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
2287         * src/SDCCglue.c (initPointer), fixed bug 1496419
2288         * support/regression/tests/bug1496419.c: new, added
2289
2290 2006-06-22 Borut Razem <borut.razem AT siol.net>
2291
2292         * support/regression/ports/pic16/support.c: use gpsim usart module from
2293           libgpsim_modules library
2294
2295 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2296
2297         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
2298         IP0H to IPH0.
2299
2300 2006-06-19 Raphael Neider <rneider AT web.de>
2301
2302         * src/pic/glue.h,src/pic16/glue.h: added prototypes
2303         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
2304           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
2305           (pic14printExterns,pic14printPublics,pic16printPublics,
2306           pic16_printExterns): use new functions to emit symbols
2307           (picglue,pic16glue): emit publics before emitting externs
2308         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
2309           locally defined functions to avoid bug #1443651
2310         * support/regression/tests/bug-716242.c: removed pic16 workaround
2311         * support/regression/ports/pic16/spec.mk: ignore errors during build
2312
2313 2006-06-19 Raphael Neider <rneider AT web.de>
2314
2315         * src/pic/glue.h: added pic14aopLiteral prototype
2316         * src/pic/glue.c (pic14aopLiteral): return unsigned int
2317         * src/pic/gen.c: removed stdint.h dependency
2318           (aopGet): use Safe_strdup()
2319           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
2320           (genDataPointerSet): use pic14aopLiteral()
2321         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
2322           for pic16; thanks to Bernhard and Maarten
2323
2324 2006-06-18 Borut Razem <borut.razem AT siol.net>
2325
2326         * support/regression/tests/structflexarray.c: flexible array members
2327           not supported by gcc < 3
2328         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
2329           GUI tool by default
2330         * src/pic/gen.c: don't include [p]strdin.h on solaris
2331         * support/Util/pstdint.h: addad svn attributes
2332         * support/regression/tests/constantRange.c,
2333           support/regression/tests/rotate.c: include inttypes.h instead
2334           stdint.h on solaris, addad svn attributes
2335
2336 2006-06-18 Raphael Neider <rneider AT web.de>
2337
2338         * src/SDCCsymt.c (initCSupport): change return type of divschar to
2339           int for PIC16
2340         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
2341           (pic16_genMinusBits): simplified sign-extension
2342           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
2343             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
2344             adjusted to correctly handle mixed-signed operands, disabled
2345             now unused multiplciation routines
2346         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
2347           (assignResultValue): added argument denoting the size of the result
2348             as returned by the function (fixes upcasts in assigning from
2349             function calls: char foo(); int i = foo();)
2350           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
2351             function result to assignResultValue
2352           (genMult): disabled inlined multiplication code
2353           (genDiv): augmented to also handle the modulus operator, fixed to
2354             handle mixed-signed operands correctly
2355           (genMod): simply call genDiv, disabled unused code
2356           (genAssign): fixed missing (sign-)extension on result
2357         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
2358             valid char operands, allow signed operands for native code, added
2359             division and modulo operator handling
2360         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
2361
2362         As a consequence, onebyte.c (if split into two files) and muldiv.c
2363         pass regression tests.
2364
2365 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2366
2367         * doc/Makefile.in: two runs of makeindex seem needed to get
2368         correct page references in the index of sdccman.pdf
2369         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
2370
2371 2006-06-17 Borut Razem <borut.razem AT siol.net>
2372
2373         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
2374
2375 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2376
2377         * doc/sdccman.lyx: updated, added (porting source code, debugging),
2378         mentioned ec2drv and paulmon
2379
2380 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
2381
2382         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
2383           consecutive abs areas
2384           (find_empty_space, allocate_space): added map to handle codemap or
2385            xdatamap,
2386           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
2387            absolute idata and xdata
2388         * as/mcs51/lkmem.c (summary2): updated legend
2389
2390 2006-06-16 Raphael Neider <rneider AT web.de>
2391
2392         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
2393
2394 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
2395
2396         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
2397           1208515
2398         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
2399
2400 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
2401
2402         * src/port.h (struct PORT): added field gp_tags, to hold the tag
2403         value of generic pointers,
2404         * src/avr/main.c,
2405           src/ds390/main.c,
2406           src/hc08/main.c,
2407           src/izt/i186.c,
2408           src/izt/tlcs900h.c,
2409           src/mcs51/main.c,
2410           src/pic/main.c,
2411           src/pic16/main.c,
2412           src/xa51/main.c,
2413           src/z80/main.c: PORT structure, added elements for gp_tags field,
2414         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
2415         fields in the PORT structure of each port,
2416         * src/SDCCast.c (decorateType): allow processing of generic pointers
2417         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
2418         S_FIXED symbols
2419
2420 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
2421
2422         * link/z80/lkgb.c,
2423         * link/z80/lkgg.c,
2424         * src/pic16/gen.c,
2425         * src/pic16/main.c,
2426         * src/pic16/pcode.c,
2427         * src/pic/main.c,
2428         * src/pic/pcoderegs.c,
2429         * src/SDCCicode.c,
2430         * src/SDCCmain.c,
2431         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
2432           bug 1504689 on minGW
2433
2434 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2435
2436         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
2437
2438 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
2439
2440         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
2441
2442 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
2443
2444         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
2445           for optimization
2446
2447 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
2448
2449         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
2450         to a char variable. Fixed bug #1504211
2451         * device/include/pic16/adc.h,
2452         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
2453         and fixed bug #1364390
2454
2455 2006-06-10 Borut Razem <borut.razem AT siol.net>
2456
2457         * CVSROOT: removed the CVS left-over
2458
2459 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
2460
2461         * as/hc08/asmain.c (asexit),
2462         * as/hc08/lkmain.c (lkexit),
2463         * as/mcs51/asmain.c (asexit),
2464         * as/mcs51/lkmain.c (lkexit),
2465         * src/SDCCglue.c (DEFSETFUNC),
2466         * src/SDCCmain.c (linkEdit, assemble),
2467         * support/librarian/sdcclib.c (AddRel),
2468           replaced unlink() by standard C remove()
2469         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
2470         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
2471           gatherImplicitVariables): new, added to fix bug 608752,
2472           (createFunction): added gatherImplicitVariables()
2473         * src/SDCCast.h: added createRMW prototype
2474         * src/SDCCsymt.h (struct symbol): added infertype
2475         * support/regression/tests/bug608752.c: new, added
2476
2477 2006-06-10 Raphael Neider <rneider AT web.de>
2478
2479         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
2480           multibyte dummy reads (fixes #1503234)
2481
2482 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
2483
2484         * device/include/mcs51/compiler.h: new, added header file to enable
2485           creating common sfr definition header files for different compilers
2486
2487 2006-06-05 Raphael Neider <rneider AT web.de>
2488
2489         * src/pic16/{pcode.h,genarith.c}:
2490           introduced pCodeOp combining any two pCodeOps (previously only
2491           two register operands could be combined), removed pcop2 from
2492           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
2493         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
2494         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
2495           rewritten to use new PO_TWO_OPS
2496         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
2497         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
2498           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
2499           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
2500           (pic16_get_op): embraced return arg to allow #define return(x),
2501             added new case for combined opcodes
2502           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
2503           (pic16_pCode2str,pic16_getRegFrompCodeOp,
2504            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
2505
2506 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
2507
2508         * src/SDCCval.c (checkConstantRange): added
2509         * src/SDCCval.h: added checkConstantRange
2510         * support/Util/SDCCerr.c,
2511         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
2512         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
2513         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
2514         * src/SDCCast.c (decorateType): added checkConstantRange,
2515         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
2516         can be emitted with the correct always true/false warning,
2517         added optimization for double '!';
2518         result of decorateType() must be assigned back to the tree, because
2519         decorateType() can change the tree
2520         * src/SDCCicode.c (geniCodeLogic),
2521         (geniCodeAssign): replaced new checkConstantRange, added warnings,
2522         (checkConstantRange): removed, it was only a fragment which never
2523         emitted a warning
2524         * src/SDCCsymt.c (computeType): fixed promotion for
2525         "-1 < (unsigned bit) b"
2526         * src/pic/ralloc.c (packRegsForAssign),
2527         * src/pic16/ralloc.c (packRegsForAssign),
2528         * src/hc08/ralloc.c (packRegsForAssign),
2529         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
2530         from mcs51
2531         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
2532         * support/regression/tests/constantRange.c: added
2533         * support/valdiag/tests/constantRange.c: added
2534         * support/valdiag/valdiag.py: added -DPORT_HOST=1
2535
2536 2006-06-02 Borut Razem <borut.razem AT siol.net>
2537
2538         * support/regression/ports/pic16/support.c: increase stack size
2539           to 255 bytes
2540         * support/regression/Makefile.in: sort tests by name so that the
2541           resutlts can be compared on different machines / platforms
2542
2543 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
2544
2545         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
2546         * src/ds390/gen.c (emitLabel): new, added,
2547           (genDjnz): fixed stack overflow bug,
2548           (throughout): cosmetic changes to sync with mcs51/gen.c,
2549           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
2550         * src/mcs51/gen.c (genEndFunction): small optimization,
2551           (throughout): cosmetic changes to sync with ds390/gen.c
2552
2553 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
2554
2555         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
2556           (_print_format): fixed printing pointers
2557         * src/mcs51/gen.c (emitLabel, movb): new, added,
2558           (genAssign): small optimization,
2559           (genDjnz): fixed stack overflow bug,
2560           (throughout): replaced sprintf with SNPRINTF,
2561           replaced mcs51_regWithIdx with REG_WITH_INDEX,
2562           replaced emitcode("mov", "b,...") with MOVB(...),
2563           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
2564           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
2565         * src/mcs51/peeph.def: added rules 140 and 264
2566         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
2567           so they may get optimized into registers
2568
2569 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
2570
2571         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
2572           immediately when encountered,
2573           (printUsage): always use stderr even on windows
2574
2575 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
2576
2577         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
2578         (processParms): fixed bug #1247551
2579         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
2580         parseCmdLine, main): print '--version' to stdout,
2581         print 'help' to stdout if --help is given,
2582         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
2583         arguments are given; fixed --help
2584
2585 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
2586
2587         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
2588         * support/regression/tests/bug-1493710.c: added
2589
2590 2006-05-27 Borut Razem <borut.razem AT siol.net>
2591
2592         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
2593           static instead auto
2594         * support/regression/ports/pic16/support.c: increase stack size
2595           from default 64 bytes to 128 bytes
2596         * support/regression/tests/staticinit.c,
2597           support/regression/tests/float.c: regression tests fully enabled
2598           for pic16 port by putting the initialized data arrays into the code
2599           section
2600         * support/regression/ports/pic16/spec.mk: don't link default libraries.
2601           This was changed by mistake in the previous version.
2602
2603 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
2604
2605         * src/pic16/gen.c (genFunction, genEndFunction): some
2606         beautifications, fixed bug with falsely restoring FSR2 in large
2607         stack model, thanks to Beau E. Cox for reporting the bug
2608
2609 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2610
2611         * debugger/mcs51/break.c,
2612         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
2613           use %p to print pointers, made address variables unsigned
2614         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
2615         * debugger/mcs51/symtab.c (parseSymbol): must return something
2616         * src/mcs51/gen.c (aopForSym): small optimization,
2617            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
2618           (freeAsmop): added missing break,
2619           (aopPut): removed parameter bvolatile, determine it inside the function,
2620           (saveRegisters, unsaveRegisters): small optimization,
2621           (genIpush): removed pointless check,
2622           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
2623           replaced sprintf with SNPRINTF,
2624           replaced strcpy with strncpyz,
2625           updated aopPut calls,
2626           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
2627         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
2628
2629 2006-05-24 Borut Razem <borut.razem AT siol.net>
2630
2631         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
2632           modification of test for the pic16 port, put the array to the code
2633           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
2634
2635 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2636
2637         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
2638         * support/Util/pstdint.h: added
2639
2640 2006-05-22 Borut Razem <borut.razem AT siol.net>
2641
2642         * src/regression/Makefile: removed bool2.c test, added -q linker option
2643         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
2644           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
2645           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
2646           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
2647           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
2648           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
2649           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
2650           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
2651           define SUPPORT_BIT_TYPES 0, removed unused bit variables
2652
2653 2006-05-22 Raphael Neider <rneider AT web.de>
2654
2655         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
2656           bug #1492360 (problematic due to generic pointers, see code)
2657
2658 2006-05-22 Borut Razem <borut.razem AT siol.net>
2659
2660         * support/regression/ports/pic16/specs.mk: removed stack size linker
2661           directive
2662         * support/regression/tests/array.c,
2663           support/regression/tests/bitopcse.c,
2664           support/regression/tests/bug-908454.c,
2665           support/regression/tests/malloc.c: modified for pic16 regression test
2666         * support/regression/tests/bitfields.c:
2667           pic16 - excluded bitfileds of size > 8
2668         * support/regression/tests/bp.c: pic16 - reduced data size
2669         * support/regression/tests/bug-221100.c: pic16 - reduced data size
2670         * support/regression/tests/bug-460010.c:
2671           pic16 - used the absolute address the fits in memory
2672         * support/regression/tests/bug-716242.c:
2673           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
2674         * support/regression/tests/float.c:
2675           pic16 - excluded - data size too big
2676         * support/regression/tests/onebyte.c:
2677           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
2678         * support/regression/tests/shifts.c:
2679           pic16 - function names probably have to differ in first X characters
2680           (gpasm limitation?)
2681         * support/regression/tests/staticinit.c:
2682           pic16 - excluded some tests due error: no target memory available for
2683           section ".idata"
2684
2685 2006-05-22 Borut Razem <borut.razem AT siol.net>
2686
2687         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
2688           second try. Thanks Stas Sergeev once more.
2689
2690 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2691
2692         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
2693           (genLeftShift, genRightShift): fixed bug 1491627
2694         * src/hc08/peeph.def (rules 7, 8.x): added
2695         * support/regression/tests/shifts.c (ShiftLeftByParam,
2696           ShiftRightByParam, testShiftByParam): added to test variable shifting
2697
2698 2006-05-20 Raphael Neider <rneider AT web.de>
2699
2700         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
2701         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
2702           (allocReg): add only new registers to dynAllocRegs,
2703           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
2704             #1489055, #1445850, and probably #1483693
2705
2706 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
2707
2708         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
2709         bug in for-loop that didn't emit the last of CONFIG and ID registers
2710
2711 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
2712
2713         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
2714           with offset
2715         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
2716           1489016, 1434401 and 1490124
2717         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
2718           1489016, 1434401 and 1490124
2719
2720 2006-05-17 Borut Razem <borut.razem AT siol.net>
2721
2722         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
2723           thanks Stas Sergeev
2724
2725 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2726
2727         * device/include/mcs51/P89c51RD2.h,
2728         * device/include/mcs51/P89LPC901.h,
2729         * device/include/mcs51/P89LPC922.h,
2730         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
2731
2732 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2733
2734         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
2735         to fix missing stack pragma in compiled binary object file,
2736
2737 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
2738
2739         * support/packihx/configure.in,
2740         * support/packihx/configure: removed warning, autoconf >= 2.5x can
2741         determine sizeof basic types even while cross compiling
2742
2743 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
2744
2745         * src/avr/gen.c (aopop),
2746         * src/ds390/gen.c (aopOp),
2747         * src/hc08/gen.c (aopOp),
2748         * src/mcs51/gen.c (aopop),
2749         * src/pic16/gen.c (pic16_aopOp),
2750         * src/pic/gen.c (aopOp),
2751         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
2752         if size of operand is smaller than spill location
2753
2754 2006-05-12 Borut Razem <borut.razem AT siol.net>
2755
2756         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
2757           have to have CR/LF line endings even if they are checked out on *nix
2758           or on WIN32 in cygwin binmode
2759
2760 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
2761
2762         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
2763         * device/include/ds80c390.h: added sfr16 definitions
2764         * src/ds390/gen.c,
2765         * src/ds390/gen.h,
2766         * src/ds390/main.c,
2767         * src/ds390/ralloc.c,
2768         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
2769           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
2770           bit returning functions
2771         * support/regression/tests/sfr16.c: enabled test on ds390
2772
2773 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2774
2775         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
2776         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
2777
2778 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
2779
2780         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
2781         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
2782           (cl_address_space constructor): removed expensive initialization,
2783           (cl_address_space::get_cell): extended for late initialization,
2784           (cl_address_space::*): use late initialization,
2785           (cl_address_decoder::activate): removed expensive initialization,
2786           This reduced regression test running time by 25%
2787
2788 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
2789
2790         * packihx/,
2791         * configure.in,
2792         * configure,
2793         * sdcc.dsw,
2794         * Makefile.bcc,
2795         * Makefile.in,
2796         * support/packihx/Makefile.in,
2797         * support/packihx/clean.mk,
2798         * support/packihx/Makefile.bcc,
2799         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
2800
2801 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2802
2803         * src/SDCCval.c (valNot): fix for regression test failure
2804           of not.c on big endian hosts
2805
2806 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
2807
2808         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
2809
2810 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2811
2812         * device/lib/mcs51/Makefile.in: changed string comparison operator
2813           to = for POSIX compliance; == is bash extension
2814
2815 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
2816
2817         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
2818           kosmonaut_pirx
2819
2820 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
2821
2822         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
2823         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
2824         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
2825         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
2826         bug report #1478657,
2827
2828 2006-05-05 Borut Razem <borut.razem AT siol.net>
2829
2830         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
2831           making the html
2832
2833 2006-05-02 Borut Razem <borut.razem AT siol.net>
2834
2835         * doc/Makefile.in: removed *.ind dependency since there is no rule to
2836           create *.ind, which made make to fail if invoked with -j 2
2837
2838 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
2839
2840         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
2841           Hubert Sack for patch 1479782
2842
2843 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
2844
2845         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
2846
2847 2006-05-01 Raphael Neider <rneider AT web.de>
2848
2849         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
2850           (create_pic): store only prefix-free device name,
2851           (init_pic): check for device names with "16" prefix,
2852           (list_valid_pics),
2853         * src/pic/device.h (struct PIC_device),
2854         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
2855             stored device name,
2856         * device/include/pic/pic12f{635,675,629,683}.h,
2857         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
2858         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
2859         * device/include/pic/pic16f505.h,
2860         * device/lib/pic/libdev/pic16f505.c: removed
2861         * device/include/pic/pic14devices.txt: added support for pic12f
2862             devices, removed unsupported non 16-bit devices
2863             [above changes provided by patch from Zik Saleeba]
2864         * src/pic/*, src/pic16/*, device/include/pic16/*,
2865           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
2866
2867 2006-05-01 Borut Razem <borut.razem AT siol.net>
2868
2869         * configure.in, configure, doc/Makefile.in:
2870           sync with nightly build makefile - latex, dvipdf and dvips
2871           not needed any more
2872
2873 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
2874
2875         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
2876         in the library source
2877
2878 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
2879
2880         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
2881
2882 2006-04-28 Raphael Neider <rneider AT web.de>
2883
2884         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
2885         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
2886           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
2887         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
2888
2889 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
2890
2891         * device/lib/pic/libdev/Makefile.in,
2892         * device/lib/hc08/Makefile.in,
2893         * device/lib/gbz80/Makefile.in,
2894         * device/lib/z80/Makefile.in,
2895         * device/lib/ds390/Makefile.in,
2896         * device/lib/ds400/Makefile.in: added srcdir to include search path,
2897         thanks to Borut for the bug report
2898         * configure.in,
2899         * configure: always create doc/Makefile independent from --enable-doc
2900         * Makefile.in: always install from directory doc independent from
2901         --enable-doc
2902         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
2903         removed
2904         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
2905         * doc/Makefile.in: install *.txt if present
2906         * device/include/Makefile.in (install): added installation of pic/*.inc
2907         and pic/*.txt files again, they were erroneously removed
2908
2909 2006-04-28 Raphael Neider <rneider AT web.de>
2910
2911         * src/pic/{gen.c,main.h,pcode.c},
2912         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
2913             concerning signedness with casts
2914
2915 2006-04-28 Raphael Neider <rneider AT web.de>
2916
2917         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
2918             definition of an interrupt handler,
2919         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
2920             interrupt handler stuff from picglue() to separate routine,
2921           (picglue): enabled definition of intr handlers in files w/o main()
2922
2923 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2924
2925         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
2926           compilation with MSVC 2005 Express Edition (VC8)
2927
2928 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
2929
2930         * device/lib/Makefile: fixed build of gbz80 lib
2931
2932 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2933
2934         * support/regression/tests/bug-460010.c,
2935         * support/regression/tests/bug-524691.c,
2936         * support/regression/tests/bug-716242.c: removed conditional defines
2937           that are already in testfwk.h
2938
2939 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2940
2941         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
2942           (AccAXRsh1): added, shift right by 1,
2943           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
2944            AccAXLrl1
2945         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
2946
2947 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
2948
2949         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
2950         remove cast to same type
2951         * src/SDCCast.c (decorateType): fix for RFE 1475742,
2952         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
2953         * as/z80/Makefile,
2954         * link/z80/Makefile: removed, they have moved to
2955         Makefile.in files
2956         * configure,
2957         * configure.in: replaced duplicate message about ucsim by missing sdcpp
2958         * install-sh: fix bug #1204398 by setting umask 0022
2959         * device/lib/Makefile: separate build of z80 and gbz80 lib
2960
2961 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
2962
2963         Enabled VPATH feature: changed nearly all Makefiles (149 files).
2964         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
2965
2966         One basic decision: e.g. src/clean.mk includes further files. In order
2967         to make this work there are two solutions:
2968         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
2969           run configure on them. This way they can use
2970           'include $(srcdir)/port-clean.mk'
2971         - always include clean.mk by the Makefile at the same level. To avoid
2972           that `make clean` tries to include and build Makefile.dep the
2973           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
2974           implemented, because now even `make uninstall` doesn't create
2975           Makefile.in. clean.mk could be eliminated by pasting it in
2976           Makefile.in.
2977
2978         * debugger/mcs51/Makefile.in: build own objects from library sources
2979         (SLIB, SDCC) in current directory
2980
2981         * configure, configure.in: renamed --disable-device-lib-build in
2982         --disable-device-lib; added --enable-doc, the required tools are
2983         searched by configure; added result message; the toolchain for the
2984         belonging ports are now only built, if the port is enabled.
2985
2986         * support/regression/*: all output is written in directory gen, because
2987         the fwk and ports directories don't livet in the build tree using vpath
2988
2989         * doc/sdccman.lyx: renamed --disable-device-lib-build to
2990         --disable-device-lib, added --enable-doc, added section VPATH
2991
2992         * sim/ucsim/configure.in,
2993         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
2994         z80 are enabled by default
2995
2996 2006-04-24 Raphael Neider <rneider AT web.de>
2997
2998         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
2999             to config word, "pic14_"-prefixed some extern functions
3000           (pic14_emitConfigWord): emit __config directive(s) if assignment to
3001             config word has been found
3002         * src/pic/device.h: added prototypes
3003         * src/pic/pcode.c: added "pic14_"-prefix where needed
3004         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
3005             fixup
3006         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
3007             words,
3008           (pic14emitRegularMap): ignore config words,
3009           (pic14createInterruptVect): moved generating __config directives away
3010           (picglue): have __config directives emitted
3011
3012 2006-04-24 Borut Razem <borut.razem AT siol.net>
3013
3014         * doc/Makefile: sync with nightly build makefile
3015
3016 2006-04-24 Raphael Neider <rneider AT web.de>
3017
3018         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
3019             registers that have not been assigned proper liveranges,
3020             fixes #1469504 and #1474602,
3021           (pCodeRegOptimizeRegUsage): fixed typo in comment
3022
3023 2006-04-24 Borut Razem <borut.razem AT siol.net>
3024
3025         * device/examples/main8051.c: deleted - it was removed from CVS
3026           24.mar.2000 and after that modified 18.feb.2001, so it reappered
3027           after the transition to Subversion
3028         * src/SDCCalloc.h: deleted - it was removed  from CVS
3029           3.feb.2001 and after that modified 18.feb.2001, so it reappered
3030           after the transition to Subversion
3031         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
3032           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
3033           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
3034           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
3035
3036 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
3037
3038         * as/asx8051.dsp: added mcs51/strcmpi.h
3039         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
3040         * as/hc08/aslink.h: updated lnksect prototype
3041         * as/hc08/asm.h,
3042         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
3043         * as/hc08/asmain.c,
3044         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
3045           (newdot): handle A_ABS
3046         * as/hc08/asout.c,
3047         * as/mcs51/asout.c (outarea): output address
3048         * as/hc08/lkaomf51.c,
3049         * as/mcs51/lkaomf51.c: disabled unused array UsageType
3050         * as/hc08/m08pst.c,
3051         * as/mcs51/i51pst.c,
3052         * as/z80/z80pst.c: "ABS" is not A_OVR
3053         * as/hc08/lkarea.c (newarea): read a_addr,
3054           (lnkarea): added codemap array, sort absolute areas to the front,
3055            combine all GSINITx/GSFINAL,
3056           (find_empty_space, allocate_space): new functions,
3057           (lnksect): return next address, handle absolute sections
3058         * as/mcs51/lkarea.c (newarea): read a_addr,
3059           lnksect2 prototype changed,
3060           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
3061           (find_empty_space, allocate_space): new, factored out of lnksect2,
3062           (lnksect2): return next address, handle absolute sections
3063         * as/hc08/lkhead.c,
3064         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
3065         * as/hc08/lklibr.c (addfile, fndsym),
3066         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
3067           index out of range and detect both '\' and '/'
3068         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
3069         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
3070           regression tests (ds390 cannot return bool yet)
3071         * doc/sdccman.lyx: changed version number, document changed --no-peep,
3072           document critical interrupts on z80, document changed SDCC define
3073         * src/asm.c (_asxxxx_mapping): fixed .org directive,
3074           (_a390_mapping): added .org directive
3075         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
3076           (genMultOneByte): fixed warnings
3077         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
3078           ones
3079         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
3080         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
3081           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
3082         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
3083         * src/pic16/main.c: removed newReg prototype
3084         * src/pic16/pcode.c,
3085         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
3086           warnings
3087         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
3088           ones
3089         * src/pic16/ralloc.c
3090         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
3091           to fix warnings
3092         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
3093           from short to PIC_OPTYPE
3094         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
3095         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
3096           optype from short to PIC_OPTYPE
3097         * src/port.h: made int_size unsigned to fix warnings
3098         * src/SDCC.y: fixed warning on MSVC
3099         * src/SDCCicode.c (getArraySizePtr): return unsigned int
3100         * src/SDCCopt.c (convertToFcall): fixed warnings
3101         * src/SDCCsymt.h: removed double prototype for genSymName
3102         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
3103           offset int to fix warnings
3104
3105 2006-04-22 Borut Razem <borut.razem AT siol.net>
3106
3107         * doc/sdccman.lyx, */Makefile, */Makefile.in:
3108           references to CVS replaced with Subversion
3109
3110 2006-04-21 Borut Razem <borut.razem AT siol.net>
3111
3112         * doc/sdccman.lyx, */Makefile, */Makefile.in:
3113           references to CVS replaced with Subversion
3114
3115 2006-04-19 Borut Razem <borut.razem AT siol.net>
3116
3117         * src/version.awk: adapted for svn
3118         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
3119           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
3120           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
3121           /binutils-avr/etc/*.vi, *.jin: removed all properties
3122           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
3123
3124 2006-04-19 Borut Razem <borut.razem AT siol.net>
3125
3126         * CVS to Subversion migration completed
3127
3128 2006-04-18 Borut Razem <borut.razem AT siol.net>
3129
3130         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
3131           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
3132
3133 2006-04-17 Borut Razem <borut.razem AT siol.net>
3134
3135         * device/include/Makefile.in: added pic/*.inc to the installation
3136
3137 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
3138
3139         * support/regression/collate-results.py: fixed output in case of
3140         a valdiag error
3141         * support/regression/generate-cases.py: fixed splitting of pathnames
3142         with dots
3143         * as/hc08/lklibr.c (addfile),
3144         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
3145
3146 2006-04-11 Raphael Neider <rneider AT web.de>
3147
3148         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
3149         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
3150         * src/pic16/pcode.c (assignValnums): fixed #1460578
3151
3152 2006-04-11 Raphael Neider <rneider AT web.de>
3153
3154         * device/lib/pic/libdev/*.c,
3155         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
3156           fixes #1468739, enables compilation in --std-c99 mode
3157         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
3158
3159 2006-04-11 Raphael Neider <rneider AT web.de>
3160
3161         * src/pic/device.c (find_device): removed debug output
3162           (list_valid_pics): enabled verbose listing of supported devices
3163         * device/include/stdbool.h: define bool as char for pic14/16 as well
3164
3165 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3166
3167         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
3168
3169 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3170
3171         * .version: bumped version to 2.5.6
3172         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
3173
3174 2006-04-06 Raphael Neider <rneider AT web.de>
3175
3176         * .version: bumped version to 2.5.6 (pic14 ABI changed)
3177         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
3178         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
3179           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
3180             pic14_constructAbsMap
3181           (pic14printPublics): declare absolute global symbols as global
3182           (pic14createInterruptVect),
3183         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
3184           (newReg): assume new registers unused, use correct name in
3185             hashtable (reg->name instead of name), more debugLog output
3186         * src/pic/device.h (PIC_device): added fields for verbose output
3187         * src/pic/device.c: moved device definition to pic14devices.txt,
3188             added routines for runtime parsing of pic14devices.txt,
3189             added support for second config word
3190         * src/pic/main.c (_process_pragma): removed #pragma maxram,
3191           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
3192           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
3193           (_pic14_parseOptions): moved pCodeInitRegisters here
3194           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
3195         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
3196           (pCodeInitRegisters): rewrapped comments, perpared new approach to
3197             handling the pseudo stack
3198         * device/lib/Makefile.in: ignore failures in objects-pic16,
3199         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
3200         * device/lib/pic/NEWS: document new dependency on picXXX.lib
3201         * device/lib/pic/Makefile.subdir,
3202         * device/lib/pic16/Makefile.subdir: improved clean rules
3203         * device/lib/pic/libdev/: NEW, pic14 device libraries
3204         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
3205         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
3206         * device/include/Makefile.in: create subdir and install pic14 headers
3207         * device/include/pic/p16f_common.inc: removed unused declarations
3208         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
3209             PICs from inc2h.pl v1.6,
3210             replaced BIT_AT macros with struct declarations
3211         * device/include/pic/pic14devices.txt: definition of supported devices,
3212             all above improvements contributed by Zik Saleeba, thanks
3213         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
3214         * support/scripts/sdcc.nsi: also install pic14 device libraries and
3215             headers
3216
3217 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3218
3219         * device/include/mcs51/c8051f410.h: added interrupt numbers,
3220         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
3221           thanks to Charles Olds
3222
3223 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3224
3225         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
3226
3227 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3228
3229         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
3230         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
3231         * support/regression/bug1464657.c: added, new test
3232
3233 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
3234
3235         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
3236           version number
3237
3238 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
3239
3240         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
3241           --no-peep and --peep-file <file> are used don't use default rules but
3242           do use the <file>
3243
3244 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
3245
3246         * src/mcs51/gen.c (genCall): fixed bug 1457608
3247
3248 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3249
3250         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
3251         changes seem to cause (trigger?) problems with the build system.
3252
3253 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
3254
3255         * src/SDCCpeeph.c (operandsLiteral): new, added,
3256           (callFuncByName): inserted operandsLiteral
3257         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
3258
3259 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3260
3261         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
3262         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
3263
3264 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3265
3266         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
3267           implemented patch 1120823 Thanks to Willy De la Court (normal
3268           interrupts need an interrupt number now if they are made critical),
3269           and enabled nesting of critical functions though not for gbz80
3270           (genCritical, genEndCritical): added functions
3271           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
3272         * src/z80/mappings.i: added "ei" to all mappings
3273
3274 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3275
3276         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
3277         submitted by the Debian SDCC maintainer Aurelien Jarno:
3278         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
3279         archive with gcc 4.1 on mips and wrote the patch"
3280
3281 2006-03-16 Raphael Neider <rneider AT web.de>
3282
3283         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
3284           the left operand is shorter than the result (c* = lit-c* + int),
3285           fixes bug #1450796
3286         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
3287           OP_SYMBOL
3288
3289 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3290
3291         * src/.version: increased version number to 2.5.5
3292         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
3293         linking is done manually in pic16 port's _linkEdit,
3294         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
3295         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
3296         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
3297         allocate asmop as AOP_ACC,
3298         (aopForRemat): added parameter 'bool result' in function declaration,
3299         (pic16_aopGet): return AOP_ACC when accessing WREG,
3300         (pic16_popGetTempReg): minor modification,
3301         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
3302         'pic16_allocWithIdx',
3303         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
3304         calling function in absolute addresses,
3305         (genAssign): take into account AOP_ACC asmop,
3306         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
3307         * src/pic16/pcoderegs.c: some debug functions and lines added,
3308         * src/pic16/ralloc.c (decodeRegType): added but commented out,
3309         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
3310         register too,
3311         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
3312         call to allocReg, not by manually allocating a new one,
3313         (pic16_assignRegisters): now before going through the register
3314         allocating functions mark all registers as free. This eliminates some
3315         side effects resulting from peephole parser done earlier in the backbone
3316
3317 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
3318
3319         * src/SDCCicode.c (geniCodeLogic),
3320         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
3321
3322 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
3323
3324         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
3325           (genSend): bugfix, do not allocate and free twice,
3326           (shiftRLong): handle partially overlapping aops
3327         * support/regression/tests/bitopcse.c: fixed warning redefined idata
3328
3329 2006-03-08 Borut Razem <borut.razem AT siol.net>
3330
3331         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
3332           for pic16
3333
3334 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
3335
3336         * support/regression/tests/bug1409955.c: new, added
3337         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
3338         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
3339           (aopForSym, aopOp): increment asmop.allocated if reused,
3340           (freeAsmop): decrement asmop.allocated and check for zero instead of
3341           using asmop.freed,
3342           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
3343           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
3344            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
3345            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
3346            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
3347            genSignedRightShift, genRightShift, genDataPointerGet,
3348            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
3349            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
3350             in reverse order from allocation,
3351           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
3352             added swappedLR to keep track
3353         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
3354           pdata & code for GCC, z80, gbz80 & hc08
3355         * support/regression/tests/zeropad.c: moved defines to testfwk.h
3356
3357 2006-03-08 Raphael Neider <rneider AT web.de>
3358
3359         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
3360
3361 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
3362
3363         * device/include/mcs51/c8051f410.h: new SiLabs mcu
3364         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
3365         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
3366
3367 2006-03-06 Borut Razem <borut.razem AT siol.net>
3368
3369         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
3370           made the linker quiet
3371
3372 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3373
3374         * src/pic16/gen.c (genPcall): fixed bug #1443644
3375         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
3376         which dumps before the function entry point a data byte which represents
3377         the number of the local variables used by the specified function, added
3378         'xinst' for initial support for Extended Instruction Support,
3379         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
3380         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
3381         port->fun_prefix anymore (may change later),
3382         (genFunction, genEndFunction): do not store/restore local registers for
3383         _main (this should take care the --main-return command line option in
3384         the future),
3385         (genOr): removed some legacy pic-port instructions,
3386         * src/pic16/genarith.c (genAddLit): re-enabled old code because
3387         performing operations with SFR's causes data to be written more than
3388         once to each SFR. Perhaps SFRs should be handled in special cases...
3389         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
3390         pcode.h
3391         * src/pic16/main.c (_process_pragma): stack bound checking did not take
3392         into account for stack starting position,
3393         (struct OPTIONS pic16_optionsTable): added command line argument
3394         --extended or -y for Extended Instruction Support,
3395         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
3396         (deassignLRs): *** perhaps the most important change, old 'for' code
3397         (commented out for reference), didn't account for some registers which
3398         were left marked 'not free' after a pointer operation. The change
3399         reduces register usage a lot in some cases
3400
3401 2006-03-04 Borut Razem <borut.razem AT siol.net>
3402
3403         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
3404           _clean
3405         * support/regression/tests/bug-524697.c: decreased array size for
3406           mcs51 to fit into the internal RAM
3407         * support/regression/Makefile.in: a little bit more verbose
3408
3409 2006-03-03 Borut Razem <borut.razem AT siol.net>
3410
3411         * support/regression/fwk/lib/testfwk.c,
3412           support/regression/fwk/include/testfwk.h: introduced function
3413           _prints(), nonrecursive _printn(), call _initEmu() from main()
3414         * support/regression/ports/gbz80/support.asm,
3415           support/regression/ports/ucz80/support.asm,
3416           support/regression/ports/z80/support.asm,
3417           support/regression/ports/ds390/support.c,
3418           support/regression/ports/hc08/support.c,
3419           support/regression/ports/host/support.c,
3420           support/regression/ports/mcs51/support.c,
3421           support/regression/ports/xa51/support.c: added empty _initEmu()
3422           function
3423         * support/regression/ports/pic16/gpsim.cmd,
3424           support/regression/ports/pic16/spec.mk,
3425           support/regression/ports/pic16/support.c,
3426           support/regression/Makefile.in: added pic16 regression test
3427
3428 2006-03-01 Raphael Neider <rneider AT web.de>
3429
3430         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
3431           genConstPointerGet): use safe way of generating MOVFF to cover
3432             literals as well as registers, fixes bug #1440527
3433         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
3434             dereference
3435           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
3436             more correctly, fixes bug #1232186
3437           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
3438         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
3439             gplink guess the correct processor in more cases, applied patch
3440             from Till Riedel attached to and fixing bug #1436552
3441
3442 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3443
3444         * support/regression/tests/array.c: added, contains check for #1434401
3445         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
3446
3447 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
3448
3449         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
3450         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
3451         * device/include/mcs51/c8051f326.h,
3452         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
3453         * device/include/mcs51/c8051f000.h,
3454         * device/include/mcs51/c8051f018.h,
3455         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
3456           PCON_IDLE,PCON_STOP and added sfr16 definitions
3457
3458 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
3459
3460         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
3461           genGetWord): fixed bug 1409955
3462
3463 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
3464
3465         * device/include/hc08/mc68hc908gp32.h,
3466         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
3467
3468 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
3469
3470         * src/SDCCast.c (constExprValue): return NULL if not a value
3471         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
3472         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
3473         * support/regression/tests/bitfields.c: enabled signed bitfield for all
3474
3475 2006-02-13 Borut Razem <borut.razem AT siol.net>
3476
3477         * src/regression/ptrarg.c: added, fails due to bug #1430967
3478         * src/regression/Makefile: ptrarg.c added, ...
3479
3480 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
3481
3482         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
3483         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
3484
3485 2006-02-11 Borut Razem <borut.razem AT siol.net>
3486
3487         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
3488           print "Processor: xxx" message to stdout only if --verbose
3489
3490 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3491
3492         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
3493         * support/regression/tests/bug1426356.c: added
3494         * support/regression/tests/bitfields.c: removed 2 tests
3495
3496 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3497
3498         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
3499         * device/include/mcs51/c8051f330.h,
3500         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
3501           PCON_IDLE,PCON_STOP and added sfr16 definitions
3502         * device/lib/_divsint.c,
3503         * device/lib/_divuint.c,
3504         * device/lib/_divulong.c,
3505         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
3506           register bank bug for small stackauto
3507
3508 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3509
3510         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
3511
3512 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
3513
3514         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
3515         * all.dsp: corrected several bin paths
3516         * device/include/mcs51/c8051f120.h,
3517         * device/include/mcs51/c8051f300.h,
3518         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
3519           to PCON_IDLE,PCON_STOP
3520         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
3521         * device/lib/printf_large.c (output_float): fixed bug 1388703
3522         * support/regression/tests/bug1057979.c: added test for bug 1388703
3523
3524 2006-02-08 Raphael Neider <rneider AT web.de>
3525
3526         * src/pic/pcode.c (pciTRIS): fixed typo,
3527           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
3528           (LinkFlow): fixed handling of flows that end in a call,
3529           (ReuseReg): perform safety check earlier
3530         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
3531             to work with flows at the beginning of a pBlock,
3532             fixes #1426557 (Symbol not previously defined),
3533           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
3534             usage information
3535           (RemoveUnusedRegisters): update register usage info
3536         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
3537             created, reuse existing ones instead
3538         * src/pic/gen.c (genPcall): fixed #1424719
3539
3540 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
3541
3542         * link/z80/lkmain.c,
3543         * link/z80/lklex.c,
3544         * link/z80/lkdata.c,
3545         * link/z80/aslink.h: fixed build on current cygwin:
3546         replaced getline() by lk_getline()
3547
3548 2006-02-01 Borut Razem <borut.razem AT siol.net>
3549
3550         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
3551           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
3552           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
3553           src/regression/bool1.c, src/regression/bool2.c,
3554           src/regression/bool3.c, src/regression/call1.c,
3555           src/regression/compare.c, src/regression/compare10.c,
3556           src/regression/compare2.c, src/regression/compare3.c,
3557           src/regression/compare4.c, src/regression/compare5.c,
3558           src/regression/compare6.c, src/regression/compare7.c,
3559           src/regression/compare8.c, src/regression/compare9.c,
3560           src/regression/configword.c, src/regression/for.c,
3561           src/regression/inline.c, src/regression/mult1.c,
3562           src/regression/nestfor.c, src/regression/or1.c,
3563           src/regression/pointer1.c, src/regression/ptrfunc.c,
3564           src/regression/rotate1.c, src/regression/rotate2.c,
3565           src/regression/rotate3.c, src/regression/rotate4.c,
3566           src/regression/rotate5.c, src/regression/rotate6.c,
3567           src/regression/rotate7.c, src/regression/string1.c,
3568           src/regression/struct1.c, src/regression/sub.c,
3569           src/regression/sub2.c, src/regression/switch1.c,
3570           src/regression/while.c, src/regression/xor.c,
3571           src/regression/create_stc, src/regression/simulate,
3572           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
3573           regression tests
3574         * src/regression/gpsim_assert.h: added
3575
3576 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
3577
3578         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
3579         ((void (code *) (void)) 0) ();
3580         * as/hc08/aslex.c,
3581         * as/hc08/aslink.h,
3582         * as/hc08/asm.h,
3583         * as/hc08/asmain.c,
3584         * as/hc08/lkdata.c,
3585         * as/hc08/lklex.c,
3586         * as/hc08/lkmain.c,
3587         * as/mcs51/aslex.c,
3588         * as/mcs51/aslink.h,
3589         * as/mcs51/asm.h,
3590         * as/mcs51/asmain.c,
3591         * as/mcs51/lkdata.c,
3592         * as/mcs51/lklex.c,
3593         * as/mcs51/lkmain.c,
3594         * as/z80/aslex.c,
3595         * as/z80/asm.h,
3596         * as/z80/asmain.c: fixed build on current cygwin:
3597         replaced getline() by as_getline()
3598
3599 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
3600
3601         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
3602         declarator in the symbol chain
3603         * src/SDCCsymt.h,
3604         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
3605         parameter list for function pointers
3606         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
3607         * support/regression/tests/bug-716242.c: added
3608
3609 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
3610
3611         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
3612         offset if possible
3613         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
3614
3615 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
3616
3617         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
3618         inifinitely recurseable, added static
3619         * support/regression/tests/bug-1408066.c: added
3620
3621 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
3622
3623         * src/SDCCicode.h,
3624         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
3625         renamed, added possibility to create "postLoopLbl"-labels
3626         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
3627         newiTempLoopHeaderLabel
3628         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
3629         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
3630         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
3631         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
3632         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
3633         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
3634         (basicInduction): fixed bug #136564, made static,
3635         (loopInduction): changed parameter of basicInduction, made static,
3636         (addPostLoopBlock): added
3637         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
3638         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
3639         findLoopEndSeq
3640         * support/regression/tests/bug-136564.c: added
3641         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
3642         --std-sdcc99 to LIBSDCCFLAGS
3643
3644 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
3645
3646         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
3647         while loop
3648         * support/regression/tests/bug-1406131.c: added
3649
3650 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
3651
3652         * src/SDCCast.c (decorateType): fix promotion of unary minus
3653         * src/SDCCsymt.c (computeType): beautified
3654         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
3655         (valUnaryPM, valComplement): fix sign and promotion,
3656         (valNot): ANSI: result type is int (SDCC: unsigned char)
3657         * support/regression/tests/uminus.c: speedup by removing superflous
3658         test case 'int'
3659         * support/regression/tests/onebyte.c: added promotion and signedness
3660         tests for unary minus
3661         * support/regressions/tests/bug-477927.c: disable warning about
3662         uninitialized variables
3663         * support/regression/tests/not.c: added
3664
3665 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
3666
3667         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
3668         * src/mcs51/gen.c (gen51Code): show final register usage after
3669         fillGaps in asm with --i-code-in-asm
3670         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
3671         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
3672         incUsed, rliveClear, adjustIChain): made static,
3673         (setFromRange): excluded because it's unused,
3674         (findPrevUseSym, markWholeLoop): added,
3675         (findPrevUse): rewritten; fixes bug 895992; now a complete search
3676         through all branches of predecessors enables sdcc to emit the warning
3677         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
3678         (rlivePoint): made static, added parameter emitWarnings which is only
3679         true during the first run out of two,
3680         (findRecursiveSucc, findRecursivePred): removed,
3681         (computeLiveRanges): made static, added parameter emitWarnings,
3682         (dumpIcRlive): added for debugging only
3683         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
3684         removed prototype of setFromRange()
3685         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
3686         in call of computeLiveRanges()
3687         * support/regression/tests/bug-895992.c: added
3688         * support/regression/tests/bug-971834.c: added
3689         * support/valdiag/tests/bug-895992.c: added
3690         * support/valdiag/tests/bug-971834.c: added
3691
3692 2005-12-18 Raphael Neider <rneider AT web.de>
3693
3694         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
3695           (genUnpackBits): improved code for direct operands,
3696           (genPackBits): improved code for literal assignment to bitfields
3697             and for direct destination operands (no FSR indirection),
3698             prevented redundant AND, fixes #1362800,
3699           (AccLsh): added parameter to disable masking of the result
3700         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
3701           skip instructions with side-effects (like incfsz),
3702           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
3703         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
3704         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
3705           fixes #1375263
3706
3707 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
3708
3709         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
3710         volatile variables as spill location
3711
3712 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
3713
3714         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
3715         replacing literals
3716         * support/regression/tests/bug-1376320.c: added
3717
3718 2005-12-08 Raphael Neider <rneider AT web.de>
3719
3720         * src/pic/device.c: renamed is_shared to pic14_is_shared
3721         * src/pic/gen.c (genIfx): re-enabled handling of sbits
3722         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
3723           (is_valid_identifier): added for above workaround
3724
3725 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
3726
3727         * device/lib/Makefile.in: fixed to enable port-specific-objects
3728         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
3729           char, thanks Hubert Sack
3730         * doc/sdccman.lyx: documented --xstack-loc,
3731           elaborated a bit more on interrupts and pitfalls,
3732           removed "setjmp/longjmp unsupported",
3733           documented some unsupported C99 features
3734         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
3735         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
3736           if, thanks Hubert Sack
3737         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
3738         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
3739           make make_library
3740         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
3741           regression tests can report resource usage (rfe 700441)
3742         * support/regression/collate-results.py: report resource usage
3743         * support/regression/ports/ds390/spec.mk,
3744         * support/regression/ports/hc08/spec.mk,
3745         * support/regression/ports/mcs51/spec.mk,
3746         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
3747         * support/regression/ports/ds390/uCsim.cmd,
3748         * support/regression/ports/hc08/uCsim.cmd,
3749         * support/regression/ports/mcs51/uCsim.cmd,
3750         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
3751         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
3752           library, use the default one
3753         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
3754           building the library
3755
3756 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
3757
3758         * config.dsp: added dependency on .version and configure_vc.awk
3759         * device/include/setjmp.h: updated for --stack-auto and --xstack
3760         * device/include/mcs51/at89c51snd1c.h: corrected line endings
3761         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
3762         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
3763         * device/lib/libsdcc.lib: added _setjmp
3764         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
3765           (decorateType): fixed bug 1372851,
3766           (optimizeGetHbit): fixed warning
3767         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
3768           array initialisation
3769         * support/regression/tests/bug1057979.c: added test for bug 1358192
3770         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
3771
3772 2005-12-03 Borut Razem <borut.razem AT siol.net>
3773
3774         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
3775           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
3776
3777 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
3778
3779         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
3780         createIval): implement symbol independant "flexible array member",
3781         (createIvalCharPtr): implemented flexible array initialisation with a
3782         string
3783         * src/SDCCsymt.c (copyStruct): removed,
3784         (getSize): fixed misleading comment,
3785         (getAllocSize): removed, the additional allocation size is now in
3786         sym->flexArrayLength,
3787         (checkStructFlexArray): new, syntax checks for flexible array members,
3788         (compStructSize): added syntax checks for "flexible array members"
3789         (copyStruct): removed,
3790         (copyLinkChain): removed inefficient fix for bug 770487
3791         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
3792         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
3793         symbol->flexArrayLength
3794         * src/SDCCerr.c,
3795         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
3796         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
3797         * support/regression/tests/structflexarray.c: added
3798         * support/valdiag/tests/structflexiblearray.c: added
3799
3800 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
3801
3802         * src/SDCCast.c (decorateType): fixed bug 1368489
3803         * support/Util/SDCCerr.c,
3804         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
3805
3806 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3807
3808         * device/include/mcs51/at89c51snd1c.h: added file submitted by
3809           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
3810
3811 2005-11-27 Borut Razem <borut.razem AT siol.net>
3812
3813         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
3814           support/cpp2/mkdeps.h: added command line option
3815           -obj-ext=<extension> to SDCPP to define object file externion, used
3816           for generation of make dependencies (-M)
3817         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
3818
3819 2005-11-26 Borut Razem <borut.razem AT siol.net>
3820
3821         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
3822           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
3823           added pic and pic16 libraries
3824
3825 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3826
3827         * device/include/float.h: Corrected typo in prototype of __fsgt
3828
3829 2005-11-25 Borut Razem <borut.razem AT siol.net>
3830
3831         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
3832           added creation of model-mcs51-stack-auto libraries
3833
3834 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
3835
3836         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
3837         and fields-list too
3838         * src/SDCCast.c (createIvalArray): removed obsolete comment
3839
3840 2005-11-24 Borut Razem <borut.razem AT siol.net>
3841
3842         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
3843           added missing device/lib/mcs51/crt*.asm sources
3844
3845 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
3846
3847         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
3848
3849 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
3850
3851         * device/lib/_fs2schar.c,
3852         * device/lib/_fs2sint.c,
3853         * device/lib/_fs2slong.c: optimized inline asm
3854
3855 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3856
3857         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
3858           Better handling of floats between -1.0 and 0.0.
3859
3860 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3861
3862         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
3863           (the missing "if"s prohibited removal of redundant labels)
3864
3865 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3866
3867         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
3868           Properly convert floats between -1.0 and 0.0 to long, int, and char
3869           types (max integer value of negative floats tends to zero).
3870         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
3871           Removed changes made so to work properly with floats between
3872           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
3873           and _fs2char.c
3874
3875 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
3876
3877         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
3878         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
3879         (genCast) cosmetic change
3880         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
3881         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
3882         from mcs51
3883         * support/regression/tests/bitfields (testSignedBitfields): added
3884
3885 2005-11-18 Borut Razem <borut.razem AT siol.net>
3886
3887         * sdcc/device/lib/Makefile.in: remove all unnecessary files
3888         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
3889           introduced SILENT option to make building of pic16 libraries less
3890
3891 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3892
3893         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
3894           Now they work properly with floats between -1.0 and 0.0
3895         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
3896
3897 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3898
3899         * src/SDCCicode.c (printOperand): added missing else
3900
3901 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
3902
3903         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
3904         reformatted for better readability
3905         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
3906         signed bitfields
3907
3908 2005-11-17 Borut Razem <borut.razem AT siol.net>
3909
3910         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
3911           introduced SILENT option to make building of pic16 libraries less
3912           verbose - used for nightly snapshot build
3913         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
3914           available on Win32 platforms.
3915         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
3916           medium, large, pic and pic16
3917
3918 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3919
3920         * device/lib/printf_large.c: Temporary patch for bug 1358192:
3921           printf("%f"...) sets fraction to zero.
3922
3923 2005-11-16 Raphael Neider <rneider AT web.de>
3924
3925         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
3926           fixes #1357221
3927         * src/pic/gen.c (genIfx): implemented for CARRY bit
3928         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
3929           to generic pointers, fixes #1357332,
3930           (pic16_movLit2f): NEW,
3931           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
3932
3933 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3934
3935         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
3936
3937 2005-11-11 Raphael Neider <rneider AT web.de>
3938
3939         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
3940         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
3941           compute pointer's type from operand,
3942           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
3943           improved single bit reads, fixes bug #1353379
3944
3945 2005-11-09 Borut Razem <borut.razem AT siol.net>
3946
3947         * support/scripts/sdcc.nsi: added lib/pic to the package
3948
3949 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
3950
3951         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
3952
3953 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3954
3955         * support/regression/tests/bug1348008.c: added
3956         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
3957         * support/regression/tests/bug1337835.c: updated comment
3958
3959 2005-11-06 Borut Razem <borut.razem AT siol.net>
3960
3961         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
3962           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
3963           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
3964           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
3965           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
3966           dynamic construction of cl_error_class and derivates - 2.nd try
3967
3968 2005-11-05 Borut Razem <borut.razem AT siol.net>
3969
3970         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
3971           bug, which caused Bus Errors on sparc solaris
3972
3973 2005-11-04 Borut Razem <borut.razem AT siol.net>
3974
3975         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
3976           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
3977           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
3978           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
3979           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
3980           and derivates to resolve the initialization problem on OSX
3981
3982 2005-11-02 Borut Razem <borut.razem AT siol.net>
3983
3984         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
3985           corrected typo - #include <winsock2.h>
3986
3987 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
3988
3989         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
3990           (_asxxxx_mapping): added org directive for future enhancements
3991
3992 2005-11-01 Borut Razem <borut.razem AT siol.net>
3993
3994         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
3995           enabled sockets on WIN32
3996         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
3997
3998 2005-10-31 Borut Razem <borut.razem AT siol.net>
3999
4000         * support/regression/generate-cases.py: escape backslashes in {testcase}:
4001           WIN32 backslash path delimiters should be escaped when used in C strings
4002         * support/regression/tests/bitfields.c: exclude failing assertions for
4003           __CYGWIN32__ and __MINGW32__ hosts
4004
4005 2005-10-30 Borut Razem <borut.razem AT siol.net>
4006
4007         * src/SDCCutil.c: corrected double comparison typo
4008
4009 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
4010
4011         * device/lib/medium/Makefile: added for new memory model medium
4012         * device/include/asm/mcs51/features.h: updated for medium/pdata
4013         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
4014           added Multiply & Accumulate sbit's and MAC0_PAGE define
4015         * device/include/mcs51/c8051f300.h: added sfr16 definitions
4016         * device/include/mcs51/c8051f310.h: added sfr16 definitions
4017         * device/lib/_mullong.c: update for medium model
4018         * device/lib/incl.mk: added medium model
4019         * doc/sdccman.lyx: documented medium model
4020         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
4021         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
4022         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
4023         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
4024           (allocParms): set SCLS and OCLS to pdata for medium model
4025         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
4026           for pdata,
4027           (powof2): return <0 if not power of 2
4028         * src/avr/gen.c (genBitWise): use updated powof2
4029         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
4030           (shiftR2Left2Result): small optimization in setup, save acc when storing,
4031           (shiftLLeftOrResult): use B if necessary
4032         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
4033         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
4034         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
4035         * support/regression/Makefile.in: added test-mcs51-medium
4036         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
4037
4038 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
4039
4040         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
4041         specifier unsigned
4042         * device/lib/time.c (mktime): fixed bug 1334315
4043
4044 2005-10-28 Raphael Neider <rneider AT web.de>
4045
4046         * device/include/pic/p16f_common.inc: added common declarations
4047         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
4048
4049 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
4050
4051         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
4052           (aopPutUsesAcc): added to predict accumulator use,
4053           (assignResultValue): save acc if necessary,
4054           (genMinusDec): store result if indirectly addressed,
4055           (genDivOneByte):  save acc if necessary,
4056           (movLeft2Result): bugfix if left already in acc,
4057           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
4058             attention to accumulator use (esp. pdata),
4059           (genReceive): receive pdata correctly
4060         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
4061         * src/SDCCicode.h: added isOperandInPagedSpace prototype
4062
4063 2005-10-27 Raphael Neider <rneider AT web.de>
4064
4065         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
4066
4067 2005-10-27 Raphael Neider <rneider AT web.de>
4068
4069         * .version: changed version to 2.5.4
4070         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
4071         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
4072           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
4073             arithmetics support routines
4074         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
4075         * device/lib/Makefile.in: also create installdir for pic
4076
4077         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
4078           pic14 port as well
4079         * src/pic/device.c (dump_sfr): rewritten to delegate register
4080           placement to the linker (use `extern sym' rather than sym EQU addr),
4081           (validAddress): fixed to check last specified address
4082         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
4083           (popGetLit): truncate literal value to 8 bit,
4084           (popGet): moved assert to more appropriate place
4085           (popGetExternal): create pCode operand from and mark the according
4086             symbol as being `extern'
4087           (popGetAddr): added sanity check on immediate's offset, provide
4088             GPOINTER tag on demand
4089           (aopPut): fixed for immediates,
4090           (mov2w_op): move operand's address or contents to WREG (depending on
4091             operand type), safer variant of mov2w,
4092           (movwf,call_libraryfunc): NEW, handy abbreviations,
4093           (get_argument_pcop,get_return_val_pcop,pass_argument,
4094           get_returnvalue): interface for accessing function parameters and
4095             return values,
4096           (assignResultValuei,genRet): use new parameter/return value interface
4097           (pic14_getDataSize): back to old version handling generic pointers,
4098           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
4099             provided implementation and/or fixed old one,
4100           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
4101             calls, removed legacy 8051 reference code
4102           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
4103           (loadSignToC): NEW, move the operands sign bit to CARRY,
4104           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
4105             genRightShiftSigned, accepts negative shift counts,
4106           (setup_fsr): load FSR and adjust IRP (indirect memory access),
4107           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
4108             generic pointers, __data pointers and __code pointers,
4109           (genUnpackBits,genPackBits): rewritten to work with generic pointers
4110             and signed bitfields, limit bitfields to 8 bit,
4111           (genDataPointerGet): fixed number of bytes read,
4112           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
4113           (genPointerGet,genPointerSet): fixed handling of __code pointers,
4114             pointers to constant data are no longer assumed to point to __code
4115             space, removed invalid pointer types,
4116           (bitpatternFromVal): retrieve the PICs representation of an integer
4117             or float literal,
4118           (genDataPointerSet): fixed assigning to po_immediate operands,
4119           (genGenPointerSet): implemented as library call,
4120           (genIfx): fixed incorrect condition,
4121           (genAddrOf): limit generic pointers' addresses to 2 bytes,
4122             provide GPOINTER tag according to destination's storage class,
4123           (genCast): added code to handle casting to generic pointers, added
4124             sign-/zero extension of the result
4125           (aop_isLitLike,op_isLitLike): fixed handling of immediates
4126         * src/pic/gen.h: added macros to access IRP bit in STATUS register
4127         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
4128           extend the result
4129         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
4130           address/register resides in the shared banks
4131           (emitSymbolToFile): improved to handle global and `pinned' symbols,
4132             put all variables into separate sections (have the linker arrange
4133             them)
4134           (picglue): put init code and interrupt handlers in separate sections
4135         * src/pic/main.c: added port specific options table, modified to PORT
4136           structure to make GPOINTERs 3 byte, added pic14_options
4137           (_pic14_do_link): private linking routine (update paths to libraries,
4138             add libsdcc.lib by default)
4139         * src/pic/main.h: declare pic14_options
4140         * src/pic/pcode.c: fixed instructions i/o relations,
4141           (RegCond): reverted to correct version,
4142           (newpCodeOpLit): truncate literals to 8 bit,
4143           (genericPrint): added debug output,
4144           (getRegFromInstruction): fixed for various operand types, simplified
4145           (BuildFlow): fixed broken handling of isntructions with labels
4146           (LinkFlow): start at last instruction in flow (skip trailing comments),
4147             pass the flow on to the next instruction after CALL
4148           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
4149           (insertPCodeInstruction): fixed inserting after a skip instruction,
4150           (DoBankSelect): fixed for labeled instructions
4151           (OptimizepBlock): honor --nopeep switch
4152           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
4153         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
4154         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
4155           (pCodeOptime2pCodes): allow disabling this optimization via
4156             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
4157             but is still buggy), started implementation of a dataflow based
4158             pCode optimization (CSE + dead code elimination)
4159           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
4160         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
4161           names are independant of the stack location and therefore portable across
4162           devices
4163
4164 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
4165
4166         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
4167           (selectSpil): fixed bug 1337835 by not spilling bit variables
4168         * support/regression/tests/bug1337835.c: added test for this bug
4169         * src/mcs51/peeph.def: restart after rule 3.c,
4170           addded rules 263.x to optimize loading constants
4171
4172 2005-10-26 Raphael Neider <rneider AT web.de>
4173
4174         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
4175         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
4176           (genAssign): emit warning when casting literals to generic pointer
4177             type, also applies when taking the address of a fixed variable,
4178           (genCast): improved casting to generic pointers
4179         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
4180           extern variables, added verbose error message
4181         * device/include/pic16/{string.h,errno.h}: added #pragma library c
4182
4183 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
4184
4185         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
4186         carry must be complemented too
4187         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
4188         could be emitted by genMinus
4189         * src/SDCCval.c (constVal): fixed bug 1305065
4190
4191 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
4192
4193         * src/SDCCast.c (addCast): added promotion for bit variables
4194         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
4195         promotion casts + optimisation
4196         (optimizeGetWord): fix warning 'i' might be used uninitialized
4197         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
4198         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
4199
4200 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
4201
4202         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
4203         all chars are promoted to int; promotion should be handled in SDCCast.c
4204
4205 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4206
4207         * device/lib/_strcmp.c: Fixed bug 1326457
4208
4209 2005-10-11 Raphael Neider <rneider AT web.de>
4210
4211         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
4212         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
4213
4214 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4215
4216         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
4217         * support/regression/tests/sfr16.c: added test for the sfr32 bug
4218
4219 2005-10-04 Raphael Neider <rneider AT web.de>
4220
4221         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
4222           device/lib/pic16/pics.all: added pic18f1320
4223         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
4224
4225 2005-09-30 Raphael Neider <rneider AT web.de>
4226
4227         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
4228         * src/pic16/devices.inc: NEW, provides device descriptions
4229         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
4230
4231 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
4232
4233         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
4234           GETHBIT
4235
4236 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
4237
4238         * doc/sdccman.lyx: updated Highest Order Bit documentation,
4239           documented Any Order Bit, Higher Order Byte and Higher Order Word
4240         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
4241         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
4242           (optimizeGetAbit): new, to get any bit, not only the high bit,
4243           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
4244           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
4245           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
4246           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
4247             RIGHT_OP: also try GETBYTE, GETWORD optimization,
4248             GETABIT, GETBYTE, GETWORD: decorate them,
4249           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
4250           (ast_print): added GETABIT, GETBYTE, GETWORD
4251         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
4252         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
4253           (geniCodeBinary): new generic binary icode,
4254           (ast2iCode): added GETABIT, GETBYTE, GETWORD
4255         * src/port.h: updated comment for PORT.hasExtBitOp
4256         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
4257           (genGetByte): new, to get a single byte,
4258           (genGetWord): new, to get a word from a long,
4259           (gen51Code): added GETABIT, GETBYTE, GETWORD
4260         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
4261
4262 2005-09-23 Raphael Neider <rneider AT web.de>
4263
4264         * configure.in, configure: have device/lib/pic configured
4265         * device/lib/Makefile.in: added model-pic14
4266         * device/lib/clean.mk: added pic/ to clean rule
4267         * device/lib/pic: added rudimentary pic14 library providing support
4268           functions for multiplication/division/generic pointer access
4269         * src/SDCCopt.c (convilong): mark support functions as extern
4270           for pic14 port as well
4271         * src/pic/gen.c (genMult): added assertions,
4272           (genpic14Code): emit warning on unhandled iCodes
4273         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
4274         * src/pic/pcode.c (pCodeOpCopy),
4275         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
4276           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
4277           SFR_REGISTER}), made safe for future extensions
4278         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
4279           instructions even if preceeded by SKIP instructions (also remove
4280           them); removed unused code
4281         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
4282           prevents leaving parts of the structure uninitialized after copying
4283
4284 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
4285
4286         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
4287           ago by me
4288         * support/regression/tests/addsub.c: added test for the bug
4289
4290 2005-09-21 Raphael Neider <rneider AT web.de>
4291
4292         * device/include/pic16/pic18f1220.h,
4293           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
4294         * device/lib/pic16/Makefile.rules: added missing opening paren
4295         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
4296           are provided in genutils.c,
4297           (genUminusFloat,genUminus,genCmpEq): added asserts on different
4298           operand/result sizes,
4299           (genCmp): assert on NULL pointers first, then check deref'ed values
4300         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
4301           result size
4302
4303 2005-09-18 Raphael Neider <rneider AT web.de>
4304
4305         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
4306           as these are now unused,
4307           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
4308         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
4309           local, avoids uninitialized pointer dereference on r->name
4310         * src/pic16/ralloc.c (newReg): fixed indentation
4311
4312 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
4313
4314         * src/SDCCval.c (constVal): fixed bug 730366
4315         * support/Util/SDCCerr.c,
4316         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
4317
4318 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
4319
4320         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
4321
4322 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
4323
4324         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
4325
4326 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4327
4328         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
4329           (hex2dec): made hex_digit unsigned char, removed ascii dependance
4330         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
4331           (hex2dec): made hex_digit unsigned char, removed ascii dependance
4332         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
4333         * packihx/packihx.c (hexDigit): made c unsigned char
4334         * as/mcs51/lklibr.c (fndsym),
4335         * link/z80/lkgb.c (gb),
4336         * link/z80/lklibr.c (fndsym),
4337         * link/z80/lkrloc.c (relr),
4338         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
4339         * src/SDCC.lex (checkCurrFile, process_pragma),
4340         * src/SDCCglue.c (spacesToUnderscores),
4341         * src/SDCCmain.c (setParseWithComma, processFile),
4342         * src/asm.c (tvsprintf, printCLine),
4343         * src/avr/gen.c (emitcode, aopPut),
4344         * src/ds390/gen.c (emitcode),
4345         * src/hc08/gen.c (emitcode, emitinline),
4346         * src/mcs51/gen.c (emitcode, genInline),
4347         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
4348           tokenizeLineNode),
4349         * src/pic/ralloc.c (debugLog),
4350         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
4351           tokenizeLineNode),
4352         * src/pic16/ralloc.c (debugLog),
4353         * src/z80/main.c (_process_pragma):
4354            made all ctype.h function calls safe
4355         * src/SDCCopt.c: include math.h for fabs
4356         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
4357           and used them throughout the code to make ctype.h function calls safe
4358         * src/ds390/main.c (asmLineNodeFromLineNode),
4359         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
4360         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
4361            unsigned char*
4362         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
4363           (newpCodeAsmDir): made ctype.h function calls safe
4364         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
4365           pic16_emitcode):  made lbp unsigned char*
4366         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
4367           (pic16_newpCodeAsmDir): made ctype.h function calls safe
4368         * src/xa51/gen.c (emitcode),
4369         * src/z80/gen.c (_emit2): made lbp unsigned char*
4370         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
4371            char*
4372
4373 2005-09-05 Raphael Neider <rneider AT web.de>
4374
4375         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
4376           access bank splitpoint
4377
4378 2005-09-05 Raphael Neider <rneider AT web.de>
4379
4380         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
4381
4382 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
4383
4384         * .version: changed to version 2.5.3
4385         * doc/sdccman.lyx: changed version to 2.5.3,
4386           documented --codeseg and --constseg and pragma codeseg and constseg,
4387           documented bit parameters (reentrant) and bit returning
4388         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
4389            currFunc->recvSize, but is this ok for all ports?
4390           (ast2iCode): result of ~ on unsigned char must be cast to int for
4391            bool to work
4392         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
4393           function pointers in bit space
4394         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
4395           (processFuncArgs): call port.reg_parm() with reentrancy info
4396         * src/port.h,
4397         * src/avr/main.c,
4398         * src/ds390/main.c,
4399         * src/hc08/main.c,
4400         * src/pic/main.c,
4401         * src/pic16/main.c,
4402         * src/xa51/main.c,
4403         * src/z80/main.c: port.reg_parm prototype extended with
4404           "bool reentrant" parameter
4405         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
4406           options.stackAuto for allocating bit register parameters
4407         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
4408           (genSend): set BitBankUsed if it is,
4409           (selectRegBank): factored out of genCall for use in genPcall,
4410           (genCall): removed redundant dtype assignmen, use selectRegBank,
4411           (genPcall): handle returning in Carry properly, save in F0 if needed,
4412           (genReceive): handle bit register parameters
4413         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
4414           (mcs51_assignRegisters): enable bit registers for all reentrant
4415            functions and don't set BitBankUsed unconditionally
4416         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
4417         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
4418         * support/regression/tests/funptrs.c: added tests for BOOL and for return
4419
4420 2005-08-27 Borut Razem <borut.razem AT siol.net>
4421
4422         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
4423         ppc-osx (Darwin) does not support -u option. It seems that it is
4424         supported only on Linux - GNU cp
4425
4426 2005-08-25 Borut Razem <borut.razem AT siol.net>
4427
4428         * sim/ucsim/gui.src/serio.src/Makefile.in,
4429           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
4430           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
4431           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
4432           install and strip, since the strip at /usr/ccs/bin should be used
4433           on solaris
4434
4435 2005-08-24 Borut Razem <borut.razem AT siol.net>
4436
4437         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
4438
4439 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
4440
4441         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
4442         ffffffffu
4443
4444 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
4445
4446         * as/mcs51/aslink.h: completed lkrloc.c prototypes
4447         * as/mcs51/lkmain.c (link_main): fixed warning
4448         * device/include/stdbool.h: ds390 has no advanced bit support yet
4449         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
4450         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
4451         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
4452           and updated their macros
4453         * src/SDCCval.c (constVal): updated comment for renamed b_long
4454
4455 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
4456
4457         * as/mcs51/asdata.c: changed ctype['['] to BINOP
4458         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
4459           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
4460           (oprio): set priority for '['
4461         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
4462            and adb_24_bit
4463         * as/mcs51/asm.h: added defines R_BIT and S_BIT
4464         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
4465         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
4466         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
4467           added overlayable BIT_BANK area
4468         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
4469           (summary2): explain 'T' in legenda
4470         * as/mcs51/lkrloc.c: replaced old K&R style,
4471           (relr): added R_BIT processing,
4472           (errmsg): added "Bit-addressable relocation error",
4473           (adb_bit): added for converting from byte- to bit-addressable space,
4474           (adb_24_bit): added for converting from byte- to bit-addressable space
4475         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
4476            used in reentrant functions now even as return value
4477         * device/lib/_gptrput.c (_gptrput): removed obsolete code
4478         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
4479           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
4480         * src/SDCCglobl.h: added indicator BitBankUsed
4481         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
4482            the bit registers b0-b7
4483         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
4484           (geniCodeCast): fixed bug 1263853,
4485           (geniCodeLogicAndOr): put result in bool or char,
4486           (geniCodeReceive): added parameter func for accessing the return type,
4487           (geniCodeFunctionBody): pass func to geniCodeReceive
4488         * src/SDCCmain.c: added indicator BitBankUsed
4489         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
4490         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
4491           (checkSClass): don't put automatic bool/bit on stack,
4492           (checkFunction): removed check on function cannot return bit
4493         * src/SDCCsymt.h: added newBoolLink prototype
4494         * src/mcs51/gen.c (rb1regs): added bit registers,
4495           (movc): created for assigning to carry,
4496           (pushReg, popReg): created for pushing registers,
4497           (sameRegs): check both AOP_REG and AOP_CRY types,
4498           (aopOp): handle bit registers,
4499           (aopPut): optimization no self-assign,
4500           (saveRegisters): push reg->base (bits) only once for bit registers,
4501            and use pushReg,
4502           (unsaveRegisters): pop reg->base only once and use popReg,
4503           (assignResultValue): added parameter func and return in carry for bits,
4504           (genIpush): optimization no reload in A if not changed,
4505           (genSend): bit parameters in reentrant functions are passed in bit
4506            registers by first assigning to bits in B, then save registers and
4507            copy B to bits,
4508           (genCall): handle returning in Carry properly, save it in F0 if needed,
4509           (genPcall): updated assignResultValue call, this is not safe yet for bit
4510            returning function !!!
4511           (genFunction): don't generate equ's for bit registers and use pushReg,
4512           (genEndFunction): take care of bit returning functions and use popReg,
4513           (genRet): return bit in Carry,
4514           (genIfx): optimize bit registers and other directly addressable bits,
4515           (genReceive): updated assignResultValue call
4516         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
4517           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
4518            registers when using stack-auto
4519         * src/mcs51/ralloc.c (_G): added allBitregs,
4520           (regs8051): added the bit registers,
4521           (createStackSpil): use macro IS_BIT,
4522           (getRegBit): added to allocate a bit register, else spill,
4523           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
4524           (updateRegUsage): factored out to ease stepping while debugging,
4525           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
4526            also allocate bit registers,
4527           (fillGaps): handle bit registers,
4528           (findAllBitregs): added to create bit vector with all bit registers,
4529           (mcs51_allBitregs): returns this bit vector,
4530           (mcs51_assignRegisters): when using stack-auto use bit registers for
4531            passing parameters and creating local variables
4532         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
4533
4534 2005-08-22 Borut Razem <borut.razem AT siol.net>
4535
4536         * device/lib/Makefile.in: replaced find option -or with -o
4537           to make it run on solaris
4538
4539 2005-08-22 Raphael Neider <rneider AT web.de>
4540
4541         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
4542           fixes #1265442 (crash on Solaris)
4543
4544 2005-08-20 Borut Razem <borut.razem AT siol.net>
4545
4546         * configure, configure.in: added tests for libsocket and libnsl libraries,
4547           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
4548           from support/regression/Makefile.in
4549         * support/regression/Makefile.in: added
4550         * device/lib/pic16/Makefile.common.in: force make to use bash shell
4551         * sim/ucsim/libtool: regenerated on sparc-solaris
4552         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
4553           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
4554           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
4555           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
4556           sparc-solaris, which doesn't use GNU ld linker
4557         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
4558         * as/Makefile: find on sparc-solaris does not support -maxdepth option
4559
4560 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
4561
4562         * src/mcs51/peeph.def: updated comments
4563
4564 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4565
4566         * device/lib/_gptrget.c,
4567         * device/lib/_gptrput.c: slightly shorter
4568         * doc/sdccman.lyx: incremented version
4569         * src/mcs51/peeph.def: moved peephole comments to the line of first
4570           change to better keep line correlation, reanimated 186.e
4571         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
4572
4573 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4574
4575         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
4576           David Saxton with quotes around file name.
4577
4578 2005-08-15 Borut Razem <borut.razem AT siol.net>
4579
4580         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
4581           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
4582           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
4583           make tests run on x86_64 platform
4584
4585 2005-08-13 Raphael Neider <rneider AT web.de>
4586
4587         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
4588           as it might be executed DURING a build (parallel make is wonderful)
4589
4590 2005-08-13 Raphael Neider <rneider AT web.de>
4591
4592         * device/lib/Makefile.in (port-specific-objects-pic16):
4593           revert to cp $(PORT)/bin/*.* $(PORTDIR)
4594         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
4595           dependency
4596         * device/lib/pic16/Makefile.rules: build subdirs before creating
4597           the library, removed builddir rule, create $(builddir) early in
4598           recurse rule, use empty recurse rule for leaf directories
4599         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
4600           mkdir errors (race condition), removed duplicate suffix "hex"
4601           from clean rules
4602         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
4603         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
4604           prevents mkdir -p from aborting on Alpha
4605
4606 2005-08-12 Raphael Neider <rneider AT web.de>
4607
4608         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
4609           db-statements in order to allow for arrays of pointers in code
4610           sections to be placed without interspersed 0-padding, fixes
4611           bug #1256215
4612         * (emitStatistics): fixed division by zero for pic18f1220
4613         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
4614           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
4615         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
4616         * (pic16_pCodeConstString): keep track of already emitted string
4617           literals to prevent "duplicate definitions of symbol _str_NR"
4618         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
4619           debug message
4620         * device/lib/Makefile.in: ignore failing PIC16 library builds
4621         * device/lib/pic16/Makefile: do not build if gputils are missing
4622         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
4623
4624 2005-08-10 Raphael Neider <rneider AT web.de>
4625
4626         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
4627           my last commit)
4628
4629 2005-08-10 Raphael Neider <rneider AT web.de>
4630
4631         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
4632           Rokas' patch to add the new fixed point type "__fixed16x16"
4633         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
4634           functions for __fixed16x16 arithmetics
4635         * device/lib/pic16: reimplemented the build system to support
4636           a separate build directory, better handling of libio (create
4637           the library in a separate subdir for each architecture) and
4638           easier configuration (centralized in Makefile.common)
4639
4640 2005-08-07 Raphael Neider <rneider AT web.de>
4641
4642         * src/pic16/gen.c (genrshTwo): fixed sign extension
4643         * src/pic16/device.c: added pic18f2320, 4220 and 4320
4644         * device/include/pic16/pic18f2220.h: changed some bit definitions,
4645           added T0CONbits
4646         * device/include/pic16/pic18f4220.h: NEW, header for
4647           pic18f4220 and pic18f4320
4648         * device/include/pic16/pic18fregs.h: added new devices,
4649           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
4650         * device/include/pic16/signal.h: resolved name clashes
4651           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
4652           to also allow testing for interrupt enable bits, added
4653           comments on how to use the macros
4654         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
4655         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
4656           register definitions for the devices
4657         * device/lib/pic16/pics.all: added new devices
4658         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
4659           allocated memory
4660         * device/lib/pic16/libc/stdlib/memfree: do not count
4661           the block header as free memory
4662         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
4663           simplified and added missing end-of-blocklist-marker
4664           (reported by Peter Onion, fixes #1252814)
4665         * (_mergeHeapBlock): fixed loop condition
4666         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
4667           len==0, restructured code
4668         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
4669           up a bit, reduced bitfield accesses, prevent endless loops
4670           in case of heap corruption
4671         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
4672           "unreferenced arguments/must return a value" warnings
4673         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
4674           replaced BAUDREG with SPBRG
4675         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
4676           device/lib/pic16/debug/gstack/gstack.c: replaced
4677           _naked, _asm, _endasm with __naked, __asm, __endasm
4678
4679 2005-08-05 Raphael Neider <rneider AT web.de>
4680
4681         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
4682           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
4683
4684 2005-08-05 Borut Razem <borut.razem AT siol.net>
4685
4686         * device/lib/Makefile.in: added missing ';'
4687         * configure: removed ^M characters
4688
4689 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4690
4691         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
4692           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
4693           License
4694
4695 2005-08-04 Borut Razem <borut.razem AT siol.net>
4696
4697         * configure.in: pic16 libraries build 2nd try - enable running
4698           configure in device/lib/pic16
4699         * configure: regenerated from configure.in
4700         * device/lib/Makefile.in: create $(PORT)/bin directory
4701
4702 2005-08-03 Raphael Neider <rneider AT web.de>
4703
4704         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
4705           to get/set values via pointers
4706         * (genUnpackBits,genPackBits): changed detection of
4707           ptr->bitfield vs. sym.bitfield, fixed access via generic
4708           pointers, removed dead (wrong) code for multibyte bitfields
4709         * (genNearPointerGet, genGenPointerGet): removed useless code,
4710           fixed bitfield detection, fixes #1250594
4711         * (genNearPointerSet): removed useless code
4712         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
4713           and introduced macro pic16_emitpcode that conditionally emits
4714           the origin of the following pCode (useful for debugging SDCC)
4715         * src/pic16/pcode.c: changed (and disabled) some debug outputs
4716         * (createDefmap): fixed handling of LFSR for --optimize-df
4717
4718 2005-08-02 Borut Razem <borut.razem AT siol.net>
4719
4720         * device/lib/Makefile.in: pic16 libraries build enabled since
4721           gputils-0.13.2 are now localy installed at sourceforge's compile farm
4722
4723 2005-08-02 Raphael Neider <rneider AT web.de>
4724
4725         * src/pic16/gen.c (genPackBits): removed deprecated warning
4726         * (genGenPointerSet): fixed bitfield detection
4727
4728 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4729
4730         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
4731
4732 2005-07-31 Raphael Neider <rneider AT web.de>
4733
4734         * device/lib/pic16/libdev/pic18f458.c,
4735           device/include/pic16/pic18f458.h: added missing T0CONbits
4736
4737 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4738
4739         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
4740
4741 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
4742
4743         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
4744
4745 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4746
4747         * device/include/mcs51/at89c51ed2.h: added.
4748
4749 2005-07-23 Raphael Neider <rneider AT web.de>
4750
4751         * src/pic/gen.h: added emitpcode macro for debugging
4752         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
4753           and replace by macro adding debug information on demand
4754         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
4755         * (gencjne): tried to fix; replaced with correct (slower) code
4756         * (gen{Unp,P}ackBits): fixed single bit access
4757         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
4758         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
4759           previous instruction
4760         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
4761           register has to be handled with care (forbidding movement
4762           of assignments/uses, removing assignments completely, ...)
4763         * (pCodeOptime2pCodes): make use of regIsSpecial
4764         * added lots of debugging output (commented out)
4765         * src/pic/rallloc.c (deassignLRs): prevent operand registers
4766           from being reused as result UNLESS it is known to work
4767
4768 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
4769
4770         * support/Util/dbuf.h: include <stddef.h> for size_t
4771         * .version: changed to version 2.5.2
4772
4773 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4774
4775         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
4776
4777 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4778
4779         * src/hc08/gen.c (genMinus): fixed bug #1241835,
4780           (genModOneByte): removed needless psha/pula
4781
4782 2005-07-22 Raphael Neider <rneider AT web.de>
4783
4784         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
4785           have PIC14 handled like PIC16, fixes broken pic14 linker calls
4786         * src/pic/gen.c (resolveIfx): do not "invent" labels
4787         * (genSkipc): changed to positive logic
4788         * (genSkipCond): removed as no longer needed
4789         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
4790           backport from PIC16
4791         * (genLeftShift): check operands are in different registers
4792         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
4793           INCF does not update CARRY...
4794         * src/pic/main.c: fixed _linkCmd
4795         * src/pic/pcode.c (unlinkpCode): added inactive code
4796         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
4797           alive (do not assign result and operand overlapping registers)
4798
4799 2005-07-22 Raphael Neider <rneider AT web.de>
4800
4801         * src/pic/device.c (dump_sfr): replaced register declaration with
4802           call to emitSymbolToFile() to avoid duplicate symbols
4803         * (assignRelocatableRegisters): do not declare external symbols
4804         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
4805           right (take size of type, not etype)
4806         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
4807         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
4808         * (packRegsForAccUse): disabled assignment of WREG as
4809           the result reg to prevent occurence of just fixed #1235003,
4810           fixes #1242954
4811         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
4812           symbols (avoids duplicate symbols in .asm file)
4813         * (pic14emitRegularMap): use emitSymbolToFile()
4814         * src/pic/gen.c (aopOp): fixed spillLocation handling
4815         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
4816         * (genDataPointerSet): removed unneccessary variables/output
4817
4818 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
4819
4820         * as/mcs51/lkarea.c: enlarged codemap for banked memory
4821         * device/lib/mcs51/crtbank.asm: added # to 0x0F
4822
4823 2005-07-21 Raphael Neider <rneider AT web.de>
4824
4825         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
4826           architecture cannot handle them efficiently, fixes bug #1235003
4827         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
4828           check for empty sets before using them (fixes bug #1232190)
4829
4830 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
4831
4832         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
4833           (lnksect2): generate warnings for memory overlap
4834         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
4835           constseg to set the name of these segments so you can instruct the linker
4836           to place them in banks
4837         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
4838         * src/SDCCglobl.h: added MODEL_HUGE to enum,
4839           added code_seg and const_seg to options
4840         * src/SDCCglue.c (emitMaps): use options.const_seg,
4841           (createInterruptVect): put interrupt vectors in segment HOME,
4842           (glue): put HOME before static segment and put the main glue in HOME,
4843           (glue): use options.code_seg
4844         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
4845         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
4846           these segments so you can instruct the linker to place them in banks
4847           (linkEdit): use code_loc for HOME segment which should be the first
4848           segment in code memory now
4849         * src/SDCCmem.c: fixed more stuff like bug 1238386
4850         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
4851           (changePointer): don't change function pointers to code pointers for
4852           banked functions,
4853           (compareType): added exceptional check for banked function pointers
4854         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
4855         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
4856           after static in code memory
4857         * src/mcs51/gen.c: added aopLiteralLong prototype,
4858           (aopForSym): use getSize for functions,
4859           (genCall): generate banked calls over one trampoline __sdcc_banked_call
4860           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
4861           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
4862           the segment,
4863           (genPcall): use call for literal function pointers and generate banked
4864           calls over the one trampoline so there's only one place for the user to
4865           modify according to his/hers hardware,
4866           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
4867           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
4868         * src/mcs51/main.c: added keyword banked,
4869           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
4870         * support/Util/SDCCerr.c,
4871         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
4872           needed for passing the bank and address to the trampoline
4873         * device/lib/mcs51/crtbank.asm: added for bankswitching
4874         * device/lib/mcs51/Makefile: added crtbank
4875
4876 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4877
4878         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
4879           for fields at offset 0 of a struct or union as reported
4880           on 2005-07-07 in the developer mailing list.
4881
4882 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
4883
4884         * src/SDCCmem.c: fixed bug 1238386
4885
4886 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4887
4888         * src/mcs51/peeph.def: added labelrefcounting for peepholes
4889           (patch #1144962), added peephole 300, enabled 259.x
4890         * doc/sdccman.lyx: removed screenshot and provided link instead
4891
4892 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4893
4894         * doc/sdccman.lyx: added section about debugging with ddd
4895         * doc/figures/ddd_example.eps: screenshot of debugging session
4896
4897 2005-07-04 Raphael Neider <rneider AT web.de>
4898
4899         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
4900           like CODE pointers, fixes #1115683
4901         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
4902           call, fixes bugs #1232211, #1228110,
4903           fixed wrong casts to pCodeFlow from pCodeInstructions
4904
4905 2005-07-04 Raphael Neider <rneider AT web.de>
4906
4907         * src/pic/gen.c (popGet): changed assert to allow for
4908           bit operands
4909         * (popGetAddr): changed signature to provide
4910           an additional index, patched all call sites
4911         * (genCmpEq): handle literal-like operands correctly
4912         * (genAddrOf): added sanity checks on __code/__data pointers
4913         * (genAssign): added handling of symbols from __code section
4914         * (gencjne): do not generate code for comparisons whose result
4915           is neither stored nor used, fixes bug #1171114
4916         * (AccLsh, AccRsh): operate on operand instead of WREG
4917         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
4918           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
4919           by known count
4920         * rewrote complete shift-by-literal logic, commented unused
4921           functions out
4922         * (genConstPointerGet): get multiple bytes (if result size > 1),
4923           fixed handling of non-immediate addresses
4924         * (genPointerGet): handle CODE pointers like CONST pointers
4925         * (genpic14Code): insert C-SRC lines as Cource-pCodes
4926         * ({aop,op}_isLitLike): NEW, single place to decide whether an
4927           operand is to be treated as a literal or not
4928         * (mov2w,genPcall,genCmpEq),
4929           src/pic/genarith.c: use aop_isLitLike() to decide between
4930           literal/register contents
4931         * (addSign): added missing offset
4932         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
4933           only emit comment in debug-mode,
4934           use {aop,op}_isLitLike throughout the file
4935         * src/pic/glue.c: fix initializers for pointers (work in progress)
4936         * src/pic/pcode.c (get_op): honor index on _const symbols
4937         * ({reset,dump}pCodeStatistics): NEW, estimate code size
4938         * (dumppBlock): added pCode size estimation
4939         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
4940           check for IS_SYMOP before OP_SYMBOL'ing
4941         * fixed indentation, compacted switch-statements
4942         * (allocReg): find free register and allocate it instead of
4943           allocating new registers all the time
4944         * (deassignLRs): prevent POINTER_GET's from being assigned the same
4945           registers as its operands (necessary only for multibyte GETs)
4946
4947 2005-07-01 Raphael Neider <rneider AT web.de>
4948
4949         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
4950           debugging .asm-output macros FENTRY + FEXIT
4951         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
4952           way... I wonder...
4953         * (emitpComment): NEW, printf to pCode
4954         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
4955           offset handling
4956         * (popGetAddr): NEW, variant of popGet to access an immediates
4957           high(er) bytes instead of the n'th byte of memory they reference,
4958           replaced popGet with popGetAddr where neccessary
4959         * (genDataPointerGet): reactivated and fixed implementation
4960         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
4961           accesses
4962         * (genDataPointerSet): fixed multibyte assignments
4963         * (genpic14Code): fixed --i-code-in-asm handling
4964         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
4965         * (genPlus): fixed index-out-of-bounds error
4966         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
4967         * src/pic/ralloc.c: added debugging output macro FENTRY2
4968         * (spillThis): fixed indentation, enbraced for-body for clarity
4969         * (rematStr): commented out as now unused
4970         * (regTypeNum): commented out special spill case (overwrites
4971           arbitrary values)
4972         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
4973
4974 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
4975
4976         * doc/sdccman.lyx: documented sfr16/sfr32,
4977           added example for using storage class with function pointers
4978         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
4979
4980 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
4981
4982         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
4983         * device/lib/_itoa.c,
4984         * device/lib/_ltoa.c: optimized codesize
4985         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
4986           but don't know how to suppress the double warning.
4987         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
4988         * support/Util/SDCCerr.c,
4989         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
4990
4991 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
4992
4993         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
4994           fixed old K&R prototypes
4995         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
4996         * device/lib/_gptrget.c,
4997         * device/lib/_gptrgetc.c,
4998         * device/lib/_gptrput.c: changed versions for new memory indicator values,
4999           also new versions for small generic pointers and banked generic pointers
5000         * src/port.h: added const_name
5001         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
5002         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
5003         * src/SDCCcse.c (findPrevIc): check all associative operators
5004         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
5005         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
5006         * src/SDCCmem.c: updated comments,
5007           set far-space to 0 for pdata, results in optimized code
5008         * src/SDCCmem.h: added macro CONST_NAME
5009         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
5010           moving the info into the highest bits, see also gptrget/gptrput
5011         * src/src.dsp: added sdcc.ico to project files
5012         * src/avr/gen.c (genCast): fixed bug 0x%d
5013         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
5014         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
5015           relation between ptr_type and DCL_TYPE,
5016           (genCast): fixed bug 0x%d
5017         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
5018           (CODE)" for const_name
5019         * src/hc08/gen.c (genCast): fixed bug 0x%d
5020         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
5021           (hc08_port): added "CONST (CODE)" for const_name
5022         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
5023           (aopForRemat, adjustArithmeticResult): disconnected direct relation
5024           between ptr_type and DCL_TYPE,
5025           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
5026           operand* and took AOP() inside function so sfr-ness can be checked,
5027           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
5028           new prototype,
5029           (genFunction, genEndFunction): optimized stack setup,
5030           (genMinus): optimized for literals with ending zeroes (in bytes),
5031           (genCast): fixed bug 0x%d
5032         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
5033           (mcs51_port): added "CONST (CODE)" for const_name
5034         * src/mcs51/peeph.def: made rule 226 more generic
5035         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
5036         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
5037         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
5038         * src/z80/main.c (z80_port): added NULL for const_name,
5039           (gbz80_port): added NULL for const_name
5040         * support/regression/tests/bug663539.c,
5041         * support/regression/tests/sfr16.c: new tests
5042
5043 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5044
5045         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
5046
5047 2005-06-24 Raphael Neider <rneider AT web.de>
5048
5049         * device/lib/pic16/libdev/pic18f[68][567]20.c:
5050           corrected typos...
5051         * device/include/pic16/signal.h: added USBIF
5052           and SIG_USB
5053
5054 2005-06-24 Raphael Neider <rneider AT web.de>
5055
5056         * device/lib/pic16/libdev/pic18f2455.c,
5057           device/include/pic16/pic18f2455.h: NEW
5058         * device/include/pic16/pic18fregs.h,
5059           device/lib/pic16/pics.all,
5060           src/pic16/device.c: added 18f2455
5061         * device/lib/pic16/libdev/pic18f[68][567]20.c,
5062           device/include/pic16/{pic18f[68][567].h,usart.h}:
5063           replaced MULTIPLE_USARTS define with more relaible
5064           compatibility sfrs (for USART access)
5065
5066 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
5067
5068         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
5069           and the output asm file line is printed on two lines.
5070
5071 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5072
5073         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
5074           BGT, BLE, BHI, and BLS instructions
5075         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
5076           genCmpEq): removed
5077         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
5078           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
5079           fixes bug #1216342
5080         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
5081
5082 2005-06-15 Raphael Neider <rneider AT web.de>
5083
5084         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
5085         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
5086         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
5087           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
5088           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
5089
5090 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5091
5092         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
5093           Marcel Telka in bug #1215704
5094
5095 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
5096
5097         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
5098           located in shared memory bank.
5099
5100 2005-05-31 Raphael Neider <rneider AT web.de>
5101
5102         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
5103           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
5104           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
5105
5106 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
5107
5108         * device/lib/_strncpy.c: fixed the fix
5109
5110 2005-05-26 Raphael Neider <rneider AT web.de>
5111
5112         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
5113           initializers with \0, bug #1208187
5114         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
5115           intializers with \0, bug #1208187
5116
5117 2005-05-26 Raphael Neider <rneider AT web.de>
5118
5119         * src/pic16/glue.c (pic16_printIvalChar): fixed string
5120           initializers with \0, bug #1208187
5121         * src/pic16/main.c (_process_pragma): added sanity checks
5122           for stack position and size, emit warnings when appropriate
5123
5124 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
5125
5126         * device/lib/_strncpy.c: fixed not filling with \0
5127
5128 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5129
5130         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
5131           createFunction),
5132         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
5133           compound_statement),
5134         * src/SDCCsymt.h,
5135         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
5136
5137 2005-05-24 Raphael Neider <rneider AT web.de>
5138
5139         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
5140
5141 2005-05-24 Raphael Neider <rneider AT web.de>
5142
5143         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
5144           TRISE definitions, closes bug #1162453
5145
5146 2005-05-22 Raphael Neider <rneider AT web.de>
5147
5148         * src/pic16/main.c (_process_pragma): check for missing
5149           arguments to pragmas code and udata
5150         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
5151           consistency fixes to match other headers (thanks to Jim Paris)
5152         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
5153
5154 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
5155
5156         * src/SDCCicode.c (isOperandEqual): fixed missing ;
5157
5158 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
5159
5160         * support/regression/tests/bug1198642.c: new test
5161         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
5162         * src/SDCCcse.c (findPrevIc): added comment, please have a look
5163         * support/scripts/resource.h,
5164         * support/scripts/resource.rc,
5165         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
5166         * support/scripts/sdcc.ico: added 32x32 icon
5167
5168 2005-05-18 Raphael Neider <rneider AT web.de>
5169
5170         * device/lib/pic16/libdev/pic18f*.c,
5171         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
5172           keywords to "__sfr" and "__at (X)"
5173         * device/include/pic16/pic18fregs.h: added pic18f4520
5174         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
5175           #1203088 (MPLAB compatibility)
5176
5177 2005-05-17 Raphael Neider <rneider AT web.de>
5178
5179         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
5180         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
5181         * device/lib/pic16/pics.all: added new devices
5182         * src/pic16/device.c: added support for pic18f4520
5183
5184 2005-05-16 Raphael Neider <rneider AT web.de>
5185         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
5186         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
5187         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
5188           convenience function for bit access
5189
5190 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5191
5192         * device/lib/printf_large.c: fixed bug 1193299
5193         * support/regression/tests/bug1057979.c: added test %3.3s
5194
5195 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5196
5197         * device/include/mcs51/8051.h,
5198         * device/include/mcs51/8052.h: made parseable with lint
5199         * device/include/mcs51/lint.h: added include file for (sp)lint
5200         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
5201         * doc/cdbfileformat.lyx,
5202         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
5203
5204 2005-05-14 Raphael Neider <rneider AT web.de>
5205
5206         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
5207         * device/lib/pic16/libc/stdlib/itoa.c (new)
5208         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
5209         * device/lib/pic16/libio/Makefile: exclude subdir according to
5210           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
5211         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
5212         * src/pic16/gen.c (genFunction): prevent annoying warning
5213         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
5214           nameclashes on BeOS
5215         * support/cpp2/cppmain.c (cpp_output_string): new
5216         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
5217           fixes bug 1116802
5218
5219 2005-05-13 Borut Razem <borut.razem AT siol.net>
5220
5221         * src/SDCCmain.c (linkEdit): fixed bug 1195202
5222
5223 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5224
5225         * .version: changed to version 2.5.1; back to bleeding edge development
5226
5227 2005-05-11 Borut Razem <borut.razem AT siol.net>
5228
5229         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
5230           generate PDF version 1.3 documents
5231
5232 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5233
5234         * .version: changed to version 2.5.0
5235
5236 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5237
5238         * doc/sdccman.lyx: updated weblinks, index and smaller updates
5239
5240 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5241
5242         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
5243         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
5244         well as many smaller updates.
5245         * .version: changed to version 2.5.0-pre1
5246
5247 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5248
5249         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
5250
5251 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
5252
5253         * support/regression/tests/bug1185672.c: added
5254         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
5255           bug 1185672
5256         * src/mcs51/gen.c (genCall): added comments, made it look safer
5257         * src/mcs51/gen.c (genEndFunction): simplified
5258
5259 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
5260
5261         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
5262
5263 2005-04-14 Borut Razem <borut.razem AT siol.net>
5264
5265         * fixed bug 1045046 - SIGSEGV with really simple code?:
5266           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
5267           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
5268
5269 2005-04-14 Borut Razem <borut.razem AT siol.net>
5270
5271         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
5272           src/pic16/device.h: temporarily disabled experimental #inline pragma
5273           for 2.5.0 release
5274
5275 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
5276
5277         * device/include/z80/stdio.h,
5278         * device/include/z80/string.h: removed these highly incomplete files so
5279           SDCC can use the default ones in device/include/
5280
5281 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5282
5283         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
5284         gcc warning.
5285         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
5286         fix sdcpp warnings.
5287
5288 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
5289
5290         * device/include/malloc.h: removed redundant __reentrant prototypes
5291         * device/lib/_mullong.c: added working xstack variant in asm (C version
5292           doesn't pass regression tests)
5293         * device/lib/bpx.c: used __data and made bpx char for mcs51
5294         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
5295           (createFunction): fixed bug with xstackPtr
5296         * src/SDCCcse.c: corrected comments
5297         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
5298           (killDeadCode, eBBlockFromiCode): removed unused code
5299         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
5300           corrected comments
5301         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
5302           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
5303           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
5304           (genModOneByte): fixed warning in MSVC
5305         * src/mcs51/main.c (): added comments
5306         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
5307
5308 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
5309
5310         * src/SDCCmain.c (linkEdit): oops, changed one line too many
5311
5312 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
5313
5314         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
5315
5316 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
5317
5318         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
5319         characters arrays of larger size than the declared one.
5320
5321 2005-04-10 Borut Razem <borut.razem AT siol.net>
5322
5323         * src/pic/gen.c (genInline),
5324           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
5325           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
5326           (findNextInstruction), (findPrevInstruction),
5327           (findInstructionUsingLabel),
5328           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
5329         * src/pic/pcode.c (findLabel): added missing '\n'
5330         * src/src.dsp: added SDCCdwarf2.c to the project
5331
5332 2005-04-09 Borut Razem <borut.razem AT siol.net>
5333
5334         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
5335
5336 2005-04-08 Raphael Neider <rneider AT web.de>
5337
5338         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
5339           into the chain after a given one) and mergeDefmapSymbols (combine
5340           defmap entries for each symbol per pcode)
5341         * (createDefmap): have defmap entries merged in the end
5342         * (defmapReplaceSymRef): split defmap entries covering two accesses to
5343           a symbol before replacing one access type's symbol, merge symbols in
5344           the end (replacement symbol might already have an entry)
5345         * (assignValnums): keep reference to written WREG intact
5346
5347 2005-04-08 Raphael Neider <rneider AT web.de>
5348
5349         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
5350           Alpha)
5351
5352 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
5353
5354         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
5355         bytes
5356
5357 2005-04-07 Raphael Neider <rneider AT web.de>
5358
5359         * device/include/pic16/usart.h: added compatibility defines for
5360           devices with more than one USART
5361         * device/include/pic16/pic18f[68][567]20.h: activated above defines
5362
5363 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
5364
5365         * device/lib/Makefile.in: updated for port specific include
5366
5367 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
5368
5369         * support/regression/ports/mcs51/spec.mk: added mcs51 include
5370
5371 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
5372
5373         * device/include/8051.h,
5374         * device/include/8052.h,
5375         * device/include/at89S8252.h,
5376         * device/include/at89c55.h,
5377         * device/include/at89x051.h,
5378         * device/include/at89x51.h,
5379         * device/include/at89x52.h,
5380         * device/include/mcs51reg.h,
5381         * device/include/reg51.h,
5382         * device/include/reg764.h,
5383         * device/include/regc515c.h,
5384         * device/include/sab80515.h: (re)moved these 12 files
5385         * device/include/mcs51/8051.h,
5386         * device/include/mcs51/8052.h,
5387         * device/include/mcs51/at89S8252.h,
5388         * device/include/mcs51/at89c55.h,
5389         * device/include/mcs51/at89x051.h,
5390         * device/include/mcs51/at89x51.h,
5391         * device/include/mcs51/at89x52.h,
5392         * device/include/mcs51/mcs51reg.h,
5393         * device/include/mcs51/reg51.h,
5394         * device/include/mcs51/reg764.h,
5395         * device/include/mcs51/regc515c.h,
5396         * device/include/mcs51/sab80515.h: and added them here
5397
5398 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
5399
5400         * device/include/stdarg.h: changed SDCC specific keywords to double
5401           underlined form.
5402         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
5403           mcs51 and ds390.
5404         * device/include/hc08/mc68hc908gp32.h,
5405         * device/include/hc08/mc68hc908jb8.h,
5406         * device/include/hc08/mc68hc908jkjl.h,
5407         * device/include/hc08/mc68hc908qy.h: fixed comments
5408         * device/include/mcs51/README: updated
5409         * device/include/mcs51/c8051f120.h: added PINRSF
5410         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
5411         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
5412           amidst code. Also inline is not supported.
5413
5414 2005-04-06 Raphael Neider <rneider AT web.de>
5415
5416         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
5417         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
5418           callers stack/frame pointers
5419
5420 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
5421
5422         * device/include/pic16/usart.h: added, missing in previous commit,
5423         * device/include/pic16/adc.h: fixed typo,
5424         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
5425         commit,
5426         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
5427         <p18fxxx.inc>
5428         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
5429         uninitialized because a bug appears with gplink
5430         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
5431         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
5432         complains for unrecognised option
5433
5434 2005-04-05 Raphael Neider <rneider AT web.de>
5435
5436         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
5437           structs as well (using memcpy)
5438         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
5439           on ISRs (GOTO has no label)
5440         * src/pic16/device.h: added OF_OPTIMIZE_DF
5441         * src/pic16/main.c: added compiler switch --optimize-df to enable the
5442           new data flow analysis/optimization
5443         * src/pic16/pcode.c: added (prototypes for and implementation of)
5444           dataflow analysis functions, fixed pCodeInstructions' inCond and
5445           outCond values, made RCALL a branch instruction
5446         * (pic16_unlinkpCode): keep C line if possible
5447         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
5448           C line moved if possible
5449         * (pic16_getRegFrompCodeOp): NEW, improved version of...
5450         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
5451           to use new pic16_getRegFrompCodeOp (works for more SFRs)
5452         * (pic16_BuildFlow): fixed skip instructions with label (did not start
5453           new flow)
5454         * (pic16_getJumptabpCode): NEW, needed in...
5455         * (LinkFlow): fixed handling of jumptables, calls and conditional
5456           branches
5457         * (pic16_InsertCommentAfter): NEW
5458         * (pic16_pCodeReplace): made verbose and flow preserving
5459         * (AnalyzeFlow): added call to data flow analysis
5460         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
5461         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
5462         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
5463
5464 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5465
5466         * src/SDCCast.c (decorateType): fixed bug #1105626
5467
5468 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
5469
5470         * device/include/asm/pic16/features.h,
5471         * pic18f*.h headers,
5472         * device/include/pic16/adc.h,
5473         * device/include/pic16/delay.h,
5474         * device/include/pic16/i2c.h,
5475         * device/include/pic16/malloc.h,
5476         * device/include/pic16/stdio.h,
5477         * device/include/pic16/stdlib.h,
5478         * device/include/pic16/string.h,
5479         * device/lib/pic16/libc/stdio/printf_tiny.c,
5480         * device/lib/pic16/libc/stdio/printf_small.c,
5481         * device/lib/pic16/libc/stdio/strmgpsim.c,
5482         * device/lib/pic16/libc/stdio/strmmssp.c,
5483         * device/lib/pic16/libc/stdio/strmusart.c,
5484         * device/lib/pic16/libc/stdio/vfprintf.c,
5485         * device/lib/pic16/libc/stdlib/ltoa.c,
5486         * device/lib/pic16/libc/stdlib/putchar.c,
5487         * device/lib/pic16/libc/stdlib/x_ftoa.c,
5488         * device/lib/pic16/libc/stdlib/memchrpgm.c,
5489         * device/lib/pic16/libc/stdlib/memchrram.c,
5490         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
5491         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
5492         * device/lib/pic16/libio/adc/adcbusy.c,
5493         * device/lib/pic16/libio/adc/adcread.c,
5494         * device/lib/pic16/libio/adc/adcsetch.c,
5495         * device/lib/pic16/libio/usart/ubaud.c,
5496         * device/lib/pic16/libio/usart/ubusy.c,
5497         * device/lib/pic16/libio/usart/udrdy.c,
5498         * device/lib/pic16/libio/usart/uopen.c,
5499         * device/lib/pic16/libio/usart/uputc.c,
5500         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
5501         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
5502         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
5503         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
5504         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
5505         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
5506         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
5507         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
5508         specific keywords to double underlined form,
5509         * device/lib/pic16/libc/Makefile.rules,
5510         * device/lib/pic16/libsdcc/Makefile.rules,
5511         * device/lib/pic16/libm/Makefile,
5512         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
5513         to compile with C standard set in Makefile.common
5514         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
5515         rand.c and crc.c in compilation process,
5516         * device/lib/pic16/libsdcc/int/divuint.c,
5517         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
5518         `c' from signed to unsigned,
5519         * device/lib/pic16/startup/crt0.c,
5520         * device/lib/pic16/startup/crt0i.c,
5521         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
5522         keywords to double underlined form, bug fixes in _do_cinit function
5523         which prevented the correct initialization of the .idata segment,
5524         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
5525         core to enter a infinite loop
5526         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
5527
5528 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5529
5530         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
5531
5532 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5533
5534         * device/include/Makefile.in: add support for hc08 subdirectory
5535         * device/include/hc08/: new subdirectory
5536         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
5537         Lucas Loizaga, thanks!
5538         * device/include/hc08/mc68hc908qy.h,
5539         * device/include/hc08/mc68hc908gp32.h,
5540         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
5541         their own directory. Changed internal macro names to use the compiler
5542         reserved namespace. Changed SDCC specific keywords to double
5543         underlined form.
5544         * device/include/math.h,
5545         * device/include/malloc.h,
5546         * device/include/stdarg.h,
5547         * device/include/stdbool.h
5548         * device/include/string.h,
5549         * device/include/tinibios.h,
5550         * device/include/ds400rom.h,
5551         * device/include/8051.h,
5552         * device/include/8052.h,
5553         * device/include/80c51xa.h,
5554         * device/include/at89c55.h,
5555         * device/include/at89S8252.h,
5556         * device/include/at89x51.h,
5557         * device/include/at89x52.h,
5558         * device/include/ds80c390.h,
5559         * device/include/reg764.h,
5560         * device/include/regc515c.h,
5561         * device/include/sab80515.h,
5562         * device/include/mcs51/c8051f000.h,
5563         * device/include/mcs51/c8051f018.h,
5564         * device/include/mcs51/c8051f020.h,
5565         * device/include/mcs51/c8051f040.h,
5566         * device/include/mcs51/c8051f060.h,
5567         * device/include/mcs51/c8051f120.h,
5568         * device/include/mcs51/c8051f300.h,
5569         * device/include/mcs51/c8051f310.h,
5570         * device/include/mcs51/c8051f320.h,
5571         * device/include/mcs51/c8051f330.h,
5572         * device/include/mcs51/c8051f350.h,
5573         * device/include/z180.h: Changed SDCC specific keywords to double
5574         underlined form.
5575
5576 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
5577
5578         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
5579         18F4455,
5580         * (pic16_assignConfigWordValue): disable testing of configuration
5581         register value with config mask,
5582         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
5583         function with port->fun_prefix,
5584         * (genFunction): when generating a naked interrupt function never
5585         create an absolute segment placed in interrupt vector address, place
5586         the actual interrupt function at IVA instead, when an interrupt
5587         function is generated with unspecified interrupt then do not create
5588         the absolute section,
5589         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
5590         code for generating a call to generic pointer get/put function with
5591         a call to function pic16_callGenericPointer(),
5592         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
5593         the call to the generic pointer get/put functions with prefixing the
5594         function name with port->fun_prefix,
5595         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
5596         * src/pic16/main.c (_process_pragma): prefix function with
5597         port->fun_prefix,
5598         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
5599         calling assembler, old 18Fxxxx macro is deprecated,
5600         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
5601         PC_ASMDIR in while condition,
5602         * (findInstruction): add PC_ASMDIR in while condition,
5603         * (buildCallTree): prefix main with port->fun_prefix,
5604         * (pic16_pCode2str): fixed bug that didn't emit the memory access
5605         identifier for variable with banked access in instructions BTFSS,
5606         BTFSC, BCF, BSF, BTG
5607         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
5608         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
5609         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
5610         perform optimization when enviroment variable NO_REG_OPT is set,
5611         * (insideLRBlock): NEW, return 1 if register is inside an
5612         INF_LOCALREGS block,
5613         * (RemoveRegFromLRBlock): remove a register that is completely
5614         eliminated by register optimization, but it is still left in local
5615         register store/restore in/from stack block,
5616         * (Remove2pcodes): after removing register, check to see if it
5617         should be removed from local register store/restore in/from stack
5618         block,
5619         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
5620         DUMMY_READ_VOLATILE,
5621
5622         * device/include/pic16/adc.h: minor prototype modifications and
5623         update,
5624         * device/include/pic16/malloc.h: added GPL notice various
5625         modifications,
5626         * device/include/pic16/stdint.h: NEW, standard header for ints
5627         * device/include/pic16/delay.h: NEW, header for delay functions,
5628         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
5629         delay1mtcy,
5630         * device/include/pic16/signal.h: NEW, header providing helper macros
5631         for implementing signal handlers,
5632         * device/include/pic16/stdio.h: added prototypes for functions,
5633         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
5634         prototypes for stdin and stdout, added macro PUTCHAR to
5635         automatically implement putchar function prototype,
5636         * device/include/pic16/usart.h: modified and updated USART library,
5637         * device/lib/pic16/libio/adc/,
5638         * device/lib/pic16/libio/i2c: some modifications to improve library
5639         performance,
5640         * device/lib/pic16/libc/stdio/: modifications for the new printf*
5641         family of functions,
5642         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
5643         family of functions and other sources,
5644         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
5645         of the PIC18Fxx[28] devices,
5646         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
5647         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
5648         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
5649         _do_cinit function, because the previous failed when local variables
5650         where not placed in the same memory bank,
5651         * device/lib/pic16/libsdcc/char/: various modifications to improve
5652         library performance,
5653         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
5654         information on the new functions of the c library and more...
5655
5656 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5657
5658         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
5659
5660 2005-03-26 Raphael Neider <rneider AT web.de>
5661
5662         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
5663           if condition == CARRY)
5664         * (genCmp): adapted to new genSkipc semantics
5665         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
5666           on rIfx (genCmp was broken)
5667
5668 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5669
5670         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
5671         * src/z80/main.c (_keywords[]),
5672         * src/SDCCglobal.h (struct options),
5673         * src/SDCC.y,
5674         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
5675         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
5676         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
5677         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
5678         always available in leading double underscore form. The C99 support is
5679         mostly missing, but it's a start.
5680         * support/regression/tests/bug-227710.c: fixed nonconforming use of
5681         reserved identifier "__data".
5682
5683 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
5684
5685         * src/mcs51/peeph.def: fixed bug 1170013
5686
5687 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
5688
5689         * device/include/mcs51reg.h: fixed bug 842007
5690
5691 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5692
5693         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
5694         last time.
5695
5696 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5697
5698         * src/port.h (struct PORT),
5699         * src/avr/ralloc.c (avr_assignRegisters),
5700         * src/avr/main.c,
5701         * src/ds390/ralloc.c (ds390_assignRegisters),
5702         * src/ds390/main.c,
5703         * src/hc08/ralloc.c (hc08_assignRegisters),
5704         * src/hc08/main.c,
5705         * src/mcs51/ralloc.c (mcs51_assignRegisters),
5706         * src/mcs51/main.c,
5707         * src/pic/ralloc.c (pic14_assignRegisters),
5708         * src/pic/main.c,
5709         * src/pic16/ralloc.c (pic16_assignRegisters),
5710         * src/pic16/main.c,
5711         * src/xa51/ralloc.c (xa51_assignRegisters),
5712         * src/xa51/main.c,
5713         * src/z80/ralloc.c (z80_assignRegisters),
5714         * src/z80/ralloc.h,
5715         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
5716         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
5717         * src/SDCCcse.h,
5718         * src/SDCCdflow.c (computeDataFlow),
5719         * src/SDCCdflow.h,
5720         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
5721         * src/SDCCloop.h,
5722         * src/SDCCcflow.c (*),
5723         * src/SDCCcflow.h,
5724         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
5725         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
5726         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
5727         immedDom() returning wrong block; probably fixes bug #1160833)
5728
5729 2005-03-20 Borut Razem <borut.razem AT siol.net>
5730
5731         * support/scripts/inc2h.pl: WIN32 port
5732
5733 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
5734
5735         * device/lib/makefile.in: added abs.c and labs.c
5736
5737 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
5738
5739         * device/include/stdint.h: added
5740         * device/lib/abs.c: added
5741         * device/lib/labs.c: added
5742         * device/include/stdlib.h: added abs() and labs() prototypes
5743         * device/lib/libsdcc.lib: added abs and labs
5744         * device/include/float.h,
5745         * device/lib/_fsmul.c,
5746         * device/lib/printf_fast.c,
5747         * device/lib/printf_tiny.c: updated comments
5748
5749 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5750
5751         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
5752         bug #1164313
5753
5754 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5755
5756         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
5757         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
5758
5759 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
5760
5761         * device/lib/printf_large.c: removed inline assembly for portability and
5762           readability. Use printf_fast if speed or size are more important.
5763         * src/pic16/gen.c: removed conditions around use of DEBUGpc
5764         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
5765
5766 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
5767
5768         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
5769         prevent compiler warning
5770
5771 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
5772
5773         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
5774         moved to level 0 and declared as static. Also they are explicit
5775         placed in access bank. This was necessery because some times they
5776         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
5777         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
5778         optimizations. Currently only compare to unsigned char is implemented,
5779         * src/pic16/gen.c: added fReturnIdx array,
5780         * (struct resolvedIfx) is moved to gen.h and made public,
5781         * (struct _G): added sregsAlloc and sregsAllocSet fields,
5782         * (aopForSym): added an optimization to directly store in stack of
5783         the operand of a SEND iCode,
5784         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
5785         but as registers instead (AOP_REG) using the fReturnIdx array,
5786         * (pic16_freeAsmop): remove the freed register from the
5787         _G.sregsAlloc field,
5788         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
5789         a compare of 'WREG',
5790         * (pic16_popGetTempRegCond): changed function prototype, now
5791         function takes also a bitVector argument v which holds the current
5792         set of registers that are allocated for stack access by aopForSym,
5793         registers allocated in aopForSym for accessing stack symbols are not
5794         any more part of the functions usedRegs field,
5795         * (genCall): some times aopOp is called for a stack variable to be
5796         send, aopForSym might perform the push, if this is true make sure
5797         that genCall doesn't push the variable twice by testing _G.resDirect,
5798         * (genFunction): changed testing for unspecified interrupt number
5799         from 256 to INTNO_UNSPEC,
5800         * modified selection scheme of frame pointer generation. Previously
5801         if function did use local registers a frame pointer was generated,
5802         now a frame pointer is generated only if function has arguments
5803         (that need PLUSW2 register access), or has stack arguments, or the
5804         compiler is not instructed to omit the frame pointer,
5805         * (genEndFunction): before restoring local registers that were saved
5806         in the function preamble, also restore the registers that *might*
5807         have been allocated for stack access,
5808         * (genRet): removed some old comments,
5809         * (genCmp, the active (RN's) version): added a call to the
5810         pic16_genCmp_special function to perform the compare with a more
5811         robust and optimized way,
5812         * (genInline): a feature has been added in inline code generation,
5813         which allows a wildcard variable substitution when writing inline
5814         assembly. Code is incomplete and experimental therefore undocumented,
5815         * (genCast): changed order of aopOp for result and right to allow
5816         aopForSym to directly load the result if possible,
5817         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
5818         perform an optimized compare on some selected special occasions,
5819         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
5820         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
5821         generate an IVT any more,
5822         * src/pic16/main.c (pic16_optionsTable): added command line option
5823         --optimize-cmp,
5824         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
5825         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
5826         macros,
5827         * src/pic16/NOTES: Raphael Neider added in list of active developers
5828         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
5829         jumptable_end to prevent bug #,
5830         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
5831         inCond and outCond fields,
5832         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
5833         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
5834         turn off register spilling,
5835         * (packRegsForOneUse): synced with other ports' versions although it
5836         is not used currently,
5837         * (pic16_packRegisters): added an optimization while reading
5838         structure bitfields, some registers may be saved (malloc code is
5839         decreased by 80 bytes)
5840
5841 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
5842
5843         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
5844         left is a bitfield, if yes, then don't optimize assignment. Perhaps
5845         this can be optimized more?
5846
5847 2005-03-10 Raphael Neider <rneider AT web.de>
5848
5849         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
5850           genNearPointerGet): (hopefully) fixed access to bitfields via
5851           pointers (p->bitN = x; and x = p->bitN; failed)
5852
5853 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
5854
5855         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
5856
5857 2005-03-09 Raphael Neider <rneider AT web.de>
5858
5859         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
5860
5861 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
5862
5863         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
5864         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
5865           (regTypeNum): set REG_BIT type if necessary
5866         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
5867         * support/regression/tests/critical.c: check bug 1144613
5868
5869 2005-03-02 Raphael Neider <rneider AT web.de>
5870
5871         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
5872
5873 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5874
5875         * src/avr/ralloc.c (serialRegAssign),
5876         * src/ds390/ralloc.c (serialRegAssign),
5877         * src/hc08/ralloc.c (serialRegAssign),
5878         * src/mcs51/ralloc.c (serialRegAssign),
5879         * src/pic/ralloc.c (serialRegAssign),
5880         * src/pic16/ralloc.c (serialRegAssign),
5881         * src/xa51/ralloc.c (serialRegAssign),
5882         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
5883
5884 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
5885
5886         * src/SDCCast.c (decorateType): fixed bug 1124787
5887
5888 2005-02-20 Hubert Sack <sack AT digiplan.de>
5889         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5890
5891         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
5892         patch #1121755
5893
5894 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5895
5896         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
5897         to keep the correct label reference count when adding/removing references
5898         to labels. A peephole file using this is appended to patch #1144962.
5899
5900 2005-02-14 Raphael Neider <rneider AT web.de>
5901
5902         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
5903         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
5904         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
5905           retrievals of result operand's value on assignment
5906
5907 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
5908
5909         * device/include/pic16/string.h: modified prototype for memccpy()
5910         to memccpy(void *, void *, char, size_t)
5911         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
5912         check whether to omit frame pointer or not,
5913         * (genInline): convert all occurences of "\n" to LF in inline
5914         assembler blocks, this helps formatting the inline text,
5915         * (pic16_loadFSR0): modified prototype,
5916         * (genNearPointerGet, genNearPointerSet): reorganization of code,
5917         removed some 8051 legacy code,
5918         * (genPackBits): enabled handling bitfields exceeding one byte in size,
5919         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
5920         before allocating temporary registers in functions,
5921
5922 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
5923
5924         * support/regression/tests/bitvars.c: corrected the "fix"
5925
5926 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
5927
5928         * support/regression/tests/bitvars.c,
5929         * support/regression/tests/bitwise.c,
5930         * support/regression/tests/rotate.c: "fixed" problems on Alpha
5931
5932 2005-02-10 Raphael Neider <rneider AT web.de>
5933
5934         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
5935           different size for Alpha
5936         * src/pic16/gen.c (genCmpEq) : improved compare with 0
5937
5938 2005-02-09 Raphael Neider <rneider AT web.de>
5939
5940         * src/SDCC.lex(doPragma) : save and restore warning options as well
5941           (also added new stack plus clone- and copyAndFreeSDCCERRG())
5942         * have #pragma less_pedantic set the errorlevel to WARNING
5943           (fixes #1117001)
5944         * (cloneOptimize) : fixed wrong malloc's size
5945         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
5946           facilitate correct handling of #pragma (save|restore)
5947
5948 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
5949
5950         * src/mcs51/gen.c: removed non-standard C nameless struct/union
5951
5952 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
5953
5954         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
5955
5956 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
5957
5958         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
5959
5960 2005-02-02 Raphael Neider <rneider AT web.de>
5961
5962         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
5963         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
5964         * (pic16_storeForReturn): fixed to allow returning function pointers
5965         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
5966         * device/include/pic16/{stddef.h,stdbool.h}: added
5967
5968 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
5969
5970         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
5971
5972 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
5973
5974         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
5975         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
5976          appeared to be required
5977
5978 2005-01-31 Borut Razem <borut.razem AT siol.net>
5979
5980         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
5981           include/mcs51 and include/z80 directories to the package
5982
5983 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5984
5985         * src/hc08/gen.c (genFunction): fixed bug #1112752
5986
5987 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5988
5989         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
5990
5991 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5992
5993         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
5994
5995 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
5996
5997         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
5998
5999 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
6000
6001         * device/include/c8051fxxx.h: removed these 6 files
6002         * device/include/mcs51/c8051fxxx.h: added these 11 new files
6003
6004 2005-01-26 Raphael Neider <rneider AT web.de>
6005
6006         * src/pic16/gen.c (genAssign): fixed assignment from longs
6007           in codespace (were cut to three bytes)
6008         * (genDummyRead): implemented (except for CODESPACE...),
6009           fixed bug #1108575
6010         * src/pic16/glue.c (emitStatistics): beautified
6011         * device/lib/pic16/libm/Makefile: added include path
6012
6013 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6014
6015         * src/z80/gen.c (aopPut): fixed bug #1103902
6016
6017 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6018
6019         * device/lib/expf.c: fixed bug #1095792
6020
6021 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
6022
6023         * device/lib/pic16/libm: added Math library sources
6024
6025 2005-01-24 Raphael Neider <rneider AT web.de>
6026
6027         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
6028           to enable upcast to pCodeOpReg2 (there is no type tag to
6029           differenciate the two and pic16_popGet2p cast into PCOR2)
6030         * src/pic16/main.c (_process_pragma): fixed another malloc bug
6031           (sizeof(sectNames) changed to sizeof(sectName))
6032           Both patches fix segfaults under MinGW.
6033
6034 2005-01-23 Raphael Neider <rneider AT web.de>
6035
6036         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
6037           Safe_[mc]?alloc()'ed variables
6038         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
6039           of (byte sized) temporaries (assign them to WREG for now)
6040         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
6041           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
6042           this might fix SIGSEGVs on MinGW...
6043         * src/SDCCopt.c (killDeadCode): restored original behaviour
6044           (volatile operands might get thrown away though)
6045
6046 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
6047
6048         * src/pic16/gen.c: fixed bug #1106975,
6049         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
6050         pointer update, INTCON is saved, global interrupts are disabled and
6051         restored after updateing TOS.
6052         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
6053         * added function attribute 'shadowregs' to take advantage of shadow
6054         registers,
6055         * added function attribute 'wparam' as an alternative to the wparam
6056         pragma,
6057         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
6058         user declares a non-ISR function as 'shadowregs',
6059         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
6060
6061 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
6062
6063         * .version: bumped version number to 2.4.8
6064         * device/lib/pic16/pics.all: list of PIC18F devices supported by
6065         pic16 port,
6066         * device/lib/pic16/libio/i2c/: I2C module support library,
6067         * device/include/pic16/i2c.h: I2C support library header,
6068         * device/lib/pic16/libc/stdio/: standard IO support sources,
6069         * (printf_small.c): printf_small() source, supports float print,
6070         * (printf_tiny.c): printf_tiny() source, does not support floats,
6071         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
6072         enable global optimizations for entire library source, other
6073         Makefiles in the source tree are also modified to reflect this,
6074         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
6075         function,
6076         * doc/sdccman.lyx: updated to reflect new changes,
6077         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
6078         sym->onStack if-case,
6079         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
6080         sbit, idata, _idata, xdata, _xdata,
6081         * added pragma library, to link an external library, (see doc),
6082         * removed command line options, --pomit-config-words, --pomit-ivt,
6083         --pleave-reset-vector,
6084         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
6085         when calling assembler to reflect memory model used, also define
6086         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
6087         reflect stack model used,
6088         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
6089         on stack return NULL,
6090
6091 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
6092
6093         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
6094           of the operands is volatile. Fixes #1020220
6095
6096 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
6097
6098         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
6099         * (OptimizeRegUsage): make sure that there is really no other flow where
6100           the first pCode is used
6101
6102 2005-01-22 Raphael Neider <rneider AT web.de>
6103
6104         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
6105           to fix #1106967 (pCode->seq are not set up correctly)
6106
6107 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6108
6109         * src/SDCCglue.c (glue): make sure code area is declared before the
6110         static initialization area.
6111
6112 2005-01-21 Raphael Neider <rneider AT web.de>
6113
6114         * device/lib/Makefile.in: fixed test for pic16 install dir
6115         * device/lib/pic16/*/Makefile*: modified compile flags to enable
6116           optimizations
6117         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
6118           added --optimize-goto compiler switch and pragma wparam documentation
6119         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
6120         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
6121           and PRODH closing bug #1071770 (peephole optimizer)
6122
6123 2005-01-19 Raphael Neider <rneider AT web.de>
6124
6125         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
6126           cmdLine buffers (used when calling sdcpp...) are large enough
6127           (MAX_PATH=256 truncates arguments leading to system halts when
6128           used in MinGW...)
6129         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
6130         * (genUminus): rewritten to for efficiency
6131         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
6132           used uninitialized in some cases)
6133         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
6134           copy the third byte from the int -- now assumes 0x80 (data memory)
6135         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
6136           operands (genAddLit expects the iCode's operands to swapped as
6137           well), fixed leftover bytes (crashed for short left operands)
6138         * (pic16_genMinusDec): performance improvements, removed false
6139           PIC14 emitSKPNCs
6140         * (pic16_genMinus): fixed to cope with differently sized operands
6141         * src/pic16/glue.c (pic16_glue): added new banksel optimization
6142           for --obanksel > 1
6143         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
6144         * src/pic16/graph.[ch]: implementation of directed graphs, used by
6145           new banksel optimization
6146         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
6147           analysis for temporary registers (segfaults...)
6148         * src/pic16/peeph.def: added rule
6149
6150 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
6151
6152         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
6153         which converts a float number to its ASCII representation
6154         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
6155         functions to convert the fractional and integer part of a float to ASCII,
6156         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
6157         realloc.c): added _MALLOC_SPEC to explicit place variables in data
6158         ram
6159         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
6160         _STATMEM macros,
6161         * device/include/pic16/adc.h: added GPL info,
6162         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
6163         a pCodeOp as tested operand,
6164         * (genNearPointerGet): optimized bit testing, does not use
6165         intermediate register for bit value, test directly instead with
6166         BTFSS, BTFSC, works only for single bits,
6167         * (genpic16Code): dump the name of the iCode in the asm,
6168         * src/pic16/ralloc.c (decodeOp): removed static declaration and
6169         renamed to pic16_decodeOp,
6170         * (serialRegAssign): do not allocate a temporary register for iCode
6171         sequences that test a single bit for 1/0
6172
6173 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
6174
6175         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
6176         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
6177         access stack and frame pointers. They are initially assigned to
6178         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
6179         accessing SFRs. Updated all occurences of modification of stack or
6180         frame pointer in gen.c and pcode.c,
6181         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
6182         assigning of a literal value to pointers,
6183         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
6184         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
6185         selected
6186
6187 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6188
6189         * doc/sdccman.lyx: update documentation about stack pragma, added
6190         some info for stack memory models
6191
6192 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6193
6194         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
6195
6196 2005-01-08 Raphael Neider <rneider AT web.de>
6197
6198         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
6199           udata sections to fix bug #1097823
6200
6201 2005-01-05 Raphael Neider <rneider AT web.de>
6202
6203         * src/pic16/gen.c (genGenericShift): added handling of differently
6204           sized left operand and result
6205
6206 2005-01-04 Raphael Neider <rneider AT web.de>
6207
6208         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
6209         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
6210           to hold the condition bit)
6211         * added new version of genCmp (old code available via #define)
6212         * added new version of genShiftLeft/genShiftRight in a generic
6213           way, now supports shifting by negative values
6214         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
6215           shiftCount (expected by genGenericShift)
6216         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
6217         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
6218           dump
6219         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
6220           is an invalid literal too...)
6221
6222 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
6223
6224         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
6225         from Raphael Neider,
6226         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
6227         for 8-bit literals. This fixes some literal operands which are sign
6228         extended to 16-bits ints when instruction needs only 8-bits.
6229
6230 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
6231
6232         * device/lib/logf.c: added mcs51 assembly version
6233         * device/lib/expf.c: added mcs51 assembly version
6234         * device/lib/_logexpf.c: new shared asm code for expf and logf
6235         * device/include/math.h: add defines for assembly math library
6236         * device/lib/Makefile.in: build new _logexpf.c
6237         * device/lib/libfloat.lib: use new _logexpf.c
6238
6239 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
6240
6241         * src/pic/device.c
6242         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
6243           device types which have less than 0x7f registers.
6244
6245 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
6246
6247         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
6248
6249 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
6250
6251         * device/lib/printf_fast.c: only build on supported arch.
6252         * device/lib/printf_tiny.c: only build on supported arch.
6253         * device/lib/printf_fast_f.c: only build if asm float lib
6254         * device/lib/_fsget1arg.c: only build if asm float lib
6255         * device/lib/_fsget2args.c: only build if asm float lib
6256         * device/lib/_fsnormalize.c: only build if asm float lib
6257         * device/lib/_fsreturnval.c: only build if asm float lib
6258         * device/lib/_fsrshift.c: only build if asm float lib
6259         * device/lib/_fsswapargs.c: only build if asm float lib
6260         * device/include/stdio.h: don't provide print_fast,
6261           print_fast_f, print_tiny prototypes if --xstack used
6262
6263 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
6264
6265         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
6266         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
6267           to the SOURCES
6268
6269 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
6270
6271         * device/lib/printf_fast_f.c: same as printf_fast, but
6272           with floating point enabled
6273         * device/lib/printf_fast.c: minor tweaks
6274         * device/include/stdio.h: add printf_fast_f
6275
6276 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
6277
6278         * src/SDCCmain.c: make --float-reent default for mcs51
6279         * device/lib/_fsadd.c: added mcs51 assembly version
6280         * device/lib/_fssub.c: added mcs51 assembly version
6281         * device/lib/_fsmul.c: added mcs51 assembly version
6282         * device/lib/_fsdiv.c: added mcs51 assembly version
6283         * device/lib/_fseq.c: added mcs51 assembly version
6284         * device/lib/_fsneq.c: added mcs51 assembly version
6285         * device/lib/_fsgt.c: added mcs51 assembly version
6286         * device/lib/_fslt.c: added mcs51 assembly version
6287         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
6288         * device/lib/Makefile.in: add _fscmp to build
6289         * device/lib/libfloat.lib: add _fscmp to build
6290
6291 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
6292
6293         * device/lib/_fs2slong.c: added mcs51 assembly version
6294         * device/lib/_fs2sint.c: added mcs51 assembly version
6295         * device/lib/_fs2schar.c: added mcs51 assembly version
6296         * device/lib/_fs2ulong.c: added mcs51 assembly version
6297         * device/lib/_fs2uint.c: added mcs51 assembly version
6298         * device/lib/_fs2uchar.c: added mcs51 assembly version
6299         * device/lib/_slong2fs.c: added mcs51 assembly version
6300         * device/lib/_sint2fs.c: added mcs51 assembly version
6301         * device/lib/_schar2fs.c: added mcs51 assembly version
6302         * device/lib/_ulong2fs.c: added mcs51 assembly version
6303         * device/lib/_uint2fs.c: added mcs51 assembly version
6304         * device/lib/_uchar2fs.c: added mcs51 assembly version
6305         * device/include/float.h: added #define to select asm vs c
6306
6307 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
6308
6309         * device/lib/printf_fast.c: improvements to float output
6310         * device/include/float.h: add defines for assembly float library
6311         * device/lib/_fsget1arg.c: receive 1 float arg
6312         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
6313         * device/lib/_fsnormalize.c: normalize a float
6314         * device/lib/_fsreturnval.c: return float, various helper routines
6315         * device/lib/_fsrshift.c: right shift a float's mantissa
6316         * device/lib/_fsswapargs.c: swap 2 floats
6317         * device/lib/Makefile.in: build these 6 new files for mcs51
6318         * device/lib/libfloat.lib: add these 6 files to the library
6319
6320 2004-12-26 Borut Razem <borut.razem AT siol.net>
6321
6322         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
6323           built by gcc 3.4.2
6324
6325 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
6326
6327         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
6328           and fully reentrant and register bank neutral.
6329         * device/lib/printf_fast.c: added float (not enabled by default),
6330           added compact/slower integer (also not enabled by default),
6331           improved size/speed of fast integer code, other minor changes
6332         * device/include/stdio.h, device/lib/Makefile.in,
6333           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
6334
6335 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
6336
6337         * src/pic16/pcode.c: declaring variables other than at the start of a
6338           block is not supported in C by VC6.
6339
6340 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
6341
6342         * applied a previous patch from Raphael Neider that wasn't included
6343         in the previous commits, which fixes infinite loops within jumptable
6344         improvements,
6345         * made some fixes that previous patches introduced
6346
6347 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
6348
6349         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
6350         that fixes an issue with AOP_PCODE asmop's offset,
6351         * (pic16_popCopyReg): update instance field too,
6352         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
6353         function of pic port,
6354         * (genCmp, genAnd, genAssign),
6355         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
6356
6357 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
6358
6359         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
6360         variables initial values to idata section,
6361         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
6362         variables in some functions. This utilizes parmBytes field of iCode
6363         structure to hold the offset of the variable in stack. (might be
6364         able to use the stack field too?)
6365         * applied patch from Raphael Neider # ### , # ###
6366         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
6367         variable initial values in idata section,
6368         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
6369         for static variables with initial value
6370         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
6371         applied fix in while loop from Raphael Neider.
6372
6373 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
6374
6375         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
6376         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
6377         * src/ds390/ralloc.c (serialRegAssign): spill bits
6378         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
6379         * support/Util/SDCCerr.c,
6380         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
6381         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
6382         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
6383
6384 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
6385
6386         * device/include/sdcc-lib.h: inserted LGPL, added includes
6387           asm/ds390/features.h and asm/mcs51/features.h
6388         * device/include/asm/default/features.h,
6389         * device/include/asm/gbz80/features.h,
6390         * device/include/asm/z80/features.h: added empty _AUTOMEM
6391           and _STATMEM
6392         * device/include/asm/ds390/features.h,
6393         * device/include/asm/mcs51/features.h: added files with defines for
6394           _AUTOMEM and _STATMEM indicating automatic and static storage class
6395         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
6396         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
6397         * src/SDCCicode.c (geniCodeCast),
6398         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
6399         * src/SDCCloop.c (loopInduction): removed unused variable lr
6400         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
6401           to convertToFcall to include char modulo (RFE 1065037), added check
6402           if left operand is unsigned and use abs of literal value
6403         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
6404           as it doesn't work after conversion from peephole.def to peephole.rul
6405         * src/mcs51/gen.c (toBoolean): added check for size,
6406           (genModOneByte): optimized code for signed char modulo a literal
6407           power of 2 (thanks to Hubert Sack),
6408           (genRRC): removed unnecessary "clr c",
6409           (genRLC): replaced "add a,acc" with cheaper "rlc a"
6410         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
6411           jump optimization,
6412           swapped rules 256.c and 256.d,
6413           extended 256.d by using new multiple checks (thanks Erik),
6414           added rules 256.e and 256.f,
6415           updated rule 261.a and 261.b to new generated code
6416         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
6417
6418 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6419
6420         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
6421           induction related bugs, including first part of bug #1074377
6422
6423 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
6424
6425         * applied patch from bug-report #1076292,
6426         * applied patches for genAnd and Goto-optimizations for Raphael
6427         Neider,
6428         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
6429         dump a less iCode information,
6430         * src/pic16/device.h (pic16_options_t): added field debgen,
6431         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
6432         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
6433         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
6434         puclic,
6435         * (various functions): added macros FENTRY and FENTRY2 to functions,
6436         to emit function prologue,
6437         * (various functions): fixed indentation,
6438         * (genNearPointerGet): fixed loading of FSR0,
6439         * (genPackBits): applied patch from Raphael Neider to fix updating
6440         of FSR0 and touching only the modified bits,
6441         * src/pic16/genarith.c (various functions): added macros FENTRY to
6442         emit function prologue in comments,
6443         * src/pic16/pcode.h: added functions debugf2, debugf3,
6444         * src/pic16/ralloc.c: partial fix for packForPush caused
6445         segmentation fault,
6446
6447 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6448
6449         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
6450           <stsp AT users.sourceforge.net> with reversed byte order
6451         * support/regression/tests/rotate.c: added (ds390 skips some tests)
6452
6453 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6454
6455         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
6456           bug #1074377
6457         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
6458         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
6459
6460 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
6461
6462         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
6463
6464 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6465
6466         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
6467           conditions,
6468           (setFromConditionArgs): friendly operand parser for peephole rules,
6469           (operandBaseName, operandsNotRelated): new peephole condition
6470           "operandsNotRelated" -- similar to "operandsNotSame", but takes
6471           architecture specific register naming into account, handles n-way
6472           comparisons, and supports quoted literals
6473         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
6474
6475 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6476
6477         * src/mcs51/peeph.def: fixed bug #1076940
6478
6479 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
6480
6481         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
6482
6483 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6484
6485         Adding support for replacing ljmps with sjmps in jumptables
6486         generated for switch statements. For now you need to set the
6487         environment variable SDCC_SJMP_JUMPTABLE to enable this.
6488         Now 4 algorithms for mcs51 jumptable generation are used:
6489         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
6490         addresses loaded pc-relative for up to 112 cases and stack-pushing
6491         target addresses loaded with offset from dptr for up to 256 cases.
6492
6493         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
6494         * src/mcs51/main.c: adapted constants for switch table generation
6495         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
6496
6497 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
6498
6499         * device/lib/printf_large.c (_print_format): fixed bug 1073386
6500         * support/regression/tests/bug1057979.c: added test for bug 1073386
6501
6502 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
6503
6504         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
6505         compilers
6506
6507 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
6508
6509         * src/pic16/device.h,
6510         * src/pic16/genarith.c,
6511         * src/pic16/glue.c,
6512         * src/pic16/main.c,
6513         * src/pic16/pcode.c: applied patches #1068154 and #1070213
6514
6515 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
6516
6517         Large cummulative patch for pic16 port.
6518         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
6519         to call when a stack overflow occurs,
6520         * (malloc.h): added CVS Id tag,
6521         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
6522         variable,
6523         * added libc directory. The current version of LibC contains string
6524         functions, ctype functions and macros and some functions of the
6525         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
6526         be extensively tested in the future. Standard disclaimer here.
6527         Library is not automatically build yet. But one can build it by
6528         invoking 'make' inside the libc directory.
6529         * added ADC library under libio. Preliminary version yet.
6530
6531         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
6532         * src/pic16/gen.c (aopForRemat): asmop size is filled by
6533         aopForRemat() now and not by pic16_aopOp(),
6534         * (pic16_popGetTempReg): removed warning messgae when allocating
6535         temporary registers, its a buggy feature and will be removed,
6536         * (pic16_popGet): set register instance field in AOP_CRY,
6537         * (pic16_outBitC): fixed for results in size greater than 1,
6538         * (genUminusFloat): fixed for pic16, ported code from mcs51,
6539         * (pic16_storeForReturn): optimized return of 0,
6540         * (genCmp): experimental code for new genCmp which uses PIC18's
6541         special compare&skip instructions. Initial tests fail some times
6542         with variables grater than 1 byte in size, so new code is disabled,
6543         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
6544         a single bit,
6545         * (genCast): began a fix to optimize the casting of a bit to another
6546         bit, now assigning a bitfield to another bitfield will fail, sorry,
6547         * src/pic16/main.c: disabled the use of lr-support feature,
6548         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
6549         * added some function prototypes, added function _debugf prototype,
6550         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
6551         bits with offset (case PO_GPR_BIT),
6552         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
6553         command line,
6554         * (isBankInstruction): modified to return 0 for no banking instruction,
6555         and 1 for banking instruction,
6556         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
6557         caused stop processing pCodes after a inline assembly block,
6558         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
6559         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
6560         registers when it shouldn't,
6561         * src/pic16/ralloc.c (allocReg): add preliminary support for
6562         supporting a limited set of temporary registers,
6563
6564 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6565
6566         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
6567           genDataPointerSet): ensure assignments always copy in MSB to LSB
6568           order,
6569           (loadRegFromAop): recognize CLRH optimization,
6570           (genFunction): optimize RECEIVE iCodes in reentrant functions
6571
6572 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6573
6574         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
6575           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
6576           selected.
6577         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
6578         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
6579           contiguous with data
6580
6581 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6582
6583         * device/lib/_gptrget.c (_gptrget),
6584         * device/lib/_gptrgetc.c (_gptrgetc),
6585         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
6586           instead of sjmp to ret
6587         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
6588           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
6589
6590 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
6591
6592         * .version: bumped version to 2.4.7
6593         * device/lib/_gptrget.c (_gptrget): is now _naked
6594         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
6595         * device/lib/_gptrput.c (_gptrput): is now _naked
6596         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
6597           (createFunction): fixed xstack
6598         * src/SDCCglue.c (emitMaps): set allocation required for bit area
6599         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
6600           or bit either,
6601           (geniCodeCritical): store original interrupt state in an iTemp bit
6602           var unless stack-auto
6603         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
6604         * src/SDCCmain.c (setIncludePath): added include/target to search path
6605         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
6606         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
6607           prototype,
6608           (processFuncArgs): put bit vars in bit area
6609         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
6610           unsaveRBank): fixed xstack,
6611           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
6612           (genFunction, genEndFunction): fixed xstack,
6613           (genAssign): optimization don't walk backwards through mem
6614         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
6615         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
6616         * support/regression/Makefile: also make library (for stack-auto) when
6617           making "all" and added "test-mcs51-xstack-auto"
6618         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
6619         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
6620         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
6621         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
6622         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
6623           make-library by MAKE_LIBRARY
6624         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
6625           regression tests for xstack
6626         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
6627         * support/regression/tests/critical.c: test for critical on mcs51
6628
6629 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6630
6631         * support/regression/ports/ucz80/spec.mk: use include and lib files from
6632           built version of sdcc instead of installed version
6633
6634 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
6635
6636         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
6637         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
6638           vprintf.c now
6639         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
6640         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
6641           WARNING: remove device/lib/build/z80/printf.o by hand when
6642           updating from previous build!
6643         * device/lib/z80/printf.c: updated comment
6644         * support/regression/tests/bug1057979.c: test all ports now
6645         * support/regression/tests/bug1065458.c: file added
6646
6647 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6648
6649         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
6650           *_start and *_end symbols for static functions
6651
6652 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
6653
6654         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
6655           and search crt0.o in all library paths,
6656           (setIncludePath): proper handling of --nostdinc,
6657           (setLibPath): proper handling of --nostdlib
6658         * support/regression/Makefile,
6659         * support/regression/ports/ds390/spec.mk,
6660         * support/regression/ports/gbz80/spec.mk,
6661         * support/regression/ports/hc08/spec.mk,
6662         * support/regression/ports/mcs51/spec.mk,
6663         * support/regression/ports/mcs51-large/spec.mk,
6664         * support/regression/ports/mcs51-stack-auto/spec.mk,
6665         * support/regression/ports/z80/spec.mk: use include and lib files from
6666           built version of sdcc instead of installed version
6667         * doc/sdccman.lyx: fixed typo in --nostdinc
6668
6669 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
6670
6671         * src/pic/pcode.c,
6672         * src/pic/device.c,
6673         * src/pic/ralloc.c,
6674         * src/pic/gen.c : added support to generate code for struct bit fields.
6675
6676 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
6677
6678         * as/xa51/xa_version.h,
6679         * device/include/errno.h,
6680         * device/include/regc515c.h,
6681         * device/lib/_itoa.c,
6682         * device/lib/_ltoa.c,
6683         * device/lib/ser_ir_cts_rts.c,
6684         * sim/ucsim/xa.src/glob.cc,
6685         * sim/ucsim/xa.src/inst_gen.cc,
6686         * sim/ucsim/xa.src/xa_bit.cc,
6687         * sim/ucsim/xa.src/xa_sfr.cc,
6688         * sim/ucsim/z80.src/inst_dd.cc,
6689         * sim/ucsim/z80.src/inst_fdcb.cc,
6690         * support/scripts/keil2sdcc.pl,
6691         * src/pic16/pic16.dsp,
6692         * src/pic16/pic16a.dsp: corrected cvs line endings
6693         * device/lib/printf_large.c: fixed bug 1057979
6694         * src/pic16/gen.c: fixed non-C standard code
6695         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
6696         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
6697         * support/regression/ports/mcs51/support.c: reload T1 asap
6698         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
6699           pdata use and clear idata startup behaviour
6700         * support/regression/tests/bug1057979.c: added
6701
6702 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
6703
6704         * device/examples/ds390/ow390/ad26.h,
6705         * device/examples/ds390/ow390/cnt1d.h,
6706         * device/examples/ds390/ow390/crcutil.c,
6707         * device/examples/ds390/ow390/ownet.h,
6708         * device/examples/ds390/ow390/owsesu.c,
6709         * device/examples/ds390/ow390/swt12.h,
6710         * device/examples/ds390/ow390/swtoper.c,
6711         * device/examples/ds390/ow390/temp10.h,
6712         * device/examples/ds390/ow390/thermodl.c,
6713         * device/examples/ds390/tinitalk/tinitalk.dsp,
6714         * device/examples/ds390/tinitalk/tinitalk.dsw,
6715         * device/examples/mcs51/clock/hw.h,
6716         * device/examples/mcs51/simple2/go.bat,
6717         * device/examples/serialcomm/windows/serial.h,
6718         * device/examples/xa51/dummy.c,
6719         * device/examples/xa51/hello.c,
6720         * device/include/80c51xa.h,
6721         * device/include/at89x051.h: corrected cvs line endings
6722
6723 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
6724
6725         * src/pic16/main.c (options): added command line --gstack, to trace
6726         stack over/under flows,
6727         * added pragma 'wparam' to allow passing first byte of function
6728         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
6729         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
6730         call to __gstack_test function and sets up the symbol as extern,
6731         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
6732         * popaop): added call to pic16_testStackOverflow,
6733         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
6734         wparamList list,
6735         * (genCall, genPcall): now all parameters are passed via stack
6736         except in functions that are pass to wparam pragma in which WREG is
6737         used too,
6738         * (genPcall): REENTRANT flag is checked to see if variable prototype
6739         contains reentrant keyword, don't call a non-reentrant function, via
6740         a reentrant function pointer or vice versa, functions are never
6741         passed via WREG,
6742         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
6743         D.Winkler,
6744         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
6745         SIGSEGV when accessing a NULL register stucture,
6746         * (pic16_printGPointerType): modified to handle UPPER modifier for
6747         function initializers, changed prototype of function to simpler one,
6748         * (pic16_printIvalFuncPtr): check to see if function is already
6749         added in externs list,
6750         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
6751         optimized a move from W to SFR with a move to the same register
6752         later after a CALL,
6753         * device/lib/pic16/debug: NEW directory, contains debug features
6754         which are enabled when linking with libdebug.lib, currently command
6755         line option --gstack enables stack pointer tracing for over/under
6756         flow, corresponding sources are in debug/gstack
6757
6758 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
6759
6760         * doc/sdccman.lyx: updated SDCC version,
6761         * (PIC16 port): update list of command line options,
6762         * src/pic16/device.h (structure pic16_options_t): added field gstack
6763         to enable stack overflow tracing on push/pops,
6764         * src/pic16/device.c (statistics structure): added statistics
6765         structure,
6766         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
6767         pic16_dump_int_registers): increase statistics counters for each
6768         * variable which is encountered
6769         * (pic16_dump_usection): emit each .udata variable to its own udata
6770         section,
6771         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
6772         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
6773         parameters via stack, otherwise use old scheme,
6774         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
6775         assembler output file,
6776         * src/pic16/main.c: added command line options --gstack to enable
6777         push/pop tracing for stack overflow,
6778         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
6779         instructions): added size of each instruction,
6780         * (pic16_countInstruction): estimate size of instructions in
6781         the_pFile list, inline assembly blocks are not counted,
6782         * (pic16_FixRegisterBanking): trace previous register usage, when
6783         banksel optimizations is greater than 0, don't emit a redudant
6784         banksel directive,
6785
6786 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
6787
6788         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
6789         * src/pic16/ralloc.c : applied same fix for pic16.
6790         * src/pic/gen.c : tidied it up a little.
6791
6792 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6793
6794         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
6795         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
6796
6797 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6798
6799         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
6800
6801 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6802
6803         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
6804         non-reentrant function __modsint in the interrupt function (thus
6805         corrupting math operations during serial I/O)
6806         * device/lib/ser_ir.c: as above, changed buffersize
6807         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
6808         256.c,d for zeroing
6809         * doc/Makefile: added option -t for rsync
6810
6811 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6812
6813         * src/SDCCast.h (struct ast),
6814         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
6815
6816 2004-10-20 Borut Razem <borut.razem AT siol.net>
6817
6818         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
6819         package
6820
6821 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
6822
6823         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
6824         makefile targets,
6825         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
6826         support functions to replace long sequences of MOVFF's from access
6827         bank registers to stack and vice versa,
6828         * src/pic16/device.h: added new field opt_flags, where optimization
6829         flags can be set to enable certain features,
6830         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
6831         * pBlock, (genFunction, genEndFunction): surroung loop for
6832         saving/loading used registers in stack with PC_INFO pCodes,
6833         INF_LREGS. Code in between can then be optimized by pCode optimizer
6834         to support function calls,
6835         * (genDataPointerSet): fixed bug which loaded float fields in
6836         structures with corrupt data,
6837         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
6838         in a standard way debug info on stderr. Feature used for developing
6839         and debugging only,
6840         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
6841         obsolete chunks of code,
6842         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
6843         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
6844         * pic16/src/pcode.c (pic16_newpCodeInfo,
6845         * (pic16_newpCodeOpLocalRegs),
6846         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
6847         feature,
6848         * (pic16_pCodeConstString): printing of the initial value of a
6849         symbol as a comment is inhibited since parsing was already done by
6850         copyStr and output is corrupt,
6851         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
6852
6853 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6854
6855         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
6856
6857 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
6858
6859         * as/mcs51/lkarea.c: removed old K&R style,
6860           (lnksect): changed check on boundary error,
6861           (lnksect2): changed check on boundary error,
6862           (lnksect2): extend XSTK to end of page if size = 1
6863         * as/mcs51/lkmain.c: removed old K&R style,
6864           (Areas51): create l_IRAM symbol
6865         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
6866         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
6867           model-mcs51-stack-auto, added model-mcs51-xstack-auto
6868         * device/lib/_mullong.c: added version to be compiled with xstack
6869         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
6870         * device/lib/mcs51/crtxclear.asm: clear pdata as well
6871         * device/lib/mcs51/crtxstack.asm: fixed comment
6872         * src/SDCCglue.c: maxInterrupts defaults to 0,
6873           (emitMaps): added pdata,
6874           (createInterruptVect): (re)moved default,
6875           (glue): added pdata,
6876           (glue): moved __start__xstack to XSTK with default size 1
6877         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
6878           and options.float_rent when options.stackAuto is set,
6879           (linkEdit): only write XDATA_NAME if provided on command line
6880         * src/SDCCmem.h,
6881         * src/SDCCmem.c: added pdata
6882         * src/port.h: added pdata_name to PORT
6883         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
6884           (saveRegisters, unsaveRegisters): removed usage of B,
6885           (genMinus): fixed accumulator clash,
6886           (genJumpTab): added comment, this needs another look
6887         * src/mcs51/gen.c: added check for "B in use" paranoia,
6888           added pushB() and popB()
6889         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
6890           chance
6891         * src/avr/main.c,
6892         * src/ds390/main.c,
6893         * src/hc08/main.c,
6894         * src/mcs51/main.c,
6895         * src/pic/main.c,
6896         * src/pic16/main.c,
6897         * src/xa51/main.c,
6898         * src/z80/main.c: (reset_regparms) made void parameter explicit and
6899           added PSEG (PAG,XDATA) or NULL to port specifier
6900         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
6901         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
6902           (_mcs51_genInitStartup): removed __start__xstack equ,
6903           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
6904         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
6905         * src/z80/gen.c (_rleAppend): fixed warnings
6906         * support/regression/tests/zeropad.c: added pdata test
6907         * .version: bumped to 2.4.6
6908
6909 2004-10-17 Borut Razem <borut.razem AT siol.net>
6910
6911         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
6912         as a part of nightly build
6913
6914 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
6915
6916         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
6917         WREG holds the first byte function parameters,
6918         * (aopForSym): take special case for symbols which are in FARSPACE
6919         but in CODESPACE too,
6920         * (assignResultValue): modified to take into account _G.useWreg,
6921         * (genCall): don't use wreg for parameter passing when function is
6922         declared as reentrant, too, added optimization INCF to stack
6923         pointer when stack parameter count is 1,
6924         * (genFunction, genEndFunction): refurnished and fixed to not using
6925         wreg for passing parameters when function has varargs or is
6926         reentrant, fixed bug with symbol name compare for generating
6927         functions in absolute address,
6928         * (pic16_storeForReturn): refurnished,
6929         * (genCmp): began writing a new version of the function, not ready
6930         yet, therefore it is disabled,
6931         * (genAssign): do not read code memory when assigning a function to
6932         a pointer function,
6933         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
6934         array of characters, not pointer,
6935         * (pic16initialComments): in debug mode emit an .ident directive for
6936         the assembler,
6937         * (_process_pragma): emit a new warning type (internal to pic16)
6938         when setting stack to default length, emit a similar warning when
6939         placing a function at absolute address and address is not word aligned
6940         * (_pic16_parseOptions): added 'return TRUE' statement,
6941         * (_pic16_linkEdit): if compiling a source, then add the source's
6942         file object, first in the list of objects to link,
6943
6944 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
6945
6946         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
6947         * src/pic/main.c : removed VC warning.
6948         * src/pic/gen.c : changed comment.
6949
6950 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
6951
6952         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
6953         reference to a deprecated symbol _GPTRREG was causing failure to
6954         link. Thanks G. M. Gallant for the info.
6955
6956 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
6957
6958         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
6959         comments for Bugs item #954788.
6960
6961 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
6962
6963         * src/pic16/device.c (pic16_dump_gsection,
6964         * pic16_groupRegistersInSection): handle symbols declared to be in
6965         access bank differently,
6966         * src/pic16/gen.c (struct _G): added field resDirect,
6967         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
6968         send values read from stack directly to result and don't allocate
6969         temporary values,
6970         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
6971         same registers,
6972         * (pic16_sameRegsOfs): NEW,
6973         * (freeAsmop): if _G.resDirect is set then do not mark registers as
6974         free because they were not allocated from temporary pool,
6975         * pic16_popRegFromString): workaround to fix a problem with
6976         allocating variables twice or never,
6977         * (genGenPointerGet): using PRODL instead of FSR0H,
6978         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
6979         instead of FSR0H,
6980         * (genAssign): take advantage of the _G.resDirect flag,
6981         * (genCast): around line 11844, use mov2f instead of directly
6982         MOVFF'ing between operands to account for literal values,
6983         * src/pic16/genutils.c: some new debug functions for gpsim have been
6984         added,
6985         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
6986         float with integer part only,
6987         * src/pic16/main.c (_process_pragma): handle pragma udata access to
6988         place variables in access bank
6989         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
6990         updated sources to reflect recent changes in gen.c
6991
6992 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
6993
6994         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
6995         sources that searched for headers in installation path, now the
6996         device/include/pic16 is used,
6997         * src/pic16/glue.c (pic16glue),
6998         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
6999         .line directives if not in debug mode, this suppresses assembler's
7000         warnings for ignored directives
7001
7002 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
7003
7004         * src/port.h: made reset_regparms prototype void parameter explicit.
7005         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
7006         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
7007         * doc/sdccman.lyx: documented warning disabling and how to use
7008           printf_large to make it print floats.
7009         * device/include/stdbool.h: NEW
7010         * device/lib/_atof.c,
7011         * device/lib/_divuint.c,
7012         * device/lib/_divulong.c,
7013         * device/lib/expf.c,
7014         * device/lib/printf_large.c,
7015         * device/lib/sincosf.c,
7016         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
7017         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
7018           a completely reentrant lib.
7019
7020 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
7021
7022         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
7023         * device/include/pic16/stdio.h: fixed bug with colon
7024
7025 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
7026
7027         * device/include/pic16/stdio.h,
7028         * device/include/pic16/stdlib.h,
7029         * device/include/pic16/math.h: NEW
7030         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
7031         declared as _naked to reduce overhead
7032         * device/lib/Makefile.in (target port-specific-objects-pic16):
7033         changed * to *.* so to ignore the CVS directory,
7034         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
7035         stacked variables back in stack,
7036         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
7037         corruption
7038
7039 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
7040
7041         * .version: bumped version number to 2.4.5
7042         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
7043         * support/Util/SDCCerr.c (messages structure): added entry for
7044         W_POSSBUG2
7045
7046         Large cumulative patch for pic16 port and libraries.
7047         * device/include/pic16/sdcc-lib.h,
7048         * device/include/pic16/stdarg.h,
7049         * device/include/asm/pic16/features.h,
7050         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
7051         * device/include/pic16/float.h: changes reentrant keyword with
7052         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
7053         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
7054         updated target build-libraries to include objects from gptr,
7055         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
7056         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
7057         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
7058         all function headings,
7059         * src/SDCCmain.c: added global parameter userIncDirsSet,
7060         * (parseCmdLine): when option -I is encountered add directory to
7061         userIncDirsSet too,
7062         * src/version.awk: added space between control and long,
7063         * src/pic16/NOTES: added some notes for the port,
7064         * src/pic16/gen.c: added prototype for mov2fp function,
7065         * (fReturnpic16[]): properly named return value registers,
7066         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
7067         * (aopForSym): added code to handle symbols with onStack flag set,
7068         symbols onStack are allocated PTRSIZE bytes,
7069         * (aopFreeAsmop): handles special case where asmops are stack objects,
7070         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
7071         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
7072         added argument lock to trace flaws in allocating temporary registers
7073         when developing port,
7074         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
7075         * (pic16_popRegFromString): reenabled allocating a direct register
7076         from string,
7077         * (assignResultValue): various beautifications,
7078         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
7079         referenced function argument,
7080         * (genIpush): reenabled to allow stacked arguments, handles only
7081         ic->parmPush iCodes,
7082         * (genCall, genPcall): major changes to allow for variable argument
7083         functions, fixed a bug with falsely restoring stack pointer after
7084         returning from call,
7085         * (genFunction): pending code for critical function,
7086         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
7087         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
7088         * (genNearPointerGet): fixed bug with indirect reading, was always
7089         reading from INDF0
7090         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
7091         pointers,
7092         * (genAddrOf): rewrote code to take address of a stacked function parameter
7093         * (genCast): fixed casting to generic pointer type,
7094         * src/pic16/gen.h: added AOP_STA,
7095         * (struct asmop): added field stk,
7096         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
7097         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
7098         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
7099         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
7100         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
7101         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
7102         generic pointers,
7103         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
7104         and library paths,
7105         * (pic16_port structure): generic pointer size is set to 3,
7106         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
7107         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
7108         compiler warning,
7109         * src/pic16/ralloc.c (allocReg): prevent allocating register when
7110         operand is an iTemp,
7111
7112 2004-09-24 Martin Helmling <mh AT octo-soft.de>
7113
7114         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
7115         * debugger/mcs51/simi.c: addapt new syntax of s51
7116
7117 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
7118
7119         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
7120         * src/pic16/pcode.c: commented out some calls to free() in order to
7121         fix bug #989576,
7122
7123 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7124
7125         * src/SDCCicode.h,
7126         * src/SDCCicode.c (isiCodeInFunctionCall),
7127         * src/avr/ralloc.c (selectSpil),
7128         * src/pic/ralloc.c (selectSpil),
7129         * src/pic16/ralloc.c (selectSpil),
7130         * src/ds390/ralloc.c (selectSpil),
7131         * src/hc08/ralloc.c (selectSpil),
7132         * src/xa51/ralloc.c (selectSpil),
7133         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
7134         stack in the middle of a function call sequence (fixes bug #1020268)
7135         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
7136         costs associated with the minimum switch case.
7137
7138 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7139
7140         * src/SDCC.lex: fixed bug #1030549
7141
7142 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7143
7144         * src/SDCCcse.h (struct cseDef),
7145         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
7146         over a function call if the CSE is derived from a symbol whose
7147         address has been taken (fixes bug #1029883)
7148         * support/regression/tests/bug-1029883: a new regression test for
7149         this bug
7150
7151 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7152
7153         * src/hc08/gen.c (emitinline): fixed bug #1029778
7154         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
7155         to a cast object is no longer a syntax error ("fixes" bug #1030006,
7156         and starts toward RFE #905167)
7157
7158 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
7159
7160         * src/pic16/gen.c (mov2f): New function to move an operand to
7161         another without considering if it is a literal or a register,
7162         * (pic16_sameRegs): don't check if they are both AOP_REG,
7163         * (AccRsh): removed andmask=0 lines,
7164         * (genLeftShift): duplicated to be improved in future versions,
7165         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
7166         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
7167         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
7168         * (pic16initMnemonics): added initialization for POC_INFSNZW,
7169         * (insertBankSwitch): fixed inserting banksel directives algorithm
7170         for instructions that follow a skip instruction, this fixes a report
7171         for broken subtraction code generation,
7172         * src/pic16/ralloc.c (deassignLRs): do not free register if current
7173         iCode is a left op, just in case result and right share the same
7174         registers
7175
7176 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7177
7178         * src/hc08/main.c,
7179         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
7180         preservation of HX
7181         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
7182         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
7183         on 2004-09-12; it was buggy
7184
7185 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
7186
7187         * src/SDCCsymt.h: removed RESULT_CHECK
7188         * src/SDCCast.c,
7189         * src/SDCCglue.c,
7190         * src/SDCCval.c,
7191         * src/pic/glue.c,
7192         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
7193
7194 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
7195
7196         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
7197         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
7198         configuration values no more rejected by compiler, they are assigned
7199         to configuration registers with a warning message instead,
7200         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
7201         the for-loop so last conf register is emitted too,
7202         * (_pic16_initPaths): link library libsdcc.lib by default,
7203         * (_hasNativeMulFor): modified test for multiplication according to
7204         Raphael Neider's remarks. Integer multiplication is also done with
7205         support functions,
7206         * device/include/pic16/pic18fregs.h: corrected type error in while
7207         testing and including 18f6720 header file
7208
7209 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
7210
7211         * src/pic16/device.h (pic16_options): removed field use_crt,
7212         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
7213         until an optimization to handle single bits is added,
7214         * (pic16_loadFSR0): moved before genUnpackBits,
7215         * (genAnd): some white lines removed,
7216         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
7217         leave_reset flags in pic16_options when using crt modules,
7218
7219 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
7220
7221         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
7222           for bugs 898889 & 979599. Also used some safer print instructions.
7223
7224 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
7225
7226         * src/pic16/device.h (pic16_options_t): added field use_crt,
7227         crt_name, no_crt,
7228         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
7229         catch a probable future bug,
7230         * src/pic16/gen.c: aopIdx function commented out,
7231         * (genAssign): commented out old code which used aopIdx,
7232         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
7233         code, added if conditionals to take into account the --use-crt
7234         command line options,
7235         * src/pic16/main.c (pic16_optionsTable): added new command line
7236         options, --use-crt= and --no-crt,
7237         * (_pic16_linkEdit): now the proper crt object is added in the
7238         linker command line except than when --no-crt is specified,
7239         * src/pic16/pcode.c,
7240         * src/pic16/pcode.h: added some structures and functions for a new
7241         optimization scheme to compansate for instruction overhead between
7242         same iCodes, this scheme is currently under development and is not
7243         working in any way,
7244         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
7245         to && operator,
7246         * device/lib/pic16/startup/crt0i.c,
7247         * device/lib/pic16/startup/crt0iz.c: added global char variable
7248         __uflags to force the generation of an idata section
7249
7250 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
7251
7252         * doc/Makefile,
7253         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
7254         * doc/sdccman.lyx: updated sdcc version to 2.4.4
7255
7256 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7257
7258         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
7259         Frieder) and clarified the default code optimization mode
7260
7261 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7262
7263         * src/SDCC.lex (doPragma, process_pragma),
7264         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
7265         "opt_code_size", and "opt_code_balanced"
7266         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
7267         regrouped options by category, added support for category headers
7268         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
7269         and "--opt-code-size"
7270         * doc/sdccman.lyx: documented these new options and pragmas
7271         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
7272         preference into account
7273
7274 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
7275
7276         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
7277           geniCodePreDec): Fixed bug 904237 by generating a warning
7278         * src/SDCCerr.h,
7279         * src/SDCCerr.c: added warning W_SIZEOF_VOID
7280
7281 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
7282
7283         * src/pic/device.c : When no max ram set validate full memory range.
7284         * src/pic/pcode.c,
7285         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
7286
7287 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
7288
7289         * device/lib/_gptrget.c,
7290         * device/lib/_gptrput.c: updated comment
7291         * device/lib/calloc.c,
7292         * device/lib/free.c,
7293         * device/lib/malloc.c,
7294         * device/lib/realloc.c: added LGPL, made them reentrant-safe
7295         * src/SDCCcse.c (cseBBlock),
7296         * src/SDCCicode.c (printOperand, geniCodeArray),
7297         * src/SDCCicode.h (struct operand): fixed bug 868103
7298         * support/regression/tests/bug-868103.c: added
7299         * src/SDCCast.c (searchLitOp),
7300         * src/SDCCcse.h (struct cseDef),
7301         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
7302         * src/SDCCicode.h (struct operand),
7303         * src/SDCCsymt.h (struct sym_link),
7304         * src/avr/gen.c (hasInc),
7305         * src/ds390/gen.c (hasInc),
7306         * src/hc08/gen.c (genPlusIncr, hasInc),
7307         * src/mcs51/gen.c (hasInc),
7308         * src/pic16/glue.c (pic16_printIvalChar),
7309         * src/pic16/ralloc.c (regWithIdx),
7310         * src/xa51/gen.c (hasInc) : removed warnings
7311         * src/SDCCast.c (createBlock): added comment ???
7312         * src/hc08/ralloc.c: updated comments
7313
7314 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7315
7316         * doc/sdccman.lyx: updated section on switch statements, added
7317         section about semaphore locking
7318         * doc/Makefile: added option -info for latex2html
7319         * device/lib/_gptrget.c,
7320         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
7321
7322 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
7323
7324         * src/pic/device.h,
7325         * src/pic/device.c,
7326         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
7327          maxram is less than 0x100.
7328
7329 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
7330
7331         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
7332
7333 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7334
7335         * src/port.h,
7336         * src/mcs51/main.c,
7337         * src/ds390/main.c,
7338         * src/z80/main.c,
7339         * src/hc08/main.c,
7340         * src/pic/main.c,
7341         * src/pic16/main.c,
7342         * src/avr/main.c,
7343         * src/xa51/main.c
7344         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
7345         a jump table is the best form for a switch statement, including
7346         automatic insertion of missing cases to make the case range
7347         continuous. Developed in collaboration with Frieder Ferlemann.
7348
7349 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7350
7351         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
7352         accumulator result if it needs sign extension
7353
7354 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
7355
7356         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
7357
7358 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
7359
7360         * device/lib/gbz80/printf.c,
7361         * device/lib/z80/printf.c: removed define for NULL
7362
7363 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
7364
7365         * as/xa51/xa_link.c,
7366         * device/examples/ds390/ow390/ad26.c,
7367         * device/examples/ds390/ow390/cnt1d.c,
7368         * device/examples/ds390/ow390/counter.c,
7369         * device/examples/ds390/ow390/ds2480.h,
7370         * device/examples/ds390/ow390/ds2480ut.c,
7371         * device/examples/ds390/ow390/findtype.c,
7372         * device/examples/ds390/ow390/gethumd.c,
7373         * device/examples/ds390/ow390/owllu.c,
7374         * device/examples/ds390/ow390/ownetu.c,
7375         * device/examples/ds390/ow390/swt12.c,
7376         * device/examples/ds390/ow390/swtloop.c,
7377         * device/examples/ds390/ow390/temp.c,
7378         * device/examples/ds390/ow390/temp10.c,
7379         * device/examples/ds390/ow390/thermo21.c,
7380         * device/examples/ds390/ow390/tinilnk.c,
7381         * device/examples/ds390/ow390/tstfind.c,
7382         * device/examples/serialcomm/windows/serial.cpp,
7383         * device/examples/serialcomm/windows/test_serialcomm.cpp,
7384         * device/include/reg51.h: fixed line endings for cvs
7385
7386 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7387
7388         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
7389         packRegsForAccUse, packRegisters): new accumulator register
7390         packing algorithm
7391         * support/regression/ports/hc08/support.c (_putchar): suppress
7392         warning of unused variable
7393         * src/SDCCicode.c: added SWAP entry to codeTable
7394
7395 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
7396
7397         * device/lib/sprintf.c: forgot to add this file before previous commit
7398
7399 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
7400
7401         * src/pic16/gen.c (genPackBits): added operand right in function
7402         parameters, load result directly if p_type is POINTER (that is
7403         called by genNearPointerSet)
7404         * (genUnPackBits): added operand left in function parameters,
7405         * (genNearPointerGet, genNearPointerSet): prevent the loading of
7406         FSR0 if accessing bitfields,
7407
7408 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
7409
7410         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
7411           _print_format; updated printf, sprintf, vsprintf
7412         * device/include/asm/default/features.h: corrected comment/define
7413         * device/lib/Makefile.in: added sprintf.c
7414         * device/lib/libsdcc.lib: added sprintf module
7415         * device/lib/printf_large.c,
7416         * device/lib/vprintf.c,
7417         * device/lib/sprintf.c: totally refactored printf_large and vprintf
7418           into these 3 files
7419         * support/regression/Makefile: changed ALL_PORTS into a usefull default
7420         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
7421         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
7422           hc08 test
7423         * support/regression/tests/zeropad.c: define idata as data for hc08
7424
7425 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7426
7427         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
7428         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
7429         labels are referenced at least once (even if a reference is not found)
7430         * src/hc08/gen.c (emitcode): set isComment flag for comments
7431         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
7432         loads), rules 6a..6b (optimize jumps to return)
7433
7434 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7435
7436         * device/lib/acosf.c (acosf),
7437         * device/lib/asinf.c (asinf),
7438         * device/lib/atanf.c (atanf),
7439         * device/lib/ceilf.c (ceilf),
7440         * device/lib/cosf.c (cosf),
7441         * device/lib/coshf.c (coshf),
7442         * device/lib/cotf.c (cotf),
7443         * device/lib/fabsf.c (fabsf),
7444         * device/lib/floorf.c (floorf),
7445         * device/lib/log10f.c (log10f),
7446         * device/lib/logf.c (logf),
7447         * device/lib/sinf.c (sinf),
7448         * device/lib/sinhf.c (sinhf),
7449         * device/lib/sqrtf.c (sqrtf),
7450         * device/lib/tanf.c (tanf),
7451         * device/lib/tanhf.c (tanhf),
7452         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
7453         replaced all instances of "reentrant" in the library functions
7454         defined in math.h with this macro.
7455         * support/regression/tests/float_trans.c: reenabled test for hc08
7456
7457 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
7458
7459         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
7460         erroneously deleted
7461
7462 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7463
7464         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
7465         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
7466         multi-byte volatile operands are used
7467         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
7468         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
7469         initialization to area GSINIT0 so that it would always precede
7470         any static initializers in GSINIT
7471         * support/regression/tests/zeropad.c: fixed idata define for hc08
7472         * support/regression/tests/bug-927659.c,
7473         * support/regression/tests/float_trans.c: disabled tests for hc08
7474         pending missing library routines
7475         * .version: increased version number to 2.4.4 - hc08 port now passes
7476         regression tests
7477
7478
7479 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
7480
7481         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
7482         * Makefile.common.in,
7483         * as/Makefile,
7484         * as/hc08/Makefile.in,
7485         * as/mcs51/Makefile.in,
7486         * as/z80/Makefile.in,
7487         * debugger/mcs51/Makefile.in,
7488         * device/include/Makefile.in,
7489         * device/lib/Makefile.in,
7490         * doc/Makefile,
7491         * link/Makefile,
7492         * link/z80/Makefile.in,
7493         * packihx/Makefile.in,
7494         * sim/ucsim/main_in.mk,
7495         * sim/ucsim/avr.src/Makefile.in,
7496         * sim/ucsim/doc/Makefile.in,
7497         * sim/ucsim/gui.src/serio.src/Makefile.in,
7498         * sim/ucsim/hc08.src/Makefile.in,
7499         * sim/ucsim/s51.src/Makefile.in,
7500         * sim/ucsim/xa.src/Makefile.in,
7501         * sim/ucsim/z80.src/Makefile.in,
7502         * src/Makefile.in,
7503         * support/cpp2/Makefile.in,
7504         * support/librarian/Makefile,
7505         * support/makebin/Makefile: added DESTDIR to the install path proposed
7506         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
7507         * doc/sdccman.lyx: added DESTDIR documentation
7508
7509 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
7510
7511         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
7512         instruction for interrupt handlers, use fast returns when returning
7513         from high priority interrupts
7514
7515 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7516
7517         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
7518         code generation
7519         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
7520         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
7521         bugs, ported much of Bernhard's code from mcs51
7522         * src/mcs51/gen.c (genSend),
7523         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
7524         than one when calling a reentrant function
7525         * device/lib/_mullong.c: defined an alternate struct layout for big
7526         endian ports (hc08)
7527
7528 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7529
7530         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
7531         test
7532
7533 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7534
7535         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
7536         are sane and complete before asking the port its prefered parameter
7537         passing method (fixes bug #1017633)
7538         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
7539         and _ret3
7540
7541 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7542
7543         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
7544         problem in bitfields >= 8 bits.
7545
7546 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
7547
7548         * src/SDCCsymt.c: undid changes that were not meant to be committed
7549
7550 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
7551
7552         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
7553
7554 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
7555
7556         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
7557           copied and wrong bit got inverted
7558
7559 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7560
7561         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
7562         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
7563         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
7564         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
7565         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
7566         assignments to bitfields at known addresses
7567         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
7568         reads from bitfields at known addresses
7569         * src/hc08/ralloc.c (packRegisters),
7570         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
7571         genhc08Code): optimize pointer get values used as conditionals
7572         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
7573         and branch
7574
7575 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7576
7577         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
7578         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
7579         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
7580         as conditionals
7581
7582 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7583
7584         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
7585
7586 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7587
7588         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
7589         related problems
7590
7591 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
7592
7593         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
7594
7595 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7596
7597         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
7598         mcs51 port
7599
7600 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
7601
7602         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
7603
7604 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7605
7606         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
7607         cases use more compact code.
7608
7609 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
7610
7611         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
7612
7613 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7614
7615         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
7616
7617 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7618
7619         * src/SDCCsymt.h,
7620         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
7621         parameter of changePointer() from symbol* to sym_link*
7622         * src/SDCCast.c (decorateType): call changePointer() for CAST op
7623         * src/SDCCsymt.c (compareType): void* type is castable to other
7624         pointers, but not necesarily an exact match.
7625         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
7626         is no longer blindly treated as an exact match.
7627         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
7628
7629 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
7630
7631         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
7632
7633 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
7634
7635         * src/pic/gen.c,
7636         * src/pic/pcode.c,
7637         * src/pic/ralloc.h,
7638         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
7639
7640 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
7641
7642         * src/pic/device.c,
7643         * src/pic/device.h,
7644         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
7645
7646 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7647
7648         * src/mcs51/gen.c (emitcode): fixed bug #992819
7649
7650 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
7651
7652         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
7653           there's no need to make it worse
7654
7655 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7656
7657         * src/mcs51/ralloc.c (deassignLR),
7658         * src/ds390/ralloc.c (deassignLR),
7659         * src/hc08/ralloc.c (deassignLR),
7660         * src/z80/ralloc.c (deassignLR),
7661         * src/pic/ralloc.c (deassignLR),
7662         * src/pic16/ralloc.c (deassignLR),
7663         * src/avr/ralloc.c (deassignLR),
7664         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
7665         rlivePoint): fixed another part of bug #971834
7666
7667 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7668
7669         * src/z80/main.c: enabled "critical" keyword
7670         * src/z80/mappings.i,
7671         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
7672         functions (fixes bug #979646)
7673         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
7674
7675 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7676
7677         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
7678           such as c:\mydir.
7679
7680 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
7681
7682         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
7683           doesn't disable too much optimizations
7684
7685 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
7686
7687         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
7688
7689 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
7690
7691         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
7692
7693 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
7694
7695         * src/pic/gen.c tidied up tabs
7696         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
7697         * src/pic/main.c tidied up tabs
7698         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
7699         * src/pic/pcoderegs.c tidied up tabs
7700         * src/pic/ralloc.c tidied up tabs
7701
7702 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
7703
7704         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
7705         to S_FIXED for pic16 port and when symbol is not in level 0,
7706         allocate for S_REGISTER storage class and pic16 port, too,
7707         * src/pic16/device.h: prototype for checkSym,
7708         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
7709         * (pic16_assignConfigWordValue): test the value and the mask to
7710         validate that the value is suitable for the configuration word,
7711         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
7712         collect extern declared symbols, don't emit symbol twice, check
7713         first if symbol is in publics set first,
7714         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
7715         * added command line '--fstack' which enables an experimental
7716         feature for stack access, too buggy to be used yet...
7717         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
7718         * (pic16_allocDirReg): when register has storage class S_REGISTER
7719         allocate in pic16_dynAccessRegs,
7720         * device/include/pic16/pic18f????.h: modified configuration word
7721         naming convention, words started as CONFIG0H but should be CONFIG1H
7722
7723 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
7724
7725         * device/include/mcs51reg.h: fixed bug 970993
7726
7727 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
7728
7729         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
7730         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
7731         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
7732         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
7733         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
7734         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
7735           error/warning numbers,
7736           added function setWarningDisabled()
7737         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
7738         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
7739           _memcmp.c _memmove.c calloc.c realloc.c free.c
7740         * support/regression/tests/malloc.c: added tests for new functionality
7741         * support/regression/tests/zeropad.c: added tests for truncated initializers
7742           and initialized char arrays starting with '\x0'
7743         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
7744
7745 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
7746
7747         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
7748
7749 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7750
7751         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
7752         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
7753         peephole 177.e. Thanks to anonymous
7754
7755 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
7756
7757         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
7758         function isn't used in the source but referenced as a
7759         variable initializer then declare it as extern in .asm file
7760
7761 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
7762
7763         * .version: increased version number to 2.4.3
7764
7765         Adding version extension according to ChangeLog CVS revision
7766         * src/Makefile.in (target all): added dependency 'version.h'
7767         * (rule version.h): added rule to create version.h from ChangeLog,
7768         * (rule dep): added dependency version.h,
7769         * src/version.awk: AWK script to create version.h
7770         * src/SDCCdwarf2.c (dwWriteModule),
7771         * src/SDCCglue.c (initialComments),
7772         * src/SDCCmain.c (printVersionInfo): modified to write after
7773         version string the version extension number,
7774         * src/SDCCutil.c: included "version.h"
7775         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
7776         number,
7777         * src/SDCCutil.h: added prototype for getBuildNumber
7778
7779         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
7780         includeDirsSet, too,
7781         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
7782         const char [] is found in function prototype...
7783
7784         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
7785         moving to WREG with source is already in WREG,
7786         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
7787         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
7788         * (aopForSym): stack'ed symbols are partially supported, added
7789         if-clause to support symbols in FARSPACE,
7790         * (sameRegs): added test for AOP_ACC to see if registers are same,
7791         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
7792         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
7793         * (pic16_popRegFromString): will not allocate a new register if it
7794         doesn't find one by name, bug may have introduced...
7795         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
7796         * (genIpush): revived to use pic16 port's stack,
7797         * (genAddrOf): added incomplete case for stack'ed operand,
7798         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
7799         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
7800         can handle multibyte operands,
7801         * src/pic16/glue.c (pic16_printIval*): some debug info added,
7802         * (pic16initialComments): added message for MPLAB compatibility
7803         mode enabled,
7804         * src/pic16/main.h: prototype for pic16_mplab_comp,
7805         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
7806         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
7807         * (_pic16_linkEdit): NEW, handles link stage, transferred here
7808         because of increased complexity of procedure,
7809         * (_process_pragma): stack pragma changed to format 'stack pos len',
7810         emit symbol '_stack_end' to conform with gplink,
7811         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
7812         to search for register,
7813         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
7814         PO_GPR_REGISTER,
7815         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
7816         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
7817         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7818         case for PO_GPR_REGISTER,
7819         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
7820         dies, the new era is ahead !...
7821         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
7822         pic16_dynInternalRegs,
7823         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
7824         * (pic16_allocDirReg): minor optimizations and bug fixes,
7825         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
7826
7827         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
7828         load stack and frame pointer with address of 'stack_end' symbol
7829
7830 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
7831
7832         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
7833         without source code but only variable initializers
7834
7835 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
7836
7837         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
7838         external are not declared as extern to reduce overhead while linking
7839
7840 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
7841
7842         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
7843
7844 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
7845
7846         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
7847           Yee Keat for the patch
7848         * src/SDCCast.c (decorateType): fixed bug #979599
7849         * src/ds390/gen.h: removed local fReturnSizeDS390
7850         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
7851         * src/ds390/gen.c (genAnd, genOr, genXor),
7852         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
7853
7854 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
7855
7856         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
7857         add relFilesSet to $3, manipulate $2 to handle linking of object
7858         files without source files in command line,
7859         * device/include/pic16 (all headers): added ID location macros,
7860         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
7861         entries for ID location bytes,
7862         * (pic16_assignIdByteValue): NEW,
7863         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
7864         added field dumpcalltree to pic16_options_t,
7865         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
7866         is used instead of pic16_Gstack_base_addr, check if (ifx) before
7867         emitting rFalseIfx label after check_carry label,
7868         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
7869         pic16_emitDIRegs), NEW
7870         * (pic16glue): dump .calltree file when option --calltree found,
7871         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
7872         * (_pic16_genAssemblerPreamble): emit ID locations after
7873         configuration registers,
7874         * (pic16_linkCmd): modifications of the link command,
7875         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
7876         * (pic16_pCodeInitRegisters): don't init stack registers,
7877         * (pic16_findPrevInstruction): fixed bug,
7878         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
7879         bug with immediate registers,
7880         * (buildCallTree): traces stack push and pop,
7881         * (pct2): dump also stack usage for each function,
7882         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
7883         * (pic16_allocDirReg): various modifications,
7884         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
7885         fixed to 1,
7886
7887 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
7888
7889         * src/pic16/pcode.c: removed buggy double colon
7890
7891 2004-07-01 Borut Razem <borut.razem AT siol.net>
7892
7893         * support/scripts/sdcc.nsi: added include/pic16 to setup
7894
7895 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
7896
7897         * device/lib/Makefile.in: fixed bug in target objects-pic16,
7898         * device/lib/pic16/Makefile: prefixed with dash (-) command under
7899         target 'clean',
7900         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
7901         specific command line arguments. Also added sample lkr script
7902         for placing a variable at a specific memory bank.
7903         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
7904         at a specific memory bank,
7905         * (pic16_dump_isection): fixed bug which caused string literals to
7906         be omitted when dumping idata section,
7907         * (pic16_groupRegistersInSection): added code to handle registers
7908         in specific memory banks,
7909         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
7910         public, all references are renamed too,
7911         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
7912         AOP_DPTR2,
7913         * (pic16_storeForReturn): added case to handle when dest is WREG,
7914         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
7915         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
7916         pic16_rel_udata, check to see if that register is marked as being
7917         a member of a specific memory bank,
7918         * (pic16_printIvalCharPtr): added code to add string literals either
7919         to code or the idata sections,
7920         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
7921         also accept the 'udata' pragma,
7922         * src/pic16/main.h: new structure types sectName and sectSym
7923         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
7924         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
7925         * (pic16_findPrevInstruction): fixed, it returned nothing,
7926         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
7927         instruction combinations,
7928         * (pic16_FixRegisterBanking): heavily reorganised,
7929         * (pic16_AnalyzeBanking): if generating banksel directives is
7930         disabled, then don't call FixRegisterBanking at all,
7931         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
7932         completely removed,
7933         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
7934
7935 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
7936
7937         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
7938         Phuah Yee Keat <yk.phuah AT nestac.com>
7939
7940 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
7941
7942         * src/pic16/glue.c (pic16createInterruptVect): function now emits
7943         correctly the IVT even if it is relocated to some other location
7944
7945 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
7946
7947         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
7948         * device/include/pic16/pic18f2220.h: NEW,
7949         * device/lib/pic16/libdev/pic18f2220.c: NEW,
7950         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
7951         * src/pic16/device.c (struct Pics16): added info for 18f2220,
7952         * src/pic16/device.h (struct pic16_options): added ivt_loc and
7953         nodefaultlibs, ivt_loc is the location of the interrupt vector
7954         table, and nodefaultlibs signs that default libraries should not be
7955         linked in link stage,
7956         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
7957         according to --ivt-loc argument,
7958         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
7959         when pragma stack is found,
7960
7961 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7962
7963         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
7964         256 (range check), 257 (do while), 258.a-f (bit banging
7965         f.e. on 3-wire SPI bus)
7966
7967 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7968
7969         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
7970         variables used exclusively within a loop
7971
7972 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
7973
7974         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
7975
7976 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7977
7978         * src/SDCClrange.c (computeClash): fixed bug #971834
7979
7980 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7981
7982         * src/mcs51/gen.c (genCmp): fixed bug #975903
7983         * src/hc08/gen.c (operandsEqu),
7984         * src/ds390/gen.c (operandsEqu),
7985         * src/z80/gen.c (operandsEqu),
7986         * src/pic/gen.c (operandsEqu),
7987         * src/pic16/gen.c (operandsEqu),
7988         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
7989         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
7990
7991 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7992
7993         * src/SDCCcse.c (cseBBlock): fixed bug #966963
7994
7995 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
7996
7997         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
7998         default case in switch statement,
7999         * glue.c (pic16_initPointer): expr is initialised via decoarteType
8000         to eliminate problem with initialisation of pointers, but problem
8001         still exists,
8002         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
8003         * (emitStaticSegment): removed various lines emitting debug info,
8004         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
8005         added processor registers for utilizing EEPROM,
8006         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
8007         configurable and set 8
8008
8009 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
8010
8011         * .version: increased version number to 2.4.2,
8012
8013         Cumulative patch for pic16 port
8014         * src/pic16/device.c: changed scheme to dump initial values for
8015         variables in idata segment, all print_idata* functions were removed,
8016         now the pic16_printIval* will be called,
8017         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
8018         * _pic16_printPointerType, pic16_printPointerType,
8019         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
8020         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
8021         NEW, similar to the respective functions in SDCCglue.c,
8022         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
8023         way, emitting hex bytes,
8024         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
8025
8026 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8027
8028         * src/avr/ralloc.c (serialRegAssign),
8029         * src/xa51/ralloc.c (serialRegAssign),
8030         * src/pic/ralloc.c (serialRegAssign),
8031         * src/pic16/ralloc.c (serialRegAssign),
8032         * src/hc08/ralloc.c (serialRegAssign),
8033         * src/z80/ralloc.c (serialRegAssign),
8034         * src/ds390/ralloc.c (serialRegAssign),
8035         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
8036
8037 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8038
8039         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
8040         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
8041
8042 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
8043
8044         Cumulative patch for pic16 port:
8045         * src/pic16/device.h (typedef PIC16_device) modified fields for
8046         defining microcontrollers,
8047         * src/pic16/device.c: added new info for all devices in Pics16 array,
8048         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
8049         to be optimised out by the pCode optimiser,
8050         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
8051         specially, bug reported by G.M. Gallant,
8052         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
8053         as force'd so that cannot be optimised out by pCode optimiser,
8054         * src/pic16/pcode.c,
8055         * src/pic16/pcodepeeph.c,
8056         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
8057         they are disabled by default, but can be enabled explicit with
8058         command argument --denable-peeps, for testing,
8059         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
8060         --pomit-ivt in COMPILE_FLAGS
8061
8062 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
8063
8064         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
8065           compilation on MSVC
8066
8067 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
8068
8069         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
8070
8071 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8072
8073         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
8074         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
8075
8076 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
8077
8078         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
8079         would only assign 0x300001 register.
8080
8081 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
8082
8083         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
8084         in COMPILE_FLAGS. Thanks to G. Gallant for report.
8085
8086 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8087
8088         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
8089         for ds80c400
8090         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
8091         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
8092         added peephole 254 (left shift), 255 (jump table)
8093
8094 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
8095
8096         * device/lib/Makefile.in: removed comment line with model-pic16,
8097         * (target port-specific-objects-pic16): the libraries and objects
8098         are copied to the build directory form the device/lib/pic16/bin
8099         directory
8100
8101         Cumulative patch concerning pic16 port:
8102         * library directory has been re-organized,
8103         * added support for PIC18F1220,
8104         * added headers and library sources for chips 18f1220,18f6520,
8105         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
8106
8107         * configuration registers setting has changed, now each supported
8108         device has a complete description of the registers it uses,
8109         * all initialisations are moved to idata sections, these section
8110         can be absolute or relocatable,
8111         * fixed initialisation of codespace variables,
8112         * fixed warning about PCLATU and gpsim,
8113         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
8114         * (genAssign): use table reads when assigning from variables in codespace,
8115         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
8116         char/int variables placed in codespace,
8117         * (pic16_emitConfigRegs): NEW, emits a list with configuration
8118         registers set in .asm file, no need for --pomit-config-words anymore,
8119         * (pic16glue): some 8051 legacy segments are commented out
8120         (to be removed completely),
8121         * added support for alternative assembler and linker with --asm=
8122         and --link= command line arguments,
8123         * peepholes are disabled automatically in the port, no need to
8124         specify on command line,
8125         * port supports natively char/int/long multiplication, but converts
8126         all divisions to support functions,
8127         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
8128         to the file set in variable $2,
8129         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
8130         strings in ASCII format and not in hex,
8131         * ralloc.c (serialRegAssign): added a triplet of conditional calls
8132         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
8133         allocate proper register if iCodes aren't temporary,
8134
8135 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
8136
8137         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
8138
8139 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
8140
8141         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
8142         is commented out
8143
8144 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8145
8146         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
8147         computed address is reused
8148         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
8149         multi-byte bitfields
8150
8151 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
8152
8153         * src/z80/gen.c: (genArrayInit): must check for pointers too
8154
8155 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
8156
8157         * support/regression/tests/zeropad.c: never meant to commit the
8158           nestedstruct test: removed, added check for GCC version
8159
8160 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
8161
8162         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
8163         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
8164         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
8165           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
8166           bugs 928906 and 954082 half-empty initializers
8167         * src/SDCCsymt.h,
8168         * src/SDCCsymt.c (getAllocSize): added for above fix
8169         * src/z80/gen.c (genArrayInit): fixed bug 741044
8170         * support/regression/tests/zeropad.c: added tests
8171
8172 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
8173
8174         * src/pic16/device.c (pic16_dump_section): corrected bug which
8175         caused some symbols of the libraries to be misplaced
8176
8177 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
8178
8179         * src/pic16/glue.c,
8180         * src/pic16/ralloc.h,
8181         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
8182         to fix conflict with pic port
8183
8184 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
8185
8186         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
8187         externs configuration variables,
8188         * src/pic16/ralloc.h,
8189         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
8190         prototype in header, commented out some debug messages
8191
8192 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
8193
8194         * src/pic16/glue.c,
8195         * src/pic16/main.c,
8196         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
8197         for gpasm COFF object generation. Thanks to D. Hawkins for
8198         his patch info
8199
8200 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8201
8202         * src/ds390/main.c,
8203         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
8204         Brock for spotting this)
8205         * src/ds390/gen.c (genEndFunction),
8206         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
8207         interrupt handler and critical. Disable push/pop optimizations when
8208         peephole optimizations disabled.
8209
8210 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
8211
8212         Updated pic16 library sources and headers.
8213         * device/lib/pic16/pic18f*/ ,
8214         * device/include/pic16/*.h: modified to handle structured SFR
8215         definitions
8216
8217 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
8218
8219         * src/port.h (PORT structure): added hook initPaths, now each
8220         port can declare its own default search paths,
8221         which can been seen with the --print-search-dirs option,
8222         see pic16 port for example,
8223         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
8224         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
8225         * (doPrintSearchDirs): NEW, replaces in a central manner the
8226         printing of search dirs which was split in set*Paths functions,
8227         * (main): added call to port->initPaths and doPrintSearchDirs,
8228         * src/avr/main.c,
8229         * src/ds390/main.c,
8230         * src/hc08/main.c,
8231         * src/izt/i186.c,
8232         * src/izt/tlcs900h.c,
8233         * src/mcs51/main.c,
8234         * src/pic/main.c,
8235         * src/pic16/main.c: modified port structures to reflect addition of
8236         initPaths hook,
8237
8238         * src/pic16/device.c (regCompare): registers are finally sorted by name,
8239         * (pic16_dump_section): for registers in same address reserve memory once,
8240         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
8241         to no_banksel,
8242         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
8243         result is greater in size than right or left,
8244         * (pic16_genUMult8X8_8): there are some cases where the result can
8245         be 16 bits size, so handle these,
8246         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
8247         * (pic16_outBitC): modified to emit pcodes,
8248         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
8249         or not,
8250         * (genDivOneByte): implemented algorithm to divide 8-bits,
8251         * (genCmp): uncommented goto, but issues still exist,
8252         * (genAnd): fixed a bug with variables >8bits,
8253         * (genPackBits): optimization added that uses BCF/BSF to change a
8254         single bit,
8255         * (genAssign): fixed bug when assigning floating point literals,
8256         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
8257         __sdcc_gsinit_startup label,
8258         * src/pic16/main.c (_pic16_init): removed search directory
8259         initialisations,
8260         * (_pic16_initPaths): NEW, used to initialise search directories,
8261         * (_hasNativeMulFor): support functions for all except char/int
8262         multiplication, and char division,
8263         * (PIC16_port struct): modified entry for native mul support,
8264         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
8265         no_banksel option,
8266         * (buildCallTree): call to register_usage is ifdef'ed out,
8267
8268 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8269
8270         * device/include/string.h: applied Stas Sergeev's patch to make this
8271         header file compatible with the preprocessor -Wundef option
8272         * src/SDCCmain.c (main): abort compilation if preprocessor reports
8273         failure (fixes bug #941458)
8274
8275 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8276
8277         * src/SDCCopt.c (killDeadCode): fixed bug #907733
8278         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
8279         that the variable, not the function, should be static
8280         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
8281         to be consistent with non-literal case
8282
8283 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8284
8285         * src/SDCCast.c (isConformingBody): fixed bug #949967
8286         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
8287         convilong): fixed bug #952086
8288
8289 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8290
8291         * src/SDCCmem.c (allocVariables): fixed bug #955321
8292
8293 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8294
8295         * src/hc08/main.c (_hc08_genAssemblerEnd),
8296         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
8297         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
8298         completely eliminated the use of a temporary file
8299         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
8300         when more than one file linked
8301         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
8302
8303 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8304
8305         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
8306         which fixes bug #543481
8307         * support/regression/tests/bug-751703.c: fixed comments left from a
8308         cut and paste error
8309         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
8310         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
8311         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
8312         scopes
8313         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
8314         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
8315         are now changed to underscores in moduleName
8316
8317 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8318
8319         * as/mcs51/lkmem.c: better fix for bug #954173
8320
8321 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
8322         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8323
8324         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
8325         * device/include/c8051f000.h,
8326         * device/include/c8051f120.h,
8327         * device/include/c8051f300.h,
8328         * device/include/c8051f310.h,
8329         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
8330         PWM16) and detab'ed
8331
8332 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8333
8334         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
8335         and mailing lists, doc'ed --no-peep-comments, removed reference
8336         to knoppix (newest version has no LyX/LaTeX), other minor changes
8337         * src/SDCCglue.c (glue): save 2 bytes stack space with
8338         option --main-return. The ljmp could probably be avoided too
8339
8340 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8341
8342         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
8343
8344 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8345
8346         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
8347         * src/SDCCopt.c (isLocalWithoutDef),
8348         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
8349         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
8350         (credit to Maarten Brock for patch #949363, on which this is based)
8351         * support/regression/tests/bug-751703.c: some test cases of extern used
8352         within inner scopes.
8353
8354 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8355
8356         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
8357         SPEC_STRUCT
8358         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
8359         struct definitions
8360         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
8361         dwWriteLabel): fix to create valid debugger symbols even when
8362         the module name has non-alphanumeric symbols in it
8363         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
8364         when a variable's allocation has been optimized away
8365
8366
8367 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8368
8369         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
8370         * src/hc08/main.c,
8371         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
8372         * src/mcs51/main.c,
8373         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
8374         * src/ds390/main.c,
8375         * src/z80/gen.c (z80_emitDebuggerSymbol),
8376         * src/z80/main.c,
8377         * src/pic/gen.c (pic14_emitDebuggerSymbol),
8378         * src/pic/main.c,
8379         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
8380         * src/pic16/main.c,
8381         * src/avr/gen.c (avr_emitDebuggerSymbol),
8382         * src/avr/main.c,
8383         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
8384         * src/xa51/main.c,
8385         * src/SDCCdebug.c (emitDebuggerSymbol),
8386         * src/SDCCdebug.h,
8387         * src/port.h: added a debugger struct to the port struct. Added a
8388         callback for defining debugger symbols
8389
8390         * src/SDCCast.c (createLabel),
8391         * src/SDCC.y (labeled_statement): mark all compiler generated labels
8392         with isitmp = 1
8393         * src/SDCCicode.h,
8394         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
8395         iCode back to the ast for the function
8396
8397         * src/hc08/ralloc.c (hc08_assignRegisters),
8398         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
8399         unneeded fields from the regs struct.
8400         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
8401         pushReg() & pullReg() functions instead of emitcode()
8402
8403         * src/hc08/gen.c (genLabel, genhc08Code),
8404         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
8405
8406         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
8407         debugger hooks
8408
8409         * src/hc08/gen.c (genEndFunction, genhc08Code),
8410         * src/hc08/gen.h,
8411         * src/mcs51/gen.c (genEndFunction, gen51Code),
8412         * src/mcs51/gen.h,
8413         * src/ds390/gen.c (genEndFunction, gen390Code),
8414         * src/ds390/gen.h,
8415         * src/z80/gen.c (genEndFunction, genZ80Code),
8416         * src/z80/gen.h,
8417         * src/z80/z80.h,
8418         * src/pic/gen.c (genEndFunction, genpic14Code),
8419         * src/pic/gen.h,
8420         * src/pic16/gen.c (genEndFunction, genpic16Code),
8421         * src/pic16/gen.h,
8422         * src/avr/gen.c (genEndFunction, genAVRCode),
8423         * src/avr/gen.h,
8424         * src/xa51/gen.c (genEndFunction, genXA51Code),
8425         * src/xa51/gen.h,
8426         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
8427         specific code to cdbFile.c and out of the backend code generators
8428
8429         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
8430         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
8431         starting address is now 0
8432
8433         * as/hc08/asm.h,
8434         * as/hc08/m08pst.c,
8435         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
8436         assembler directive for DWARF support
8437         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
8438
8439         * src/src.dsp,
8440         * src/Makefile.in,
8441         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
8442
8443 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8444
8445         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
8446         and inappropriate peephole optimization in jump tables
8447
8448 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8449
8450         * as/hc08/m08pst.c,
8451         * src/SDCCglue.c: sdccopt works for the hc08 port now
8452
8453 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
8454
8455         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
8456
8457 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8458
8459         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
8460
8461 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8462
8463         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
8464         rules
8465         * src/SDCCmain.c,
8466         * src/SDCCglobl.h,
8467         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
8468         comments from the peephole optimizer replacement rules
8469         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
8470         symbols
8471         * src/SDCCcse.c (updateSpillLocation),
8472         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
8473         equivalents
8474         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
8475         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
8476         objects far pointers
8477
8478 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8479
8480         * src/SDCCsymt.h: a missing part of my last change
8481         * src/pic/ralloc.c (regTypeNum),
8482         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
8483
8484 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8485
8486         * src/SDCCicode.h,
8487         * src/SDCCicode.c (aggrToPtrDclType),
8488         * src/SDCCptropt.h,
8489         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
8490         ptrPseudoSymConvert),
8491         * src/pic/ralloc.c (regTypeNum),
8492         * src/pic16/ralloc.c (regTypeNum),
8493         * src/hc08/ralloc.c (regTypeNum),
8494         * src/ds390/ralloc.c (regTypeNum),
8495         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
8496         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
8497
8498 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8499
8500         * link/z80/lkmain.c (afile),
8501         * as/hc08/lkmain.c (afile),
8502         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
8503         prevent a pointer problem when a filename has no directory and
8504         no extension specified.
8505
8506 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8507
8508         * link/z80/lkmain.c (afile): allow periods in directory names
8509         * link/z80/lkmain.c (afile),
8510         * as/mcs51/lkmain.c (afile),
8511         * as/hc08/lkmain.c (afile): allow linker script file to have an
8512         extension other than ".lnk"
8513         * link/z80/lklex.c (getfid),
8514         * link/z80/lkmain.c (parse),
8515         * as/mcs51/lklex.c (getfid),
8516         * as/mcs51/lkmain.c (parse),
8517         * as/hc08/lklex.c (getfid),
8518         * as/hc08/lkmain.c (parse): Support comments in the linker script
8519         file on lines by themselves and after filenames
8520
8521 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8522
8523         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
8524
8525 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8526
8527         * src/z80/peeph-z80.def: removed some peephole rules that don't
8528         work with multibyte arithmetic (fixed bug #937126)
8529         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
8530         to registers and not global variables
8531         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
8532         geniCodePreInc, geniCodePostDec, geniCodePreDec,
8533         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
8534         checking for assignments not internally generated (fixed bug #931895)
8535         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
8536         structure member (fixed bug #930072)
8537
8538 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8539
8540         * src/SDCCmain.c (linkEdit),
8541         * src/hc08/main.c (_hc08_parseOptions),
8542         * as/hc08/Makefile.in,
8543         * as/hc08/aslink.h,
8544         * as/hc08/asm.h,
8545         * as/hc08/m08pst.c,
8546         * as/hc08/lkrloc.c (relr, rele),
8547         * as/hc08/lkarea.c (lnkarea)
8548         * as/hc08/lkmain.c (afile, parse),
8549         * as/hc08/lkelf.c: support for ELF output
8550         * as/hc08/lks19.c (s19),
8551         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
8552
8553 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8554
8555         * as/mcs51/lkihx.c: Fixed bug #899105.
8556
8557 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8558
8559         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
8560         .dsp files from Unix to DOS.
8561
8562 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8563
8564         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
8565         function pointers; we have been compliant for several months now.
8566         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
8567         change that was accidently commented out
8568         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
8569         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
8570         bug #922319
8571
8572 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8573
8574         * src/hc08/gen.c: output of all of the internal debugging information
8575         is now controlled by the D() macro; it is disabled by default
8576
8577 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8578
8579         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
8580         harder to keep the same registers during a CAST iCode
8581         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
8582         long via int can be done in a single cast, if the signedness is
8583         correct.
8584         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
8585         putchar() in tinibios.c in ds390's library
8586
8587 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
8588
8589         * src/SDCCast.c (decorateType): fixed bug #898889,
8590         cast result of a literal complement too
8591         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
8592         fixed check for bitfields
8593
8594 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
8595
8596         * src/SDCCicode.c (geniCodeLogic): made it static,
8597         (geniCodeLogicAndOr): added in order to fix bug #905492,
8598         (ast2iCode): fixed bug #905492
8599         * support/regression/tests/bug-905492.c: added
8600         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
8601         (processParms): fixed bug #927659: don't copy parms, this will clear
8602         decorated flag
8603         * support/regression/tests/bug-927659.c: added
8604
8605 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
8606
8607         * src/SDCCast.c (addCast): don't cast float to char
8608         * device/lib/libsdcc.lib: added _memmove
8609
8610 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
8611
8612         * device/lib/large/Makefile: fixed parallel execution by
8613         replacing `make` by `$(MAKE)`
8614
8615 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8616
8617         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
8618         offsets (fixes bug #923936)
8619
8620 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
8621
8622         * device/lib/small/Makefile: fixed parallel execution by
8623         replacing `make` by `$(MAKE)`
8624
8625 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
8626
8627         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
8628
8629 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
8630
8631         * src/pic/gen.c (genCpl): multi-byte complements were not working.
8632         * src/regression/Makefile: Regression test was not running.
8633
8634 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
8635
8636         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
8637         complement if possible
8638         * src/SDCCval.c (valComplement),
8639         * src/SDCCicode.c (operandOperation): fixed complement of literal
8640         * support/regression/tests/onebyte.c (testComplement): added
8641
8642 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
8643
8644         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
8645         return an optimized tree; actually replace actParm with the new tree
8646         * src/SDCCast.h: added some parantheses to remove side effects
8647         * support/regression/tests/bug-920866.c
8648
8649 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
8650         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
8651         Bit operands were not being handled properly in the pic14 port.
8652         (now src/regression/add.c passes again).
8653
8654 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8655
8656         * src/SDCC.y (labeled_statement): case and default no longer require
8657         a following statement (RFE #893037)
8658
8659 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8660
8661         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
8662         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
8663         disabled (fixes bug #916294)
8664         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
8665         "mov a,acc"; patch provided by Lenny Story
8666         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
8667
8668 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8669
8670         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
8671         functions
8672         * src/ds390/gen.c (genFunction, genEndFunction),
8673         * src/ds390/ralloc.c (ds390_assignRegisters),
8674         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
8675         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
8676         pushed if there are parameters passed on the stack. Also, a cleaner
8677         way to decide if r0/r1 should be pushed/popped. (Together they fix
8678         bug #918693)
8679
8680 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8681
8682         * doc/sdccman.lyx,
8683         * device/lib/mcs51/crtpagesfr.asm,
8684         * device/lib/mcs51/crtxinit.asm,
8685         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
8686         to avoid confusion with Si Lab's SFRPAGE register.
8687
8688 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8689
8690         * src/SDCCglue.c (emitMaps): allow public sfr variables
8691         * src/SDCCglue.c (initialComments): include compiler build date
8692         with compiler version and put the timestamp of the generated
8693         assembly file on a serperate line to be less confusing.
8694         * src/port.h: added genInitStartup hook
8695         * src/avr/main.c,
8696         * src/ds390/main.c,
8697         * src/hc08/main.c,
8698         * src/pic/main.c,
8699         * src/pic16/main.c,
8700         * src/xa51/main.c,
8701         * src/z80/main.c: genInitStartup initialize as NULL (default to
8702         historical behaviour)
8703         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
8704         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
8705         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
8706         library instead of hard coding it into the compiler.
8707         * support/regression/ports/mcs51-stack-auto/spec.mk,
8708         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
8709         * device/lib/mcs51/Makefile,
8710         * device/lib/small/Makefile,
8711         * device/lib/large/Makefile,
8712         * device/lib/mcs51/crtpagesfr.asm,
8713         * device/lib/mcs51/crtstart.asm,
8714         * device/lib/mcs51/crtxclear.asm,
8715         * device/lib/mcs51/crtxinit.asm,
8716         * device/lib/mcs51/crtclear.asm,
8717         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
8718         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
8719         and into user configurable files.
8720         * device/lib/clean.mk: clean mcs51 directory too
8721         * support/regression/tests/longlit.c: added static to T1 declaration
8722         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
8723         accesses in the initialization code
8724
8725 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8726
8727         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
8728         OSCTRIMVAL as noted in bug #916008
8729
8730 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8731
8732         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
8733         in loops with multiple exits (reported as incorrect registers
8734         used by Martin Helmling in Sdcc-user list)
8735
8736 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8737
8738         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
8739         made ds390 register extensions look less like error messages
8740
8741 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8742
8743         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
8744         reported by Adam Wozniak in Sdcc-user list
8745
8746 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
8747
8748         * src/SDCCast.c (decorateType): fixed with bug and promotion in
8749         arithmetic optimizations, added debug output
8750
8751 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
8752
8753         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
8754         * sdcc.spec: updated and split sdcc into 3 rpms
8755         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
8756         needed for literals of LEFT_OP and '+'
8757         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
8758         introduced RESULT_TYPE_NOPROM
8759         (geniCodeMultiply): fixed logic for decision if mul is optimized to
8760         left shift
8761         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
8762         limited promotion to int only for '*'
8763         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
8764
8765 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
8766
8767         * src/pic16/gen.c (genSkip),
8768         (genc16bit2lit), (gencjneshort): commented out
8769         (is_LitOp): new helper function, checks operand type
8770         (genCmpEq): rewritten
8771
8772 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
8773
8774         * support/regression/tests/bug-908454.c: added
8775
8776 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
8777
8778         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
8779         * src/SDCCicode.c (usualBinaryConversions): op needs int type
8780         (geniCodeCast): cosmetic, don't preserve bit storage class
8781         (geniCodeLeftShift): added promotion
8782         (geniCodeLogic): fixed regression
8783         * src/SDCCsymt.c (computeTypeOr): accept bits too
8784         (compareType): 2nd part of fix for bug #908454, needed for bitfields
8785
8786 2004-03-07  Borut Razem <borut.razem AT siol.net>
8787
8788         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
8789
8790 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
8791
8792         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
8793         version of pic16_genPackRegisters which does not check if ic is a
8794         CAST operator,
8795         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
8796         function cause string1.c regression test fails
8797
8798 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
8799
8800         * sim/ucsim/configure.in,
8801         * sim/ucsim/configure,
8802         * sim/ucsim/doc/Makefile.in: use docdir
8803         * src/SDCC.y: fixed sbit atrributes
8804         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
8805         * src/SDCCast.c (decorateType): |^& need special promotion handling
8806         * src/SDCCast.h,
8807         * src/SDCCsymt.h: moved definition of RESULT_TYPE
8808         * src/SDCCsymt.h (computeType),
8809         * src/SDCCicode.c: computeType() needs op
8810         * src/SDCCsymt.c (checkTypeSanity),
8811         * doc/sddman.lyx: "plain" bitfields are unsigned
8812         * src/SDCCsymt.c (computeTypeOr): added
8813         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
8814         |^& ops
8815         * src/SDCCval.c (val*): computeType() needs op
8816         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
8817         * support/regression/tests/onebyte.c: added tests for |^&
8818
8819 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
8820
8821         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
8822         for writing icode into asm output.
8823
8824 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
8825
8826         * src/pic16/device.c: added some debug lines enabled
8827         with macro DEBUG_CHECK,
8828         * src/pic16/genarith.c: more debug in genPlus,
8829         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
8830         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
8831         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
8832         * (aopForSym): onStack symbols are re-placed in data memspace,
8833         and onStack flag is cleared,
8834         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
8835         copy temporary pcodeop,
8836         * (genPcall): added warning for not updating PCLATU,
8837         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
8838         always true for pic16 port,
8839         * (genMultOneWord): NEW, supports integer multiplication,
8840         * (genMult): modified to call genMultOneWord,
8841         * (ifxForOp): added warning when return NULL,
8842         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
8843         flag is set before call to operandFromSymbol for implicit
8844         added structures,
8845         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
8846         options.intlong_rent are set by default,
8847         * (_hasNativeMulFor): modified to allow port generation of integer
8848         multiplication,
8849         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
8850         set regtype to REG_SFR for all registers, restricting seting the
8851         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
8852
8853 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8854
8855         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
8856         more than 500 times in the regression tests
8857
8858 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8859
8860         * support/Util/SDCCerr.h,
8861         * support/Util/SDCCerr.c,
8862         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
8863         enumerator_list),
8864         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
8865         for symbol conflicts.
8866         * support/valdiags/tests/enum.c,
8867         * support/valdiags/tests/tentdecl.c,
8868         * support/valdiags/tests/struct.c: expect possible error messages
8869         referring to original symbol definitions.
8870         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
8871         * src/SDCCsymt.h,
8872         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
8873
8874 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
8875
8876         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
8877
8878 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
8879
8880         * src/pic16/ralloc.c (newReg): fixed bug #908929
8881
8882 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8883
8884         * src/ds390/gen.c: added missing #include "main.h"
8885
8886 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
8887
8888         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
8889         checking if symbol is already in set,
8890         * src/pic16/device.h: prototype for checkAddSym,
8891         * src/pic16/gen.c: (_G): added entry interruptvector,
8892         * (assignResultValue): removed some commented out lines,
8893         * (genFunction): check for ISR via sym->type, absolute section for
8894         interrupt code is created via a new pBlock, the goto instruction is
8895         placed now correctly at the interrupt vector position, changed all
8896         references from ivec to _G.interruptvector,
8897         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
8898         is the interrupt is a high priority one, same for return from ISR,
8899         * src/pic16/glue.c: changed all calls of addSetHead for publics and
8900         externs to calls of checkAddSym,
8901         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
8902         pic16_pcode_verbose flag is set,
8903         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
8904         * src/pic16/pcoderegs.c: message about how many registers are saved
8905         will only be emitted if pic16_pcode_verbose flag is set,
8906
8907 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8908
8909         * src/ds390/ralloc.h,
8910         * src/ds390/ralloc.c (ds390_regWithIdx),
8911         * src/ds390/gen.c (emitcode),
8912         * src/ds390/main.h,
8913         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
8914         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
8915         ds390operandCompare, getRegsRead, getRegsWritten,
8916         initializeAsmLineNode): customized instruction size calculation for
8917         ds390, started basis for some register optimizations
8918         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
8919         corresponding assembly output
8920         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
8921         missing push/pop of r0/r1. Optimized push/pops
8922
8923 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8924
8925         * src/mcs51/main.c (instructionSize): fixed ACALL size
8926         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
8927
8928 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
8929
8930         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
8931         the sorting of rlist with NULL elements
8932         * (print_idataType, print_idata): NEW to create idata sections
8933         * src/pic16/device.h: idataSymSet new variable
8934         * src/pic16/gen.c (genFunction): fixed some bugs in string
8935         comparing, improved the absolute section creation for ISRs,
8936         added FSR0L/FSR0H in registers that are saved in an ISR,
8937         * (genInline): fixed the processing of inline snippets,
8938         now they undergo no process by the peephole optimizer
8939         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
8940         are placed in idataSymSet,
8941         * (pic16emitStaticSeg): extern symbols are added in externs,
8942         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
8943         switching when aboslute variables are placed in access bank memory
8944         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
8945         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
8946         commented out with #if,
8947         * (pic16_packRegisters): reintroduce the check for CAST because some
8948         symbols are not correctly handled,
8949         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
8950         pCodeInstruction instead of pCode,
8951         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
8952         pCodeAsmDir definition,
8953         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
8954         directive, then the argument directive is emitted without the leading
8955         tab, hack for inline labels which must be in the first column,
8956         * (compareLabel,pic16_findNextInstruction),
8957         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
8958         * (insertBankSwitch): modified for the new pCodeAsmDir,
8959
8960 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8961         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
8962
8963         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
8964         instance,
8965         * (pushSide): commented out with #if,
8966         * (assignResultValue): fixed some typos in saving
8967         registers,
8968         * (genPcall): FIXED and sync'ed with genCall,
8969         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
8970         * (genNearPointerGet): fixed to handle some more cases,
8971         implementation scheme via table reads,
8972         * (genConstPointerGet): modified to access code memory correct,
8973         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
8974         and improved to handle some cases
8975         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
8976         instead of "RETLW" for init data
8977         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
8978         not IN_DIRSPACE, work around to reduce bank switching when aboslute
8979         variables are placed in access bank memory (<0x80 and >=0xf80),
8980         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
8981         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
8982         TBLWT_POSTDEC,TBLWT_PREINC
8983         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
8984         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
8985         directives
8986         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
8987         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
8988         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
8989         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
8990
8991 2004-02-29  Borut Razem <borut.razem AT siol.net>
8992
8993         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
8994         support/Util/findme.h, support/Util/system.h: enhance binary relative
8995         search for lib and include by using findProgramPath()
8996
8997 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8998
8999         * src/SDCCpeeph.h,
9000         * src/SDCCpeeph.c (pcDistance),
9001         * src/port.h,
9002         * src/mcs51/ralloc.h,
9003         * src/mcs51/ralloc.c (mcs51_regWithIdx),
9004         * src/mcs51/main.h,
9005         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
9006         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
9007         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
9008         size calculation port specific, started basis for some register
9009         optimizations
9010         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
9011         missing push/pop of r0/r1. Optimized push/pops
9012         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
9013         * device/lib/_modsint.c (_modsint),
9014         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
9015         and stack version so regression tests pass
9016
9017 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
9018
9019         * src/Makefile.in (dep): include SLIBOBJS in dependency check
9020         * src/SDCCast.c (decorateType): catch another small optimization
9021         with '?' operator
9022         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
9023         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
9024         modified to finally use computeType() all over SDCC,
9025         see Feature Request #877103
9026         * src/SDCCval.h: cosmetic
9027         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
9028         valCompare(); regression tested in muldiv.c
9029         * support/regression/tests/muldiv.c (testMod): mod sign follows
9030         dividend only
9031
9032 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
9033
9034         * src/SDCCast.c (decorateType): fixed bug #902362
9035         * doc/INSTALL.txt: fixed install instructions for win32
9036
9037 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
9038
9039         * device/include/Makefile.in (install): fixed by replacing spaces
9040         by tabs
9041         * doc/README.txt,
9042         * doc/INSTALL.txt: updated for release
9043         * doc/sdccman.lyx: added warning for --xstack being buggy
9044
9045 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
9046
9047         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
9048         to eliminate build warnings.
9049         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
9050
9051 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
9052            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
9053
9054         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
9055         removed -penable-stack, added comment for stack pragma, added
9056         warning for not initializing the stack/frame registers, removed
9057         comment at interrupts section
9058
9059         Stack is made permanent, there is no ability to disable stack usage.
9060         * src/pic16/device.h,
9061         * src/pic16/device.c: removed all references to USE_STACK macro,
9062         * src/pic16/device.c (pic16_dump_section): when no elements in
9063         rlist, free rlist before return,
9064         * (pic16_dump_int_registers): NEW, internal registers are a new set
9065         of general purpose registers reused by each function,
9066         * (checkAddReg): returns 1 if registers is added to set,
9067         * (pic16_groupRegistersInSection): when a registers is of type
9068         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
9069         * src/pic16/device.h: memRange and Assigned Memory are deleted,
9070         SRCASECMP macro is moved here from device.c
9071         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
9072         PO_PCLATU, PO_PRODL, PO_PRODH,
9073         * (pic16_pCodeOpType, genMinus,
9074         changed compares to "a" register, with AOP_ACC,
9075         * (pic16_genPlus): fixed some bugs and indented properly,
9076         * (pic16_addSign): changed size to size+offset in the MOVWF
9077         instruction,
9078         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
9079         multiply 8-bit operand by literal, result is 8-bit,
9080         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
9081         multiply 2 8-bit operand, result is 8-bit,
9082         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
9083         genUMult8X*_16,
9084         * src/pic16/gen.c: changed accUse to contain WREG only,
9085         * (pic16_emitcomment): renamed to pic16_emitpcomment,
9086         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
9087         true, do not use immediate addressing any more unless sym is a
9088         pointer in codespace,
9089         * (aopForRemat): do not use immediate addressing when symbol not in
9090         codespace and when symbol's address is requested,
9091         * (aopOp): for-loop in if(sym->accUse) is modified for the new
9092         accUse size (= 1),
9093         * (aopGet): added case for AOP_ACC and don't return "accumulator
9094         bug" but WREG instead,
9095         * (popGetTempReg): pushes contents of temporary register in stack,
9096         * (popReleaseTempReg): pops contents of temporary register from
9097         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
9098         * (pic16_popGet): separated case AOP_ACC to return register WREG
9099         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
9100         or PO_IMMEDIATE and initializes their instance/offset appropriately,
9101         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
9102         the use of immediate pointers to certain cases only.
9103
9104         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
9105         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
9106         * (assignResultValue, genCall, genRet): modified to use the new
9107         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
9108         genPcall is still broken,
9109         * (genFunction): added code to create 'A' type pBlocks when
9110         interrupt functions are generated, code not extensively tested yet,
9111         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
9112         * (genEndFunction): modified so ISRs pop stored registers from stack,
9113         * (genMultOneByte): cleanup,
9114         * (AccRsh): added flag andmask, to and result with appropriate mask,
9115         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
9116         * (genDataPointerGet): fixed and reenabled its use,
9117         * (genNearDataPointerGet): bugs fixed,
9118         * (genDataPointerSet): bugs fixed,
9119         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
9120         pic16_DumpSymbol, pic16_DumpOp,
9121         * src/pic16/genutils.h: function prototypes for the above functions,
9122         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
9123         pointers,
9124         * (pic16emitRegularMap): many many many improvements, but needs a
9125         major cleanup,
9126         * src/pic16/main.c: enable_stack in pic16_options is removed,
9127         * (_pic16_parseOptions): removed command line options -penable-stack,
9128         * (_process_pragma): emit stack symbol only when stack pragma is
9129         processed,
9130         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
9131         redirected to FSR0L/FSR0H pair,
9132         * (pic16_get_op, pic16_get_op2): modifications and improvements,
9133         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
9134         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
9135         for immediates,
9136         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
9137         * (dumpPicOptype): NEW,
9138         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
9139         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
9140         with movff instruction,
9141         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
9142         added pic16_int_regs, some packRegsFor* functions are commented out,
9143         because produce errors,
9144         * src/pic16/NOTES: minor modifications
9145
9146 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9147
9148         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
9149         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
9150         --pack-iram.
9151         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
9152         * as/mcs51/lkaomf51.c: fixed bug #895763
9153
9154 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
9155
9156         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
9157
9158 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9159
9160         * doc/sdccman.lyx: added details about the HC08 storage classes and
9161         interrupts, fixed the register usage info for z80 & gbz80
9162
9163 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
9164
9165         * doc/sdccman.lyx: added more pic16 port documentation
9166         * device/include/pic16/: added header pic18fregs.h
9167
9168 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
9169
9170         * doc/sdccman.lyx: added Vangelis' contribution
9171
9172 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9173
9174         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
9175         extend to the next CALL or PCALL, not just to the next CALL.
9176
9177 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
9178
9179         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
9180
9181 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9182
9183         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
9184         bug #895752 and a better fix for bug #716790
9185
9186 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9187
9188         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
9189
9190 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9191
9192         * doc/sdccman.lyx: minor changes, minor changed
9193
9194 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
9195
9196         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
9197         which can't handle SDCC_NEWONEBYTEOPS,
9198         (geniCodeMultiply): removed conversion from mult to shift for pic14
9199         and pic16
9200
9201 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9202
9203         * src/hc08/gen.h,
9204         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
9205         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
9206         thus fixing bug #895406
9207
9208 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
9209
9210         * device/lib/_modsint.c,
9211         * device/lib/_modslong.c: sign follows divisor only
9212         * src/hc08/gen.c (genMultOneByte): if result size is 1,
9213         signs or signedness can be ignored
9214         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
9215         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
9216         added optimization for IFX,
9217         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
9218         arguments;
9219         reenabled optimization for IFX, which was removed on 2004-01-11
9220         * src/SDCCast.h: added return type IFX
9221         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
9222         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
9223         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
9224         SDCC_OLDONEBYTEOPS selects the old behaviour
9225         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
9226         changed again and commented promotion rule
9227         * src/SDCCval.c (valDiv): promotion no longer necessary
9228         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
9229         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
9230         rewritten
9231         * support/regression/tests/onebyte.c: added
9232
9233 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
9234
9235         * gen.c (genInline): reverted to old code for assemnling inline
9236         code because of bug reported James Chadd
9237
9238 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
9239
9240         * ralloc.h: missing declarations from previous patch,
9241         seems that patch for ralloc.h was never applied, fixed
9242
9243 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
9244            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
9245
9246         * pcode.c,
9247         * pcode.h,
9248         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
9249         indirect addressing. Marked FSR0 as deprecated
9250         * gen.c (pointerCode): commented out, not needed now
9251         (pic16_popGet2p): new MOVFF helper function
9252         (genGenPointerGet),
9253         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
9254         (shiftRLong): removed duplicate debugging info
9255
9256 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9257
9258         * src/ds390/gen.c (genNearPointerGet),
9259         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
9260         optimization with bits, but not bitfields.
9261         * src/ds390/ralloc.c (packRegisters),
9262         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
9263
9264 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
9265
9266         * src/SDCCcse.c (algebraicOpts): copy operands before modification
9267
9268 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9269
9270         * src/SDCCsymt.h,
9271         * src/SDCCicode.c (operandFromSymbol),
9272         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
9273         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
9274         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
9275         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
9276         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
9277         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
9278         bug #892038
9279         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
9280         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
9281         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
9282         * src/SDCCsymt.c (newSymbol),
9283         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
9284         enumerator_list),
9285         * src/SDCCval.h,
9286         * src/SDCCval.c (newiList): fixed bug #885705
9287
9288 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9289
9290         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
9291         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
9292
9293 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9294
9295         * device/include/c8051f120.h,
9296         * device/include/c8051f300.h,
9297         * device/include/c8051f310.h: added/updated header files for Silicon
9298         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
9299         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
9300         in new section Submitting patches
9301
9302 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9303
9304         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
9305         genFarPointerGet, genCodePointerGet, genGenPointerGet,
9306         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
9307         genGenPointerSet),
9308         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
9309         genFarPointerGet, genCodePointerGet, genGenPointerGet,
9310         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
9311         genGenPointerSet),
9312         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
9313         genFarPointerGet, genCodePointerGet, genGenPointerGet,
9314         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
9315         genGenPointerSet),
9316         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
9317         genFarPointerGet, genCodePointerGet, genGenPointerGet,
9318         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
9319         genGenPointerSet): fixed bug #892400
9320         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
9321         to eliminate build warnings.
9322         * src/SDCCast.c (processParms),
9323         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
9324         fixed bug 751859
9325         * support/valdiag/valdiag.py: added GCC to the list of defines active
9326         when compiling with gcc
9327
9328 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9329
9330         * support/Util/SDCCerr.h,
9331         * support/Util/SDCCerr.c,
9332         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
9333         with an incomplete type (fixed bug #883734)
9334         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
9335
9336 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9337
9338         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
9339
9340 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9341
9342         * src/SDCCast.c (decorateType),
9343         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
9344         function pointer implementation
9345         * support/regression/tests/funptrs.c: added tests to verify both forms
9346         of function pointers work correctly. Added tests to verify parameters
9347         are passed in the correct order.
9348
9349 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
9350
9351         * device.c (regCompare): registers are sorted by ascending
9352         address and increasing size,
9353         * main.c (_pic16_finaliseOptions): removed the declaration
9354         of compiler macro MCU. Now a macro of the format pic18fxxxx
9355         will be defined from the command line
9356
9357 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
9358             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
9359
9360         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
9361         PCOP_RLCF was overwritten!
9362         * gen.c (genSkip): commented out calls to pic16_emitcode,
9363         * (genCmpEQ): fixed "long" compares, only high word did get compared,
9364         * (genlshTwo),
9365         * (genRRC): added debugging info,
9366         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
9367         overwritten while shifting,
9368         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
9369         overwritten while shifting,
9370         * (AccLsh),
9371         * (AccRsh),
9372         * (shiftLLeftOrResult),
9373         * (shiftRLeftOrResult),
9374         * (shiftRLong),
9375         * (shiftLLong): Implemented with pic16_emitpcode
9376         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
9377         * (genLeftShift): Fixed bug, operand for shift by variable always
9378         was "and"ed with 0x0f,
9379         * (genLeftShiftLiteral),
9380         * (genrshTwo),
9381         * (genRightShiftLiteral): added debugging info,
9382         * (genrshFour): added comment,
9383         * (genRightShift): determined signedness from operand "left"
9384         instead of "result"
9385
9386 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9387
9388         * src/SDCCicode.c (geniCodeParms),
9389         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
9390         function pointers, fixed function pointer bugs #861242 and #861896
9391
9392 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9393
9394         * device/include/c8051f000.h,
9395         * device/include/c8051f120.h,
9396         * device/include/c8051f300.h: added header files for Silicon
9397         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
9398
9399 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
9400
9401         * src/SDCCast.c (processParams): added new type flow and restructured
9402         (gatherAutoInit): added new type flow
9403         (addCast): cosmetic changes
9404         (getLeftResultType): added new type flow for array indices, patch
9405         provided by Stas, see FR #877103
9406         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
9407         array index patch by Stas
9408         * src/SDCCast.h: added prototype getResultTypeFromType()
9409         * src/SDCCval.h,
9410         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
9411         * src/pic/glue.c (pic14emitStaticSeg),
9412         * src/pic16/glue.c (pic16emitStaticSeg),
9413         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
9414         for initialization of symbols
9415         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
9416         * support/Util/SDCCerr.h:
9417         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
9418         * .version: bumped version number to 2.3.8
9419         * device/include/Makefile.in (install),
9420         * doc/Makefile (install): changed to 'rm `find ...`' construct to
9421         avoid warnings
9422
9423 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
9424
9425         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
9426         Slade Rich fixed an optimization bug
9427         * src/pic/pcodepeep.c,
9428         * src/pic/pcoderegs.c
9429         * doc/Makefile (install): added test for directory
9430
9431 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9432
9433         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
9434         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
9435         * src/pic/ralloc.c (getRegPtr, getRegGpr),
9436         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
9437         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
9438         * as/mcs51/asexpr.c (term),
9439         * as/hc08/asexpr.c (term): fixed bug #887146
9440
9441 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9442
9443         * src/z80/gen.c (genMult): handle single byte result product
9444         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
9445         DUMMY_READ_VOLATILE (fixed bug #886367)
9446
9447 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
9448
9449         * support/regression/tests/libmullong.c: fixed logic, on little endian
9450         hosts we ended without a mullong_wrapper()
9451
9452 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9453
9454         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
9455         virus/worm forged address usage.
9456
9457 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
9458
9459         Fixed promotion, it should be done on AST level:
9460         * src/SDCCast.c (addCast): added promotion to int
9461         (decorateType): updated call to upCast()
9462         * src/SDCCicode.c (geniCodeLeftShift): removed call to
9463         usualUnaryConversions()
9464
9465 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
9466
9467         * support/regression/tests/literalop.c (mulWrapper): Added a
9468         wrapper to remove integer overflow warnings.
9469
9470         * support/regression/tests/float_trans.c: Made work on host.
9471
9472         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
9473         location of sz80.
9474
9475         * support/regression/generate-cases.py (main): Changed from inline
9476         to a main method.
9477
9478         * doc/Makefile (install): Changed to depth first to get rid of
9479         missing directory install warning.
9480
9481         * as/Makefile (install-doc): Made work on Mac.
9482
9483 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
9484
9485         * src/SDCCast.c: added an additional type flow in decorateType() of
9486         opposite direction, see feature request #860006; it's enabled at runtime
9487         by setting the environment variable SDCC_NEWTYPEFLOW
9488         * src/SDCCast.h: changed prototype of decorateType()
9489         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
9490         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
9491         'char' to 'int' can be omitted, if both operands are 'unsigned char';
9492         see feature request #877103
9493         * src/SDCCval.c: updated call of decorateType()
9494         (valBitwise): fixed bug #882876
9495         (valMinus): added promotion
9496         (valLogicAndOr): result is unsigned
9497         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
9498         * src/SDCCsymt.c (computeType),
9499         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
9500         must not cause an unsigned operation
9501         * src/pic/glue (pic14emitRegularMap),
9502         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
9503
9504 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
9505
9506         * src/pic/pcode.c (PCodeID): commented out left over debug code
9507
9508 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
9509
9510         * support/valdiag/tests/overflow.c: added shift tests
9511         * src/pic/device.c,
9512         * src/pic/gen.c,
9513         * src/pic/gen.h,
9514         * src/pic/glue.c,
9515         * src/pic/main.c,
9516         * src/pic/pcode.c,
9517         * src/pic/pcode.h,
9518         * src/pic/pcodepeep.c,
9519         * src/pic/pcoderegs.c,
9520         * src/pic/ralloc.c,
9521         * src/pic/ralloc.h: applied patch from Slade Rich;
9522         added support for multiple code pages and multiple RAM banks on the
9523         PIC 14 port. The ASM files now no longer simply assume all the
9524         code / RAM are in the same page / bank. This means the linker can
9525         safely allocate code/RAM of separate ASM files to different pages/banks.
9526         * doc/sdccman.lyx: added Slade's tips
9527         * src/mcs51/peeph.def: fixed bug #880768
9528
9529 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9530
9531         * src/hc08/ralloc.c (rematStr): fixed bug #879282
9532         * src/SDCCast.c (decorateType): fixed bug #880197
9533
9534 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
9535
9536         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
9537         getopt.h.
9538
9539         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
9540         strtof is not part of C89 and isn't included with Mac OS X.
9541
9542 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9543
9544         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
9545         shiftL2Left2Result): fixed bug #879326
9546         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
9547         (genMultOneByte): fixed bug in signed vs unsigned multiplication
9548         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
9549         address fetch for clr instruction
9550         * device/lib/hc08/_mulint.c: created optimized assembly version
9551         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
9552
9553 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
9554
9555         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
9556         proposed in FR #877103
9557
9558 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
9559
9560         * src/SDCCval.c (cheapestVal): added missing checks
9561         * src/SDCCicode.c (usualBinaryConversions): fixed condition
9562         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
9563
9564 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
9565
9566         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
9567         equal operands
9568
9569 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
9570
9571         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
9572         loaded with the linker search paths (-L arguments) and the libraries
9573         to be linked with the current source (-l arguments). Changes
9574         currently will affect only the pic16 port.
9575         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
9576         include path the port specific paths and port specific libraries,
9577         * gplink command now contains the $3 argument,
9578         * src/pic16/device.h,
9579         * src/pic16/device.c,: structure PIC_device is made public and
9580         renamed to PIC16_device, the same for variable Pics which is renamed
9581         to Pics16. Updated all references to them.
9582         * src/pic16/glue.c (pic16glue): corrected bug with code
9583         initialization which bypassed the variable initializations block.
9584
9585         * device/lib/pic16/Makefile.rules: removed --penable-stack from
9586         COMPILE_FLAGS and added the --nostdinc option
9587
9588 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9589
9590         * device/include/mc68hc908jb8.h: Register defs for another member
9591         of the hc08 family. Contributed by Bjorn Bringert - thanks!
9592
9593 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
9594
9595         Documenting changes from previous commits.
9596         * configure.in (version 1.56),
9597         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
9598         when generating output files to configure the pic16 library,
9599         but now I've commented it out, since gputils aren't installed in the
9600         SF compile farm, so library won't compile
9601
9602         * device/lib/Makefile.in (version 1.56): initially I've added in
9603         target 'all' the prerequestive 'model-pic16' so it compiled the
9604         pic16 library, but now I've commented it out for the same reasons
9605         above,
9606         * added targets 'model-pic16' and 'objects-pic16' to compile the
9607         library
9608         * added target 'port-specific-objects-pic16' to handle the
9609         generated libraries and copy them into the build/ directory
9610         * added target 'clean-intermediate-pic16' to clean intermediate
9611         files into pic16 directory
9612         * in target 'installdirs' added line to create directory pic16 in
9613         the installation path
9614
9615         * device/include/Makefile.in (version 1.11): in target 'install'
9616         added lines to copy all header files to installation path,
9617         * in target 'installdirs' added line create directory for pic16
9618         headers in the installation path
9619
9620 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
9621
9622         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
9623          a function call
9624
9625 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
9626
9627         * configure,
9628         * device/lib/configure.in,
9629         * device/lib/configure: fixed for autoconf 2.57
9630
9631 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9632
9633         * src/z80/main.c (_parseOptions): fixed the portmode= command line
9634         option so that it actually works. Made it specific to the z80, since
9635         the gbz80 doesn't have these kinds of I/O ports.
9636
9637 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9638
9639         * device/include/z180.h,
9640         * device/lib/_memcpy.c,
9641         * device/lib/_memmove.c,
9642         * device/lib/_mulint.c,
9643         * device/lib/ser_ir.c,
9644         * device/lib/ser_ir_cts_rts.c,
9645         * device/lib/_strcmp.c,
9646         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
9647         * src/z80/main.c (_process_pragma): add support for pragmas bank and
9648         portmode; added deprecation warning for bank= and protmode= forms.
9649         Also, guard against buffer overflow.
9650         * src/z80/gen.c (aopGet): generate better code for sfr banked read
9651
9652 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9653
9654         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
9655         changed interrupt vector table generation to only emit declared vectors.
9656         * device/include/Makefile.in: added missing backslash
9657         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
9658
9659 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
9660
9661         Mainly changes to support compilation of the device libraries
9662         * src/pic16/device.c: stack is allocated via symbol and not
9663         via literal number. The symbol is placed in the corresponding
9664         position of the data ram
9665         * (pic16_dump_section): relocatable and absolute uninitialized
9666         data are now emitted in sorted order to reduce section naming,
9667         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
9668         weren't marked as being in the access bank,
9669
9670 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
9671
9672         Added portion of GNU PIC Library under the directory
9673         device/include/pic16 and device/lib/pic16. These files
9674         contain the declarations of SFRs for the PIC18Fxx2 devices.
9675         The directory is initialized via configure from toplevel.
9676
9677 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
9678
9679         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
9680         the spilllocations to be compared correctly
9681
9682 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
9683
9684         * src/SDCCast.c (decorateType): fixed bug introduced today
9685
9686 2004-01-12  Borut Razem <borut.razem AT siol.net>
9687
9688         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
9689         doc/sdccman.lyx: upper case pragmas are deprecated
9690
9691 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
9692
9693         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
9694         in simpler and even better code
9695
9696 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
9697
9698         * src/SDCCicode.c (operandOperation): fixed bug #874819
9699         * src/SDCCast.c (decorateType): fixed
9700         char foo (unsigned long ul) { return ul > 0; }
9701
9702 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9703
9704         * doc/sdccman.lyx: Moved and added some sections, small changes
9705         all over. Telling LaTeX to be less strict with word spacing
9706         to better keep the right margin. Changed some notes about
9707         maintainance of the ports in section 3.2.1 - is it OK like this?
9708
9709 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
9710
9711         SDCC source changes:
9712         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
9713         convilong): modified to inform the pic16 port that builtin functions
9714         are external
9715
9716         PIC16 PORT specific changes:
9717         * src/pic16/device.c pic16_dump_equates() added,
9718         processor registers declared internally by the port are emitted in
9719         the translation as equates,
9720         * src/pic16/gen.c: inline code is passed unprocessed to the
9721         translation,
9722         * (pic16_popGetLit2): fnuction modified to take second operand as
9723         pCodeOp pointer and not as literal,
9724         * (popRegFromIdx): prefixed with pic16_,
9725         * (pic16_popCombine2): modified to receive already allocated pCode
9726         operands,
9727         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
9728         * (genFunction): initializes local stack frame and pushes on stack
9729         all the registers used by this function,
9730         * (genEndFunction): restores all registers from stack and restores
9731         stack frame,
9732         * src/pic16/glue.c (pic16emitRegularMap): various changes and
9733         improvements,
9734         * (pic16glue): changed the program startup sequence,
9735         * added new dbName code 'A' for functions placed in absolute section
9736         * src/pic16/main.c: added function attribute _naked,
9737         * added pragma 'code' to place a fnuction at an absolute address,
9738         * added command line arguments --debug-ralloc and --pcode-verbose,
9739         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
9740         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
9741         * (pic16_newpCodeOpLit2): modified to take the second operand as
9742         pCodeOp pointer,
9743         * (pic16_printpBlock): modified to emit each function in a separate
9744         section,
9745         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
9746         UPPER for immediate operands,
9747         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
9748         instruction,
9749         * src/pic16/peeph.def: all peepholes with movff are commented out,
9750         because there is a problem in the pcode peep optimizer,
9751         * src/pic16/ralloc.c: the register allocator can now reuse local
9752         function symbols for another function. This saves register usage.
9753         * src/pic16/ralloc.h: added flag isLocal in structure regs,
9754
9755         Added file src/pic16/NOTES with information about program writing on
9756         the current port version.
9757
9758 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9759
9760         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
9761         and peephole 252 (array access)
9762
9763 2004-01-09  Borut Razem <borut.razem AT siol.net>
9764
9765         * src/SDCCmain.c : fixed #872250: -l command line defined library
9766           files are scanned before standard library files
9767
9768 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9769
9770         * src/SDCCast.c (decorateType): fixed bug #874046
9771
9772 2004-01-09  Borut Razem <borut.razem AT siol.net>
9773
9774         * support/scripts/sdcc.nsi: remove previous installation
9775
9776 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9777
9778         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
9779         bytes for last interrupt vector (mcs51)
9780         * sdcc.spec: fixed typo
9781
9782 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9783
9784         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
9785         gen51Code): more efficient parameter receive for --model-large
9786         ("bug" #845294)
9787
9788 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9789
9790         * src/ds390/main.c,
9791         * src/z80/main.c: added missed needLinkerScript flags (more than
9792         one port structure defined in these file)
9793         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
9794         bug #795325
9795
9796 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
9797
9798         * src/SDCCmain.c: removed various references to DEFAULT_PORT
9799         * src/port.h: added flag needLinkerScript in port->linker
9800         structure to inform whether to create a .lnk file or not,
9801         * src/avr/main.c,
9802         * src/ds390/main.c,
9803         * src/hc08/main.c,
9804         * src/mcs51/main.c,
9805         * src/pic/main.c,
9806         * src/pic16/main.c,
9807         * src/xa51/main.c,
9808         * src/z80/main.c: changed appropriately to configure
9809         needLinkerScript flag
9810         * src/pic/gen.c,
9811         * src/pic16/gen.c (genAddrOf): fixed bug #863624
9812         * src/pic/glue.c: added variable udata_section_name to
9813         override default uninitialized data segment definition for
9814         devices only with SHAREBANK memory (reported from Erik Epetrich)
9815         * (pic14emitOverlay): modified to emit a commented overlay segment
9816         directive when no overlay data exist
9817         * (picglue): modified to emit uninitialized data segment
9818         according to udata_section_name
9819         * src/pic/main.c (_pic14_parseOptions): added command line
9820         options --udata-section-name=[name] to override default
9821         udata definition name
9822         * modified _linkCmd and _asmCmd to include compiler passed
9823         arguments via -W option
9824         * src/pic16/main.c: added $l in _asmCmd, changed extension for
9825         object file from '.rel' to '.o' in port->linker structure,
9826         changed size of fptr from 2 to 3 in port structure
9827
9828 2004-01-07  Borut Razem <borut.razem AT siol.net>
9829
9830         * support/scripts/sdcc.nsi: update PATH
9831         * support/scripts/sdcc.ico: craeted
9832
9833 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
9834
9835         * device/include/Makefile.in: fix install
9836         * doc/Makefile: fix install
9837
9838 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9839
9840         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
9841         in bug #860505
9842         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
9843         how the function variable allocation summary is displayed; also
9844         include information about variables allocated to the overlay
9845         segment
9846
9847 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9848
9849         * as/mcs51/lkmain.c: Help about -Y option
9850         * as/mcs51/lkarea.c: Fixed gcc warnings
9851
9852 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
9853
9854         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
9855         fixed warning
9856         * support/valdiag/tests/overflow.c: added
9857         * src/SDCCast.c (decorateType),
9858         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
9859         LEFT_OP (left shift)
9860
9861 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9862
9863         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
9864         (default behaviour).
9865
9866 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9867
9868         A python script to validate compiler diagnostic messages. It can be
9869         used to verify that sdcc complains about bad c source code and
9870         gives a good location of the error.
9871         * support/valdiag/Makefile,
9872         * support/valdiag/valdiag.py,
9873         * support/valdiag/tests/*
9874
9875 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9876
9877         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
9878         * src/SDCCsymt.c (newEnumType),
9879         * src/SDCCsymt.h
9880         * support/Util/SDCCerr.c,
9881         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
9882         enum related bugs.
9883         * support/regression/tests/enum.c: added test for enum values that
9884         require at least 2 bytes of storage.
9885
9886 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
9887
9888         * src/common.h: added ifndef/define/endif macros
9889         around the header file.
9890         Bug reported from Jesus Calvino-Fraga
9891
9892 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
9893
9894         * sdcc.spec: updated
9895         * device/include/Makefile.in: don't install CVS directories
9896         * device/lib/Makefile.in: added removal of CVS directories after install
9897         * doc/Makefile: fixed install, added local_icons
9898         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
9899         * src/mcs51/gen.c (genRightShift): fixed bug #870788
9900         * src/ds390/gen.c (genRightShift): fixed bug #870788
9901         * src/SDCCast.c (decorateType): fixed bug #870781
9902
9903 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
9904
9905         PIC16 port related changes:
9906         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
9907         added variable stackPos,
9908
9909         * gen.c: genCall, assignResultValue: added support for
9910         pushing/retrieving function parameters to/from stack,
9911         genFunction,genEndFunction: setup stack frame for the
9912         generated function,
9913         genAddrOf: will be changed according to bug 863624
9914
9915         * added files genutils.c and genutils.h which contain gen*
9916         debugged and optimised functions extracted from gen.c
9917
9918         * glue.c: added variable 'externs' which holds extern symbols,
9919         pic16emitRegularMap: is modified to properly handle relocatable
9920          symbols under the new scheme,
9921         pic16createInterruptVect: is modified
9922         pic16printPublics: is modified to emit 'global' assembler directives,
9923         added pic16_printExterns to print extern symbols,
9924         pic16glue: initializes stack/frame pointer in the beginning of
9925         the assembly output. Temporary hack, will be corrected later,
9926         because gplink yet does not support stack and SDCC does not
9927         yet support a type of crt0.o object to create the final binary.
9928
9929         * Removed many lines that contain 8051 legacy code.
9930         * The code is finally placed under a 'code' directive.
9931         * Added port specific options.
9932
9933         * _process_pragma: simplified since now we do not need *special*
9934         include file to define SFR registers. But a separate header
9935         will be needed. This will be developed later.
9936         * _pic16_parseOptions: added, parses port specific options:
9937         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
9938         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
9939         --preplace-udata-with=
9940
9941         * _pic16_setDefaultOptions: modified to initialize section names,
9942         but hack is temporarly out of order since it needs improvement.
9943         * _pic16_genAssemblerPreamble: configuration words are emitted by
9944         their address instead of their name. This part is incomplete and
9945         supports only the 18Fxx2 devices. Other devices will emit an error
9946         during assembly since they do not contain the same set of config
9947         registers
9948         * _pic16_genIVT: is modified,
9949
9950         * pcode.c: added definitions for some hardware registers that are needed
9951         for stack support
9952         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
9953         All PCI entries are updated. Now LFSR is supported.
9954         * Removed pic16_pciTRIS is mentioned by mdubuc in source
9955         * added pic16_newpCodeOpLit2 to support instructions with
9956         two literal arguments
9957         * pic16_pCode2str: corrected code that emits assembler instructions
9958         with two literal operands and those that have an access bit modifier
9959         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
9960         this fixes a bug which caused some labels to be lost, when an
9961         assembler directive was added, i.e. banksel,
9962         * pic16_FixRegisterBanking: improved logic that causes the insertion
9963         of bank switching,
9964         * InlineFunction: functions that are called once, are not any more
9965         inlined. This can be a port option in the future,
9966
9967         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
9968
9969         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
9970         hold the corresponding uninitialized symbols,
9971         * pic16_allocProcessorRegister: registers have explicit marked the
9972         accessBank field,
9973         * pic16_allocInternalRegister: registers are explicit marked as
9974         not used,
9975         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
9976         processing list, so bit registers were lost,
9977         *
9978
9979         * ralloc.h: added field 'accessBank' and original symbol operand
9980         in register definition,
9981         * removed the field isMapped from register definition,
9982
9983         ** Several functions have been removed from various sources:
9984         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
9985         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
9986         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
9987         pic16_assignRelocatableRegisters
9988
9989         ** others have been introduced:
9990         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
9991         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
9992
9993 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
9994
9995         * support/scripts/inc2h.pl: changed definition of BIT_AT
9996         to emit 'sbit at' instead of 'bit at'. This was a request.
9997
9998         PIC16 port related preliminary changes:
9999         * gen.c: prefixed function popRegFromString with
10000         pic16_ and all references to it corrected
10001         * pcode.c: all pic16_pc_* hardware registers prefixed
10002         with underscore (_),
10003         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
10004         * ralloc.c: newReg(): when register is REG_SFR then
10005         set address to rIdx,
10006         pic16_allocProcessorRegister(): marks register wasUsed=0
10007         pic16_writeUsedRegs(): added a call to assign processor
10008         registers via pic16_assignFixedRegisters
10009
10010 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10011
10012         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
10013         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
10014         variables in unused register banks.  Also the SSEG is placed
10015         wherever there is enough space for it, and IDATA can be anywhere
10016         in internal RAM.  For now compile using -Wl-Y[stack_size].
10017         The mem file is different for this option as well, since it
10018         makes no sense of talking about DSEG lenght.
10019
10020 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
10021
10022         * src/SDCClrange.c: fixed bug 869095 that caused segfault
10023         in certain cases, e.g. when ROM assignment, patch provided
10024         from Albert den Haan.
10025
10026 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
10027
10028         Many signedness and type propagation fixes:
10029         * src/SDCCicode.c: made geniCodeCast() static
10030         replaced SPEC_ by IS_ (cosmetic)
10031         (operandOperation): fixed div and mod operation
10032         (usualBinaryConversions): added support for promotion of char
10033         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
10034         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
10035         (geniCodeAdd): an array index will stay unsigned, even if promoted
10036         from char to int
10037         (geniCodeArray): ditto
10038         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
10039         * src/SDCCsymt.c (computeType): added more support for char;
10040         promotion of char is selectable by promoteCharToInt, fixed signedness
10041         for all cases
10042         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
10043         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
10044         * src/SDCCval (val*): replaced signedness calculation by
10045         computeType()
10046         rearranged if-branches (cosmetic)
10047         (valShift): added warning W_SHIFT_CHANGED
10048         (valCompare): fixed problem with different types
10049         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
10050         * support/regression/tests/literalop.c: added many cases
10051         * support/regression/tests/ast_constant_folding.c: changed finally to
10052         'unsigned int'
10053         * .version: new year, new version: 2.3.7
10054         * src/SDCCmain.c (main): applied patch #866468
10055         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
10056         provided by Scott Bronson
10057         * doc/sdccman.lyx: updated documentation for sdcdb
10058         updated and added chapter tips
10059
10060 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10061
10062         * src/SDCCsymt.h: missing from yesterday's commits
10063
10064 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10065
10066         * src/SDCC.y (struct_or_union_specifier),
10067         * support/Util/SDCCerr.c,
10068         * support/Util/SDCCerr.h: verify that struct & union tags are used
10069         as declared.
10070
10071 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10072
10073         * src/SDCCglobl.h: missing from yesterday's commits
10074
10075 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10076
10077         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
10078         sft_attributes, struct_declaration, parameter_declaration,
10079         type_name, start_block, declaration_list),
10080         * src/SDCC.lex (check_type): support redefinition of typedef names
10081
10082 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10083
10084         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
10085         aligned xdata arrays. Erik helped me with the if clause.
10086
10087 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10088
10089         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
10090         warning
10091
10092 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10093
10094         * src/SDCCast.h,
10095         * src/SDCCast.c (newAst_),
10096         * src/SDCCicode.h,
10097         * src/SDCCicode.c (ast2iCode, newiCode),
10098         * src/SDCCglobl.h,
10099         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
10100         expr, statement, expression_statement, selection_statement,
10101         iteration_statement, expr_opt, jump_statement): foundation for tracking
10102         sequence points
10103         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
10104         point code too)
10105
10106 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10107
10108         * support/Util/SDCCerr.c,
10109         * src/SDCCast.h,
10110         * src/SDCCast.c (createCase, createDefault, decorateType),
10111         * src/SDCClabel.c (labelUnreach),
10112         * src/SDCC.y (labeled_statement, jump_statement): More improvements
10113         to error messages.
10114         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
10115         (with thanks to Stas Sergeev)
10116         * device/include/time.h,
10117         * device/lib/time.c (CheckTime): suppress unreachable code warning
10118
10119 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10120
10121         * src/SDCCast.c (createIvalCharPtr),
10122         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
10123         bug #753752)
10124         * support/regression/tests/nullstring.c: tests for these two bugs
10125
10126 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10127
10128         * support/Util/SDCCerr.h,
10129         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
10130         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
10131         about storage class and 'at' used inside struct or union
10132         * src/SDCCBBlock.c (iCodeFromeBBlock),
10133         * src/SDCCcse.c (ifxOptimize),
10134         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
10135         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
10136         printIval, emitStaticSeg, emitOverlay),
10137         * src/SDCClabel.c (deleteIfx),
10138         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
10139         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
10140         gatherAutoInit, processParms),
10141         * support/Util/SDCCerr.h,
10142         * support/Util/SDCCerr.c (werrorfl): Support for better error location
10143         reporting for post-parse errors.
10144
10145 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10146
10147         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
10148         implicit casts via union; they don't work on big endian systems
10149         (possible fix for bug #861138)
10150
10151 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10152
10153         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
10154         * src/mcs51/main.c: fixed the fix for bug #737001
10155
10156 2003-12-15  Borut Razem <borut.razem AT siol.net>
10157
10158         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
10159
10160 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10161
10162         * support/makebin/makebin.c: put output in binary mode
10163
10164 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10165
10166         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
10167         xdata and data memory on startup. Set the environment variable
10168         SDCC_NOGENRAMCLEAR to disable this.
10169         * src/mcs51/peephole.def,
10170         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
10171         (allows non-interrupt and interrupt code to safely compete for a resource
10172         without the non-interrupt code having to disable interrupts)
10173
10174 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10175
10176         * src/SDCCicode.c (geniCodeAdd),
10177         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
10178         with valFromType if type might be a pointer and host is big endian).
10179         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
10180         types, not just integer types.
10181         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
10182         multiply defined with mismatching "at" address.
10183
10184 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10185
10186         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
10187         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
10188         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
10189         with embedded nulls (fixed bug #753752)
10190
10191 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10192
10193         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
10194         Apparently this did not see much testing (endless loop)
10195
10196 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10197
10198         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
10199
10200 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10201
10202         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
10203         gracefully handle NULL memmap pointers
10204
10205 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10206
10207         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
10208         instead of deleting the iCode when an operand is volatile
10209         * src/z80/gen.c (genDummyRead),
10210         * src/mcs51/gen.c (genDummyRead),
10211         * src/ds390/gen.c (genDummyRead),
10212         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
10213         not just IC_RIGHT
10214         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
10215         * src/SDCC.y: fixed bug #850420
10216
10217 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10218
10219         Applied z80 i/o port patch from Peter Townson and fixed some operators
10220         to better handle operands in A register.
10221         * device/include/z180.h
10222         * src/SDCC.y
10223         * src/SDCCglue.c
10224         * src/z80/gen.c
10225         * src/z80/gen.h
10226         * src/z80/main.c
10227         * src/z80/peeph-z80.def
10228         * src/z80/peeph.def
10229         * src/z80/z80.h
10230
10231 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10232
10233         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
10234
10235 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10236
10237         * device/lib/hc08/_mullong.c: Removed extra #endif
10238
10239 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10240
10241         * sim/ucsim/hc08.src/inst.cc,
10242         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
10243         carries from x to h
10244         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
10245         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
10246         * device/include/stdarg.h: fixed varargs for hc08
10247         * device/lib/Makefile.in,
10248         * device/lib/hc08/Makefile,
10249         * device/lib/hc08/_mulint.c,
10250         * device/lib/hc08/_mullong.c: fixed some endian problems
10251
10252 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10253
10254         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
10255         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
10256         * device/lib/_gptrget.c,
10257         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
10258
10259 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10260
10261         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
10262         * src/SDCCast.c (astErrors): fixed bug #846007
10263         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
10264
10265 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10266
10267         * src/SDCCast.c (decorateType): disabled a transformation I added in
10268         revision 1.188 (access to fields of a structure at an absolute address);
10269         it breaks with bitfields, extern declarations, and gcse analysis.
10270         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
10271         could be assigned through a pointer, so don't complain.
10272         * src/SDCCast.c (astErrors),
10273         * src/SDCCast.h,
10274         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
10275
10276 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
10277
10278         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
10279         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
10280         output of __config directives, since gpasm now supports them
10281         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
10282         pre-processor macro, i.e. -DMCU=p18f452
10283         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
10284         and modified to handle 'cast' icode similarly to '=' icode
10285         * src/pic16/device.h (typedef struct PIC_device): added field
10286         'extMIface' to indicate that chip has external memory interface
10287         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
10288         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
10289         18F8720
10290
10291 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10292
10293         * src/SDCC.y (pointer): fixed bug #846006
10294         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
10295         * src/SDCCast.c (decorateType): fixed bug #846009
10296         * src/ds390/peeph.def,
10297         * src/ds390/gen.c (genAnd, genOr),
10298         * src/mcs51/peeph.def,
10299         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
10300
10301 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10302
10303         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
10304         * src/SDCCdflow.c
10305         * src/SDCCcse.c
10306         * src/SDCCcse.h
10307         * src/SDCCBBlock.h
10308         * src/SDCCBBlock.c
10309
10310 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
10311
10312         fixed bug #845089
10313         * src/SDCCbitv.h,
10314         * src/SDCCbitv.c: added function to free a bitvector
10315         * src/SDCClrange.h,
10316         * src/SDCClrange.c: added function to recompute the liveranges
10317         * src/avr/ralloc.c,
10318         * src/ds390/ralloc.c,
10319         * src/hc08/ralloc.c,
10320         * src/mcs51/ralloc.c,
10321         * src/pic/ralloc.c,
10322         * src/pic16/ralloc.c,
10323         * src/xa51/ralloc.c,
10324         * src/z80/ralloc.c: recompute the liveranges after register packing
10325
10326 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
10327
10328         * src/SDCCloop.c (newInduction): fixed bug #845630
10329
10330 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10331
10332         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
10333         inadvertantly left behind from my 2003-11-12 change
10334
10335 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10336
10337         Updated headers I neglected to commit yesterday.
10338         * src/SDCClrange.h,
10339         * src/SDCCicode.h
10340
10341 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10342
10343         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
10344         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
10345         * src/SDCCopt.c (eBBlockFromiCode),
10346         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
10347         the creation of the key hash table from the sequencing so it can be used
10348         earlier (for some GCSE bug fixes still pending)
10349
10350 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10351
10352         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
10353         * support/regression/tests/addsub.c: testing genPlus shortcut
10354
10355 2003-11-15  Borut Razem <borut.razem AT siol.net>
10356
10357         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
10358
10359 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10360
10361         * src/SDCCcse.c (cseBBlock): fixed bug #527779
10362         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
10363         ordering is immaterial.
10364         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
10365
10366 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10367
10368         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
10369         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
10370         (SIGSEV) of bug #840381
10371         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
10372         unlink new file before rename if new and old filenames are the same)
10373
10374 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10375
10376         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
10377         uninitialized variables) for the mcs51. Set environment variable
10378         SDCC_GENRAMCLEAR to test.
10379         xdata initialization slightly shorter
10380
10381 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10382
10383         * src/SDCCsymt.h,
10384         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
10385         #838241 & 780691 (basicly the same bug)
10386         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
10387         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
10388
10389 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
10390
10391         * src/SDCCmain.c (linkEdit): "fix" #834252
10392
10393 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10394
10395         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
10396         * src/SDCCast.h,
10397         * src/SDCC.y: fixed bug #819403
10398
10399 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10400
10401         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
10402         the reentrant attribute.
10403         * src/hc08/gen.c (genPackBits): added missing stack readjustment
10404         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
10405         simulation
10406         * src/SDCCast.c (decorateType): fixed bug with storage class not being
10407         updated during pointer dereference; f.e. ~(((char *)1)*) was being
10408         erroneously reduced to a literal.
10409         * src/hc08/ralloc.c (packRegisters, rematStr),
10410         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
10411         some cases
10412
10413 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10414
10415         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
10416         * doc/sdccman.lyx: changed from 'article' to 'book'
10417         * doc/Makefile: readded test_suite_spec and cdbfileformat
10418
10419 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
10420
10421         * device/include/stdlib.h: include malloc.h to comply with ANSI
10422         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
10423
10424 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10425
10426         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
10427         * doc/clean.mk: also remove *.out files
10428         * doc/sdccman.lyx: some additions, larger top/bottom margins
10429
10430 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10431
10432         * src/SDCC.y: fixed bug #837365
10433         * support/regression/tests/bitopcse.c
10434         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
10435         a symbol (might be valop instead)
10436         * device/lib/Makefile.in: added errno.c to HC08SOURCES
10437         * device/lib/clean.mk: added hc08 to the cleaning list
10438
10439 2003-11-04  Borut Razem <borut.razem AT siol.net>
10440
10441         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
10442           made 2003-11-04
10443         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
10444           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
10445           malloc is declared in standard stdlib.h
10446
10447 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10448
10449         * device/lib/hc08/Makefile: need to clean .rel not .o files
10450         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
10451
10452 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10453
10454         * src/port.h,
10455         * src/hc08/main.c,
10456         * src/mcs51/main.c,
10457         * src/ds390/main.c,
10458         * src/z80/main.c,
10459         * src/avr/main.c,
10460         * src/pic/main.c,
10461         * src/pic16/main.c,
10462         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
10463         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
10464         tests (which uses the port's oclsExpense function)
10465         * src/SDCC.y,
10466         * src/SDCCast.c,
10467         * src/SDCCicode.c,
10468         * src/hc08/gen.c,
10469         * src/ds390/gen.c,
10470         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
10471
10472 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10473
10474         * src/SDCCcse.c (ifxOptimize),
10475         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
10476         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
10477         deleting the IFX iCode.
10478         * src/hc08/ralloc.c: reduced unneeded slocs
10479         * src/hc08/gen.c: fixed bug in asmopToBoolean
10480
10481 2003-11-04  Borut Razem <borut.razem AT siol.net>
10482
10483         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
10484           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
10485           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
10486           transferred to configure
10487
10488 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
10489
10490         Use headers defined in the C[++] standards:
10491         * sim/ucsim/gui.src/serio.src/fileio.cc
10492         * sim/ucsim/gui.src/serio.src/frontend.cc
10493         * sim/ucsim/gui.src/serio.src/main.cc
10494         * sim/ucsim/gui.src/serio.src/posix_signal.cc
10495         * support/Util/NewAlloc.c
10496         * as/hc08/lklibr.c
10497         * as/mcs51/lklibr.c
10498         * as/z80/aslist.c
10499         * as/z80/assym.c
10500
10501 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10502
10503         * Added MSVC projects for hc08 assembler and linker:
10504         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
10505         /as/hc08/link_hc08.dsp
10506
10507 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
10508
10509         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
10510
10511 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
10512
10513         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
10514
10515 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10516
10517         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
10518
10519 2003-10-31  Borut Razem <borut.razem AT siol.net>
10520
10521         * support/cpp2/cpplib.h,
10522           support/cpp2/cpplib.c,
10523           support/cpp2/cpplex.c,
10524           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
10525           to switch _asm block preprocessing on / off. Default is
10526           #pragma preproc_asm +
10527
10528 2003-10-31  Borut Razem <borut.razem AT siol.net>
10529
10530         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
10531           when outputting comment blocks (when executed with -C option) and
10532           _asm (SDCPP specific) blocks
10533
10534 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10535
10536         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
10537
10538 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
10539
10540         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
10541
10542 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
10543
10544         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
10545         * src/SDCCast.c (decorateType): fixed bug #832664
10546
10547 2003-10-31  Borut Razem <borut.razem AT siol.net>
10548
10549         * support/cpp2/cpplex.c: fixed for SDCPP:
10550           comments(when executed with -C option) and _asm blocks
10551           were included even if they where in skipped #if block.
10552           Applied solution from GCC cpp 3.3.2
10553
10554 2003-10-31  Borut Razem <borut.razem AT siol.net>
10555
10556         * src/SDCC.lex: sdcc now understands both formats:
10557           '# <line_number> <file_name>' and
10558           '#line <line_number> <file_name>'
10559         * support/cpp2/cppmain.c: sdcpp now generates the standard
10560           '# <line_number> <file_name>' instead of former
10561           '#line <line_number> <file_name>'
10562
10563 2003-10-30  Borut Razem <borut.razem AT siol.net>
10564
10565         * support/cpp2/cpphash.h,
10566         * support/cpp2/cpplib.h
10567         * support/cpp2/cpplex.c,
10568         * support/cpp2/cppmain.c,
10569         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
10570
10571 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10572
10573         Fixed a number of problems revealed by bug #827883.
10574         * src/SDCCloop.c (loopInvariants): Spill location of the
10575         result operand should be recomputed if extracted from
10576         a loop. Also, don't extract assignments of an iTemp
10577         from a literal.
10578         * src/SDCCast.c (isConformingBody): loop reversal should
10579         not occur if the control variable is involved with a
10580         relational operator.
10581
10582 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
10583
10584         * .version: bumped to 2.3.6 to reflect the big improvements
10585         made by Erik and Klaus. Thanks!
10586
10587 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
10588
10589         Replaced the livrange code.
10590         * src/SDCClrange.c: added new LR code
10591         * src/SDCCloop.c,
10592         * src/SDCCBBlock.h: removed remainig parts from old LR code
10593         * src/ds390/ralloc.c,
10594         * src/ds390/gen.c: minor fixes to make it work with new code
10595
10596 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10597
10598         * as/hc08/asm.h,
10599         * as/hc08/lkrloc.c,
10600         * src/hc08/gen.c,
10601         * src/hc08/ralloc.c: Fix various warnings related to the hc08
10602         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
10603         (tweaked fix for bug #818696)
10604
10605 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10606
10607         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
10608
10609 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10610
10611         * src/SDCCmain.c,
10612         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
10613         * src/mcs51/gen.c (gencjneshort),
10614         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
10615         more efficient (per Scott Bronson's suggestion)
10616
10617 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10618
10619         Extended the semantics of the critical keyword to include
10620         individual statements. See RFE #827755 and #799831
10621         * src/SDCC.y
10622         * src/SDCCicode.c
10623         * src/SDCCopt.c
10624         * src/SDCCast.c
10625         * support/Util/SDCCerr.c
10626         * support/Util/SDCCerr.h
10627         * src/mcs51/gen.c
10628         * src/ds390/gen.c
10629         * src/hc08/gen.c
10630
10631 2003-10-19  Borut Razem <borut.razem AT siol.net>
10632
10633         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
10634
10635 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10636
10637         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
10638         Fixed bug #818696
10639         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
10640         and predecrement operand is displayed
10641
10642 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
10643
10644         * src/SDCCval.c (valMinus): fixed bug #826041
10645
10646 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10647
10648         Some hc08 related updates that I missed earlier
10649         * sim/ucsim/stypes.h
10650         * support/regression/ports/hc08/spec.mk
10651
10652 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10653
10654         New target "hc08" for the Motorola 68hc08 family of micros
10655
10656         * configure
10657         * configure.in
10658         * Makefile
10659         * src/hc08/*
10660         * src/SDCCmain.c
10661         * src/port.h
10662         * sim/ucsim/hc08.src/*
10663         * sim/ucsim/configure.in
10664         * src/ucsim/configure
10665         * sim/ucsim/packages_in.mk
10666         * as/hc08/*
10667         * as/Makefile
10668         * device/include/mc68hc908qy.h
10669         * device/lib/hc08/*
10670         * device/lib/Makefile.in
10671         * support/regression/ports/hc08/*
10672         * support/regression/Makefile
10673
10674 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10675
10676         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
10677         regression test
10678         * src/ds390/gen.c (genCast): fixed bug #821957
10679
10680 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
10681
10682         * device/lib/logf.c: "fixed" overlay bug
10683         * support/regression/ports/host/spec.mk: added m library
10684         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
10685         * support/regression/tests/float_trans: added (for Eric)
10686
10687 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
10688
10689         * src/mcs51/gen.c (genCpl): fixed bug
10690         http://sf.net/mailarchive/message.php?msg_id=6263915
10691
10692 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
10693
10694         * src/SDCCast.c (decorateType): added extended constant folding
10695         * src/SDCCsymt.c (computeType): cleanup
10696         * src/SDCCval.c (valShift): minor optimization
10697         * support/regression/tests/ast_constant_folding.c: added
10698
10699 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10700
10701         * src/SDCCmain.c: removed some unintended changes
10702
10703 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10704
10705         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
10706         * src/z80/gen.c: fixed part of bug #817589
10707         * src/SDCCsymt.c (checkFunction): fixed bug #817895
10708
10709 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
10710
10711         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
10712         * src/SDCCcflow.c
10713         * src/SDCCcse.c
10714         * src/SDCCdflow.c
10715         * src/SDCClabel.c
10716         * src/SDCClrange.c
10717         * src/SDCCmem.c
10718         * src/SDCCopt.c
10719         * src/SDCCpeeph.c
10720         * src/SDCCset.c
10721         * src/avr/ralloc.c
10722         * src/ds390/ralloc.c
10723         * src/izt/ralloc.c
10724         * src/mcs51/ralloc.c
10725         * src/pic/ralloc.c
10726         * src/pic16/ralloc.c
10727         * src/xa51/ralloc.c
10728         * src/z80/ralloc.c
10729         * src/z80/gen.c: removed unused label "release:"
10730
10731 2003-10-06  Borut Razem <borut.razem AT siol.net>
10732
10733         * src/SDCC.lex: removed definition of unused variables
10734           save_optimize and save_options
10735
10736 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
10737
10738         * clean.mk: removed '=' in "-maxdepth=1"
10739         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
10740         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
10741
10742 2003-10-06  Borut Razem <borut.razem AT siol.net>
10743
10744         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
10745           my_unput() replaced by unput()
10746
10747 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
10748
10749         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
10750         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
10751         type-punned pointer will break strict-aliasing rules"
10752         Old LR behaviour is again default; Klaus' LR can be choosen by
10753         defining the environment variable LRKLAUS
10754         * src/SDCCBBlock.h
10755         * src/SDCCloop.c
10756         * src/SDCClrange.c
10757         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
10758         * clean.mk: fixed removal of files in bin/CVS/
10759         * device/lib/clean.mk: fixed removal of directories small and large
10760         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
10761         * src/SDCCicode.c,
10762         * src/SDCCval.c: removed superflous test for pedantic
10763
10764 2003-10-05  Borut Razem <borut.razem AT siol.net>
10765
10766         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
10767           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
10768           message "unmatched #pragma SAVE and #pragma RESTORE"
10769
10770 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10771
10772         * doc/sdccman.lyx: various additions and updates (interrupts, inline
10773           assembly, critical functions, atomic, nojtbound)
10774
10775 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
10776
10777         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
10778         * src/SDCCBBlock.h
10779         * src/SDCCloop.c
10780         * src/SDCCloop.h
10781         * src/SDCClrange.c
10782
10783 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10784
10785         * src/z80/gen.h,
10786         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
10787         * src/mcs51/gen.h
10788         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
10789         * src/ds390/gen.h
10790         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
10791         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
10792         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
10793
10794 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10795
10796         * src/z80/gen.c (genRet): fixed bug #524753
10797         * src/z80/gen.c (genCast): fixed internal error on cast from
10798         pointer to long
10799         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
10800         fix for bug #477835 to the z80
10801         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
10802         for tracking iCodes in the peephole optimizer for z80
10803
10804 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10805
10806         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
10807         the other part of bug #814548
10808         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
10809
10810 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
10811
10812         * src/SDCCcse.c: fixed part of bug #814548
10813
10814 2003-09-28  Borut Razem <borut.razem AT siol.net>
10815
10816         * src/asm.c: rewrite of printILine() to use temporary file instead
10817           a pipe
10818         * src/xa51/main.c: commented out declaration of int rewinds
10819
10820 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10821
10822         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
10823
10824 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10825
10826         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
10827         * src/asm.c (printILine): Fixed bug #811015
10828
10829 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10830
10831         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
10832         freeing.
10833
10834 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10835
10836         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
10837         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
10838         to correctly handle general case of AOP_PAIRPTR
10839         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
10840
10841 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10842
10843         * src/mcs51/ralloc.c (fillGaps),
10844         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
10845         register positioning bug)
10846
10847 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
10848
10849         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
10850
10851 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10852
10853         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
10854         genCodePointerGet, genGenPointerGet, genFarPointerSet,
10855         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
10856         (ralloc doesn't intentionally do this now, but perhaps later)
10857         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
10858         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
10859         register positioning bugs (Fixed bug #762602 and #795325)
10860         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
10861         (Fixed bug #808779)
10862         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
10863         lines that --i-code-in-asm generates
10864
10865 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10866
10867         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
10868         trying to fclose a FILE* that was already closed.
10869
10870 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10871
10872         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
10873         of const struct should be treated as if const themselves)
10874
10875 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
10876
10877         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
10878
10879 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10880
10881         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
10882         Unix (/n) and DOS (/r/n) line terminations.
10883
10884 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10885
10886         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
10887         bug #613775
10888
10889 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10890
10891         * src/mcs51/gen.c (genFunction, genEndFunction),
10892         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
10893         and restore of EA so that stack offsets to parameters are
10894         correct when using both critical and reentrant/stack-auto.
10895         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
10896         size (can be triggered in error if sloc is shared between
10897         different sized objects)
10898         * device/include/float.h: fixed macros to explicitly use
10899         unsigned long where needed
10900
10901 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
10902
10903         Feature req. 799831: added code to allow nesting of critical functions
10904         * src/mcs51/gen.c (genFunction, genEndFunction)
10905         * src/ds390/gen.c (genFunction, genEndFunction)
10906
10907 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10908
10909         * src/SDCCsymt.c (sclsFromPtr),
10910         * src/SDCCsymt.h,
10911         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
10912         support for standard C idiom of memory mapped variables; for
10913         example, *((xdata int*)0x1234) = 1 is now internally equivalent
10914         to xdata int at 0x1234 tempvar = 1.
10915         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
10916         provided by Akiya ISHIDA
10917
10918 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
10919
10920         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
10921         * src/SDCCval.c (constVal): added reduction from int to char
10922         * src/SDCCval.c (valMult, valDiv): fixed sign handling
10923         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
10924         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
10925         to ignore the sign
10926         * support/regression/tests/shifts.c: fixed
10927
10928 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10929
10930         * src/z80/gen.c (genXor): Fixed bug #805445
10931
10932 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10933
10934         Fixed bug #621531 (const & volatile confusion in the type chain).
10935         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
10936         refer to the const or volatile state of the pointer itself.
10937
10938         * src/SDCCast.c
10939         * src/SDCCglue.c
10940         * src/SDCCicode.c
10941         * src/SDCCsymt.c
10942         * src/SDCCval.c
10943         * src/SDCC.y
10944         * src/SDCCsymt.h
10945         * src/pic/gen.c
10946         * src/pic/ralloc.c
10947         * src/pic16/gen.c
10948         * src/pic16/ralloc.c
10949         * support/regression/tests/const.c
10950
10951 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10952
10953         When checking for duplicated modules, use absolute paths
10954         instead of relative paths.  Files changed:
10955
10956         * as/mcs51/lklib.c
10957         * link/z80/lklib.c
10958
10959 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10960
10961         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
10962
10963 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10964
10965         * device/include/string.h: added size_t typedef, changed
10966         prototypes to use size_t, eliminated separate reentrant and
10967         non-reentrant declarations, added _memmove declaration
10968         * device/lib/_memcpy.c: changed to use size_t instead of int,
10969         changed /4 to >>2 to avoid division library call
10970         * device/lib/_memcmp.c,
10971         * device/lib/_memset.c,
10972         * device/lib/_strncat.c,
10973         * device/lib/_strncpy.c,
10974         * device/lib/_strncmp.c: changed to use size_t instead of int
10975         * device/lib/_memmove.c: new file (fixed bug #772294)
10976         * device/lib/Makefile.in: added _memmove.c
10977         * device/lib/z80/asm_strings.s: fixed bug #772290
10978         * support/regression/tests/bitfields.c: attempt to fix host assertion
10979         failure on amd64-unknown-linux2.2
10980
10981 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10982
10983         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
10984         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
10985         * as/z80/asmain.c (main): fixed bug #801766
10986
10987 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
10988
10989         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
10990         compilers
10991
10992 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10993
10994         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
10995         reported in bug #800609
10996
10997 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
10998
10999         * Top header beautifications in src/pic16 directory:
11000           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
11001           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
11002           pcoderegs.h, ralloc.c, ralloc.h
11003         * main.c: added top header and GPL license notice
11004         * pcode.c: fixed the if-conditional warning
11005
11006 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
11007
11008         * device/lib/_mullong.c: replaced int by short for gcc
11009
11010 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11011
11012         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
11013         and JUMPTABLE iCodes properly now (worked by accident before)
11014         * src/mcs51/gen.c (leftRightUseAcc),
11015         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
11016         iCode properly now. Use getSize instead of nRegs since a & b
11017         aren't part of the nRegs tally.
11018
11019 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
11020
11021         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
11022         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
11023           before instructions that use the _STATUS register
11024
11025 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
11026
11027         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
11028         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
11029         fetching of the pointer
11030         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
11031         copied from genNearPointerSet()
11032         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
11033         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
11034         If they pop r0/r1 they must be called in the opposite order than aopOp().
11035         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
11036         (resp. --stack-auto), prepared for --xstack
11037
11038 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11039
11040         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
11041
11042 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
11043
11044         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
11045         these ports have their own __sdcc_external_start()
11046
11047 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
11048
11049         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
11050         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
11051         type for bits was changed. It resulted in bit variables becoming
11052         global, which is not permitted in PIC 14 assembly output.
11053
11054 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11055
11056         * doc/sdccman.lyx: various additions and updates. Rearranged sections
11057
11058 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11059
11060         Z80 and MCS51 linkers complaint if a public symbol is defined
11061         in more than one library module:
11062
11063         * as/mcs51/lklib.c
11064         * link/z80/lklib.c
11065         * as/mcs51/Makefile.in
11066
11067 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11068
11069         A few small changes that speed up the peephole optimizer.
11070
11071         * src/SDCCpeeph.c
11072
11073 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11074
11075         Try to make the peephole optimizer smarter by maintaining
11076         an association between the assembly source code and the
11077         iCodes that originated them. Put this information to use
11078         with a new peephole rule condition "notVolatile" so that
11079         the rules can be aggressive yet still safe.
11080
11081         * src/SDCCpeeph.c
11082         * src/SDCCpeeph.h
11083         * src/mcs51/gen.c
11084         * src/mcs51/peeph.def
11085
11086 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11087
11088         Fixed bug #741761
11089
11090         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
11091         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
11092         if the left or right operand symbols have the accuse flag set.
11093
11094 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11095
11096         Changed the type of the result of the ! (NOT) operator to char;
11097         previously it returned the same type as the source. This allows
11098         us to eliminate all the genFloatNot functions (all of its target
11099         implementations were very buggy) since !float can use the same
11100         code as !long now.
11101
11102         * src/SDCCicode.c (ast2iCode): ! returns char
11103         * src/mcs51/gen.c (genNot, genNotFloat),
11104         * src/ds390/gen.c (genNot, genNotFloat),
11105         * src/z80/gen.c (genNot, genNotFloat),
11106         * src/pic/gen.c (genNot, genNotFloat),
11107         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
11108
11109 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
11110
11111         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
11112         1. Interrupt would not compile properly. Ensure PCLATH register is saved
11113            during interrupts. Ensure WSAVE is located at a shared bank address.
11114         2. Fixed page selection in some places
11115         3. Fixed BTFSS/C to where necessary use registers directly and not simply
11116            the registers name strings.
11117         4. Fixed "signed / unsigned compare" compiler warnings.
11118         5. The PIC port manages its own allocation of the general purpose
11119            registers, but makes no attempt to reuse them. As a result when
11120            compiling it soon runs out of general purpose registers. Some
11121            additional code was added to the files pcode.c and device.c to walk
11122            through the function call tree and rename the registers so that they
11123            get reused.
11124
11125         * src/pic/device.c
11126         * src/pic/gen.c
11127         * src/pic/glue.c
11128         * src/pic/pcode.c
11129         * src/pic/pcode.h
11130         * src/pic/ralloc.c
11131         * src/pic/ralloc.h
11132         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
11133         genPlus() & genMinus() when the result is the same as left or right
11134
11135 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11136
11137         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
11138
11139 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11140
11141         Made bitfield a distinct type from bit so that bitfields
11142         convert as per ANSI C and bits retain their traditional
11143         boolean style behaviour. Implemented bitfield support in
11144         the z80 port.
11145
11146         * src/SDCCsymt.h,
11147         * src/SDCCsymt.c,
11148         * src/SDCCast.c,
11149         * src/cdbFile.c,
11150         * src/mcs51/gen.c,
11151         * src/ds390/gen.c: bit v bitfield split
11152         * src/z80/gen.c: New support for bitfields
11153         * support/regression/tests/bitfields.c: reenabled z80,
11154         added more tests
11155
11156 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11157
11158         Rules 246.x, 247.x relate to bitfields, the others speed up
11159         access to xdata mapped I/O devices.
11160
11161         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
11162
11163 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11164
11165         Cleaned up genPackBits and genUnpackBits and added two helper
11166         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
11167         for literal assignments in genPackBits (thanks to Frieder for
11168         reminding me).
11169
11170         * src/mcs51/gen.c
11171         * src/ds390/gen.c
11172
11173 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11174
11175         Fixed bug #748310 (pointer to function type mishandled when the
11176         function name is omitted). Also fixed a SIGSEGV when a function
11177         attribute (reentrant, etc) is used on a non-function or on a
11178         function but misplaced before the parameter list.
11179
11180         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
11181         bug #748310
11182         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
11183         * support/Util/SDCCerr.h,
11184         * support/Util/SDCCerr.c: Added func attr misuse error msg
11185
11186 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
11187
11188         Fixed bug #787649 by anonymous
11189         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
11190         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
11191
11192 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11193
11194         Fixed numerous bitfield problems.
11195
11196         * src/SDCC.y: More bitfield related error checking
11197         * src/SDCCsymt.h,
11198         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
11199         * support/Util/SDCCerr.h,
11200         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
11201         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
11202         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
11203         * support/regression/tests/bitfields.c: tests added
11204
11205 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11206
11207         Made the constant following the "interrupt" keyword optional. If
11208         omitted, the function will not automatically be given an entry
11209         in the interrupt vector table (similar to #pragma NOIV, but
11210         less syntacticly kludgy). The interrupt number is also now
11211         range checked. Also fixed a bug in the high order bit example
11212         in the manual.
11213
11214         * src/SDCC.y
11215         * src/SDCCmem.c
11216         * src/SDCCglue.c
11217         * src/SDCCsymt.h
11218         * support/Util/SDCCerr.c
11219         * support/Util/SDCCerr.h
11220         * doc/sdccman.lyx
11221
11222 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
11223
11224         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
11225         * src/SDCCicode.c (operandOperation): rewritten some ops
11226         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
11227         * src/SDCCsymt.c (computeType): literals are handled the same way as any
11228         other type
11229         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
11230         be re-activated by defining REDUCE_LITERALS)
11231         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
11232         unsigned, but are signed by default
11233         * src/SDCCval.c (constVal): rearranged
11234         * src/SDCCval.c (valMod): preliminary fix
11235         * src/SDCCval.c (valCastLiteral): use TYPE_* types
11236         * support/regression/literalop.c: added, work in progress
11237
11238 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11239
11240         Generate warnings for useless declarations like "char data;"
11241         that don't do what new users expect.
11242
11243         * src/SDCC.y
11244         * support/Util/SDCCerr.h
11245         * support/Util/SDCCerr.c
11246
11247 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
11248
11249         * src/SDCCval.c (valMult): fix overflow detection of negative int
11250
11251 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11252
11253         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
11254
11255         Changes to support big endian targets:
11256
11257         * src/ports.h
11258         * src/SDCCglue.c
11259         * src/avr/main.c
11260         * src/ds390/main.c
11261         * src/izt/i186.c
11262         * src/mcs51/main.c
11263         * src/pic/main.c
11264         * src/pic16/main.c
11265         * src/xa51/main.c
11266         * src/z80/main.c
11267
11268 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
11269
11270         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
11271         * device/lib/time.c: fixed warning "integer overflow in expression"
11272
11273 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
11274
11275         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
11276         * src/SDCCval.c (constVal): changed default to signed; hex and octal
11277         constants are unsigned; added recognition of "u" flag for unsigned
11278         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
11279         * src/SDCCval.c (valDiv, valMod): fixed signdness
11280         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
11281         signedness of modulo, left and right shift
11282         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
11283         * support/Util/SDCCerr.h: added warning W_INT_OVL
11284         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
11285         * src/SDCCast.c (ast_print): improved output of constants
11286
11287 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11288
11289         Fixed some warnings when building with MSVC:
11290
11291         * as/mcs51/asdata.c
11292         * as/z80/asdata.c
11293         * as/mcs51/asm.h
11294         * as/z80/asm.h
11295         * link/z80/aslink.h
11296         * link/z80/lkdata.c
11297         * link/z80/lkeval.c
11298         * link/z80/lkgb.c
11299         * link/z80/lkihx.c
11300         * link/z80/lks19.c
11301         * link/z80/lksym.c
11302         * support/cpp2/cpplib.c
11303         * src/ds390/gen.c
11304         * src/mcs51/gen.c
11305
11306 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
11307
11308         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
11309
11310 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11311
11312         * support/librarian/clean.mk: Do not remove Makefile.
11313         * support/librarian/Makefile: added.
11314
11315 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11316
11317         Added librarian to MSVC build:
11318         * all.dsp
11319         * sdcc.dsw
11320         * support/librarian/librarian.dsp
11321
11322         'configure' not needed for librarian, removed:
11323         * support/librarian/configure
11324         * support/librarian/configure.in
11325         * support/librarian/config_in.h
11326         * support/librarian/Makefile.in
11327
11328         Hopefully these ones built the librarian and the rest of sdcc properly:
11329         * Makefile
11330         * Makefile.common.in
11331
11332         Messed up 'configure', so revert to previous version:
11333         * configure
11334         * configure.in
11335
11336 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
11337
11338         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
11339         there, while the mantissa of a double is "only" 53 bits wide.
11340
11341 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11342
11343         Adding sdcclib to the build.  MSVC project coming soon.
11344         Files added/changed:
11345
11346         * support/librarian/clean.mk
11347         * support/librarian/configure
11348         * support/librarian/configure.in
11349         * support/librarian/config_in.h
11350         * support/librarian/Makefile.bcc
11351         * support/librarian/Makefile.in
11352         * support/librarian/sdcclib.c
11353         * Makefile.bcc
11354         * Makefile
11355         * Makefile.common.in
11356         * configure
11357         * configure.in
11358
11359 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11360
11361         Linker now complaints if linked modules have conflicting options, for
11362         example, one compiled using --model-large and another one compiled with
11363         --model-small.  The following files were modified:
11364
11365         * as/mcs51/asdata.c
11366         * as/mcs51/aslink.h
11367         * as/mcs51/asm.h
11368         * as/mcs51/asmain.c
11369         * as/mcs51/asout.c
11370         * as/mcs51/i51pst.c
11371         * as/mcs51/lkdata.c
11372         * as/mcs51/lklibr.c
11373         * as/mcs51/lkmain.c
11374         * as/z80/asdata.c
11375         * as/z80/asm.h
11376         * as/z80/asmain.c
11377         * as/z80/asout.c
11378         * as/z80/z80pst.c
11379         * link/z80/aslink.h
11380         * link/z80/lkdata.c
11381         * link/z80/lklibr.c
11382         * link/z80/lkmain.c
11383         * src/SDCCglue.c
11384
11385 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11386
11387         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
11388         as/mcs51/lklibr.c: Generate a warning when a library is not found.
11389
11390 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
11391
11392         * src/z80/mappings.i: fix _mul[us][int,long] entries
11393
11394 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11395
11396         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
11397
11398 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
11399
11400         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
11401         * support/regression/tests/bitopcse.c: added
11402         fixed warning:
11403         * src/avr/gen.c:
11404         * src/pic/gen.c:
11405         * src/pic16/gen.c:
11406         * src/z80/gen.c:
11407         * src/xa51/gen.c:
11408
11409 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11410
11411         added support for new library format to z80, gbz80 linkers:
11412         *link/z80/aslink.h
11413         *link/z80/lklex.c
11414         *link/z80/lklib.c
11415         *link/z80/lklist.c
11416
11417 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
11418
11419         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
11420         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
11421
11422 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
11423
11424         added DUMMY_READ_VOLATILE:
11425         * src/SDCC.y:
11426         * src/avr/gen.c:
11427         * src/xa51/gen.c:
11428         * src/z80/gen.c:
11429         * src/pic/gen.c:
11430         * src/pic16/gen.c:
11431         * src/mcs51/gen.c:
11432         * src/ds390/gen.c:
11433         * src/SDCCcse.c (algebraicOpts): many improvements
11434         * src/SDCCcse.h: removed algebraicOpts()
11435         * src/SDCCicode.c (picDummyRead): added
11436
11437 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11438
11439         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
11440         "Insufficient space in data memory".
11441
11442 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11443
11444         * src/mcs51/gen.c: fixed bug #771358
11445         * src/z80/gen.c: fixed bug #759087
11446
11447 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
11448
11449         * src/pic16/glue.c: minor cleanup by Vangelis
11450
11451 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11452
11453         * device/include/regc515c.h: fixed #758477
11454         * device/lib/_gptrget.c: saving some cycles in generic pointer get
11455         * device/lib/_gptrput.c: saved a few bytes
11456         * my tab spacing is 8, yours too?)
11457         * device/lib/_ser.c: process RX bytes earlier than TX bytes
11458         * device/lib/serial.c: process RX bytes earlier than TX bytes
11459         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
11460
11461 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11462
11463         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
11464
11465 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11466
11467     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
11468
11469 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
11470
11471         * device/lib/Makefile.in: bad fix, reverted to 1.43
11472
11473 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
11474
11475         * device/lib/Makefile.in: added missing z80 object files
11476
11477 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
11478
11479         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
11480         pic16 progress by Vangelis:
11481         * src/SDCCglobl.h:
11482         * src/SDCCmain.c:
11483         * src/pic/Makefile:
11484         * src/pic:
11485         * pic/Makefile:
11486         * pic16/device.c:
11487         * pic16/device.h:
11488         * pic16/gen.c:
11489         * pic16/gen.h:
11490         * pic16/genarith.c:
11491         * pic16/glue.c:
11492         * pic16/main.c:
11493         * pic16/pcode.c:
11494         * pic16/pcode.h:
11495         * pic16/pcodepeep.c:
11496         * pic16/peeph.def:
11497
11498 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11499
11500     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
11501
11502 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11503
11504     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
11505     added gbz80 build to MSVC project.
11506     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
11507     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
11508     from 8051 stuff and setup so it links using a .lnk file.
11509
11510 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11511
11512     * support/librarian/sdcclib.c: sdcc librarian.
11513     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
11514     with sdcclib.
11515
11516 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11517
11518     * as/mcs51/lkmain.c: properly handle extensions in function afile.
11519
11520 2003-07-02  Borut Razem <borut.razem AT siol.net>
11521
11522         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
11523         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
11524         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
11525         src/xa51/main.c, src/z80/main.c:
11526         virtualization of glue() function: each port has it's own glue function,
11527         which is accessed by do_glue function pointer in PORT.general structure
11528
11529 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
11530
11531         * DS800C400 fun, improved ROM interface and tinibios.
11532
11533 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
11534
11535         * More support for DS80C400. Now includes beginning of interface to ROM.
11536
11537 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
11538
11539         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
11540
11541 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11542
11543         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
11544
11545 2003-06-19  Borut Razem <borut.razem AT siol.net>
11546
11547         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
11548
11549 2003-06-19  Borut Razem <borut.razem AT siol.net>
11550
11551         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
11552         fixed Z80 port - crt0.o: cannot open.
11553
11554 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
11555
11556         * support/Util/MySystem.c (merge_command): revert bad fix
11557
11558 2003-06-18  Borut Razem <borut.razem AT siol.net>
11559
11560         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
11561
11562 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11563
11564         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
11565         option --use-stdout sends errors to stdout instead of stderr.
11566
11567 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
11568
11569         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
11570
11571 2003-06-15  Borut Razem <borut.razem AT siol.net>
11572
11573         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
11574         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
11575         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
11576         fixed width array of pointers replaced with sets;
11577         multiple include and lib paths ared transferred to preprocessor and linker
11578         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
11579         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
11580         fixed width array of pointers
11581         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
11582         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
11583         fixupPath(), getPathDifference()
11584         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
11585         fixed width array of pointers
11586
11587 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
11588
11589         * src/pic16/ralloc.c: fix warnings
11590         * src/pic16/pcode.c: fix warning
11591
11592 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
11593
11594          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
11595         know all the details, but essentially this set of changes enable
11596         the pic16 port to generate movff instructions and generate assembler
11597         directives,
11598         * src/SDCCmain.c:
11599         * src/pic16/gen.c:
11600         * src/pic16/glue.c:
11601         * src/pic16/pcode.c:
11602         * src/pic16/device.c:
11603         * src/pic16/main.c:
11604         * src/pic16/pcode.h:
11605         * src/pic16/pcoderegs.c:
11606         * src/pic16/ralloc.c:
11607         * src/pic16/ralloc.h:
11608
11609 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11610
11611         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
11612         added option --vc, so sdcc errors and warnings are compatible with
11613         Microsoft Visual Studio.
11614
11615 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11616
11617         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
11618           device/lib/libfloat.lib: added atof function.
11619
11620 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
11621
11622         * doc/sdccman.lyx: updated to Lyx 1.3
11623         * doc/cdbfileformat.lyx: updated to Lyx 1.3
11624         * doc/test_suite_spec.lyx: updated to Lyx 1.3
11625         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
11626
11627 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
11628
11629         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
11630
11631 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11632
11633         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
11634           additions to the "related tools/documentation" section
11635
11636 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
11637
11638         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
11639
11640 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
11641
11642         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
11643         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
11644
11645 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
11646
11647         * doc/sdccman.lyx: fix double dash and other minor things
11648         * doc/Makefile: fix double dash
11649
11650 2003-05-28  Karl Bongers(patches from Martin Helmling)
11651         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
11652           condition and ignore commands.
11653
11654 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11655
11656         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
11657           is in parts still quite out of date, I did changes as far as I felt makes sense
11658           for a non-native english speaker.
11659           Please feel free to add to the manual or to correct my changes.
11660         * doc/Makefile: undid touching the date of intermediate tex files.
11661
11662 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11663
11664         * doc/sdccman.lyx: Manual has an index now
11665
11666 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
11667
11668         Finalize muluint/mulsint and mululong/mulslong merging:
11669         * device/lib/_mulint.c
11670         * device/lib/_mullong.c
11671         * device/lib/gbz80/mul.s
11672         * device/lib/gbz80/stubs.s
11673         * device/lib/z80/mul.s
11674         * device/lib/z80/stubs.s
11675         * src/SDCCsymt.c (initCSupport)
11676
11677 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11678
11679         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
11680         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
11681           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
11682           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
11683           instead of /Zm500.
11684
11685 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11686
11687         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
11688           the regression tests I'm not brave enough to enable 245.b, 245.c
11689         * doc/sdccman.lyx: added latex preamble for hyperref package.
11690           Using pdflatex this will give you a hyperlinked pdf file with
11691           bookmarks. (prepend '%' before /usepackage if this breaks something)
11692
11693 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11694
11695          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
11696
11697 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
11698
11699         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
11700
11701 2003-05-21    <johan AT balder>
11702
11703         * src/SDCCglue.c (printIval): fixed bug #739934
11704
11705 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
11706
11707         Applied patch from bug 737905 (renamed yylineo to mylineno):
11708         * src/altlex.c
11709         * src/SDCCast.c
11710         * src/SDCglobl.h
11711         * src/SDCC.lex
11712         * src/SDCCsymt.c
11713         * src/SDCCval.c
11714         * src/pic16/pcode.c: Cleaned warnings
11715         * src/pic16/pcodeflow.c: Cleaned warnings
11716         * src/pic16/pcoderegs.c: Cleaned warnings
11717
11718 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
11719
11720         * src/pic16/pcode.c: Cleaned warnings
11721         * src/pic16/pcodepeep.c: Cleaned warnings
11722         * src/pic16/ralloc.c: Cleaned warnings
11723
11724 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
11725
11726         * doc/sdccman.lyx: fixed bug 739745
11727         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
11728
11729 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
11730
11731         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
11732         it can be defined with CFLAGS when running configure
11733         * src/SDCCmain.c: fixed compiling + linking with object files
11734
11735 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
11736
11737         * configure.in: configure for pic16 port,
11738             added --disable-pic16-port
11739         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
11740         * src/SDCCmain.c: linkOptions is changed to set *,
11741             added if/endif conditional macros to remove options help
11742             messages from optionsTable when a port is not configured, added
11743             support for the PIc16 port in the ports table, when executing
11744             the compiler with no port specified on command line, a default
11745             port is selected with the new macro DEFAULT_PORT which is
11746             defined in port.h, in setDefaultOptions() linkOptions is removed
11747             from initialization assignment, since now it is a set,
11748             parseCmdLine uses setParseWithComma for linkOptions, in
11749             linkEdit() linkOptions are accessed with new function indexSet()
11750             which returns the i'th item of a set variable. See SDCCset.c, in
11751             linkEdit() when calling buildCmdLine(), added linkOptions as
11752             last argument. Now users can pass arguments to gplink via the
11753             -Wl option, main() uses pic16glue() to glue up pic16 programs
11754         * src/SDCCpeeph.c: various changes to support pic16
11755         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
11756             return the i'th item of the set
11757         * src/SDCCset.h: added function prototype for indexSet()
11758         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
11759         * src/clean.mk: added pic16 in CLEANALLPORTS variable
11760         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
11761             added macro DEFAULT_PORT
11762         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
11763         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
11764             generated
11765         * src/pic16/glue.c: commented out some error producing lines
11766         * src/pic16/main.c: __config directives are commented out to stop
11767             gpasm complaining and test the linkage with gplink, _linkCmd and
11768             _asmCmd changed to be more gplink and gpasm friendly
11769         * src/pic16/peeph.def: peep rule 3 is commented out, since it
11770             produced an error when parsed, peep rule 12 is added to utilize
11771             movff, but it is commented out since the pCode does not support
11772             yet a command with 2 address arguments
11773
11774 2003-05-18    <johan AT balder>
11775
11776         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
11777         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
11778 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
11779
11780         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
11781   Added feature to script commands from file.
11782
11783 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
11784
11785         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
11786         * src/SDCCutil.c: include ctype.h for win32
11787
11788 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
11789
11790         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
11791
11792 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
11793
11794         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
11795   Fixed so you can set breakpoints prior to run, run does not stop
11796   on entry now.  Add tbreak.  Other enhancements and fixes for use
11797   with ddd.
11798
11799 2003-05-12  Borut Razem <borut.razem AT siol.net>
11800
11801         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
11802
11803 2003-05-11  Borut Razem <borut.razem AT siol.net>
11804
11805         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
11806         the path of bin directory, so that PATH is the only env. variable, which has to be set
11807         in case of standard installation.
11808         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
11809         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
11810         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
11811
11812 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
11813
11814         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
11815         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
11816         temp files are in the port dir; clean the gen/test directory when
11817         generating new test.c
11818         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
11819         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
11820         * support/regression/tests/zeropad.c: added
11821
11822 2003-05-09    <johan AT balder>
11823
11824         * src/SDCCglue.c: fixed bug #597940
11825
11826 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
11827
11828         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
11829   cache sfr, optimize next,step, fix off by one sourceline,
11830   support ddd list function.
11831         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
11832
11833 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
11834
11835         * support/regression/HTMLgen.py: added compare_s2f()
11836         * support/regression/Makefile: redo 1.27
11837         * support/regression/generate-cases.py: redo 1.5
11838
11839 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
11840
11841         * support/regression/tests/float.c: workaround 33 bit hex constant
11842         * support/regression/tests/simplefloat.c: fix division for host
11843
11844 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
11845
11846         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
11847         that tame's the PIC's over-aggressive optimizer.
11848
11849 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11850
11851          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
11852          support for MSVC.
11853
11854 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
11855
11856         Initial support for DS80C400. "Hello world" runs on TINIm400
11857         (with polled I/O).
11858
11859 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
11860
11861          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
11862          * Some notes on ddd usage added in debugger/README
11863          Martin Helmling adding more features and fixes for ddd GUI debugger.
11864          Code added for nexti, stepi, up, down, and other adjustments.
11865
11866 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
11867
11868         * src/pic/pCodepeep.c non-wildcard asmops are now handled
11869         * src/pic/peeph.def Added two rules to optimize carry manipulation
11870         * src/pic/* removed debug printfs
11871
11872 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
11873
11874         * debugger/mcs51/cmd.c: added header newalloc.h
11875
11876 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
11877
11878         * as/Makefile: new EXEEXT
11879         * as/z80/Makefile: remove trailing slash of BUILDIR
11880         * as/z80/clean.mk: new EXEEXT
11881         * Makefile.common.in: add to CFLAGS (and others), don't replace it
11882         * support/cpp2/Makefile.in: new EXEEXT
11883         * src/pic/glue.c (pic14emitRegularMap): fixed warning
11884
11885 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
11886
11887         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
11888         EXEEXT was introduced to fix all related problems with targets
11889         "clean", "install" and "uninstall"; a couple of further flaws
11890         especially with "clean" have been fixed too
11891         * as/mcs51/Makefile.in
11892         * as/mcs51/clean.mk
11893         * as/z80/Makefile
11894         * Makefile
11895         * clean.mk
11896         * debugger/mcs51/Makefile.in
11897         * debugger/mcs51/clean.mk
11898         * link/z80/Makefile
11899         * link/z80/Makefile.in
11900         * link/z80/clean.mk
11901         * link/Makefile
11902         * packihx/Makefile.in
11903         * packihx/clean.mk
11904         * sim/ucsim/Makefile
11905         * sim/ucsim/clean.mk
11906         * sim/ucsim/avr.src/Makefile.in
11907         * sim/ucsim/avr.src/clean.mk
11908         * sim/ucsim/s51.src/Makefile.in
11909         * sim/ucsim/s51.src/clean.mk
11910         * sim/ucsim/xa.src/Makefile.in
11911         * sim/ucsim/xa.src/clean.mk
11912         * sim/ucsim/z80.src/Makefile.in
11913         * sim/ucsim/z80.src/clean.mk
11914         * sim/ucsim/main_in.mk
11915         * sim/ucsim/packages_in.mk
11916         * sim/ucsim/gui.src/Makefile.in
11917         * sim/ucsim/gui.src/serio.src/Makefile.in
11918         * sim/ucsim/gui.src/serio.src/clean.mk
11919         * src/Makefile.in
11920         * src/clean.mk
11921         * support/cpp2/Makefile.in
11922         * support/cpp2/clean.mk
11923         * support/makebin/Makefile
11924         * support/makebin/clean.mk
11925         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
11926         * doc/sdccman.lyx: --program-suffix no longer needed
11927
11928 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
11929
11930          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
11931          Martin Helmling added support for ddd GUI debugger.
11932          Code added to display assembly, set variables, and other commands
11933          to interface to ddd.
11934
11935 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
11936
11937         * as/Makefile: fix target clean
11938         * as/clean.mk: fix target clean
11939         * as/z80/clean.mk: fix target clean
11940
11941 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
11942
11943         * Makefile.common.in: added  AT EXEEXT AT
11944         * configure.in: removed all mingw32 stuff
11945         * configure: rebuilt from configure.in
11946         * doc/sdccman.lyx: updated section "installation"
11947         * support/scripts/sdcc_mingw32: adapted to configure
11948         * support/scripts/sdcc_cygwin_mingw32: added
11949
11950 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
11951
11952         * src/pic Added object file support for the PIC port
11953         * src/pic Applied patch from Craig Franklin (this started the object file support)
11954         * src/regression Updated the PIC regression tests for object files
11955
11956 2003-04-20  Borut Razem <borut.razem AT siol.net>
11957
11958         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
11959           lklex.c: In function `getfid':
11960           lklex.c:203: warning: array subscript has type `char'
11961         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
11962           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
11963         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
11964           stack handling macros
11965
11966 2003-04-19  Borut Razem <borut.razem AT siol.net>
11967
11968         * "handling space characters in file path" task:
11969         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
11970         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
11971         * support/Util/MySystem.h: make it self-sufficient
11972         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
11973           src/z80/main.c, sdcc/as/mcs51/lklex.c:
11974           handling space characters in file path
11975         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
11976           (it will be used by assemblers, which have their own includes, e.g. gpasm)
11977         * support/Util/MySystem.c: handling space characters in executable's path
11978
11979 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
11980
11981         * as/z80/Makefile: fix permanent rebuild of z80
11982         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
11983         * support/regression/tests/bitfields.c: added Johan's bitfields.c
11984
11985 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
11986
11987         * src/SDCCopt.c: add special case optimization to replace modulo by
11988           a power of two with a bitwise AND.
11989
11990 2003-04-18    <johan AT balder>
11991
11992         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
11993
11994 2003-04-17    <johan AT balder>
11995
11996         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
11997         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
11998
11999 2003-04-13  Borut Razem <borut.razem AT siol.net>
12000
12001         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
12002         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
12003           fixed mingw problem in adl_NORMALIZE_PATH
12004
12005 2003-04-12  Borut Razem <borut.razem AT siol.net>
12006
12007         * fixed "#pragma SAVE/RESTORE can not be nested":
12008         * src/SDCC.lex: reworked pragma handling functions
12009         * sdcc/src/SDCCglobl.h: reworked stack handling macros
12010         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
12011
12012 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
12013
12014         * src/SDCCutil.c (pathEquivalent): defined but not used
12015         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
12016         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
12017         * configure: rebuilt from configure.in
12018         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
12019         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
12020         * device/include/Makefile.in: replace sdcc_datadir
12021         * device/lib/Makefile.in: replace sdcc_datadir
12022         * Makefile.common.in: add LDFLAGS from configure
12023         * packihx/Makefile.in: use LDFLAGS
12024         * src/Makefile.in: use LDFLAGS
12025         * support/cpp2/Makefile.in: add LDFLAGS from configure
12026         * support/makebin/Makefile: use LDFLAGS
12027         * .version: bumped version number to 2.3.5
12028
12029 2003-04-12  Borut Razem <borut.razem AT siol.net>
12030
12031         * completed "different paths" task:
12032         * src/SDCCmacro.c: fixed bug in handling quotes
12033         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
12034         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
12035
12036 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
12037
12038         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
12039
12040 2003-04-11 kevin Vigor <kevin AT vigor.nu>
12041
12042         * ds390/gen.c ds390/peeph.def: fix bug 706781
12043
12044 2003-04-11  Borut Razem <borut.razem AT siol.net>
12045
12046         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
12047
12048 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
12049
12050         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
12051         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
12052          set - this bit used to not be set...).
12053         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
12054           bad code in PIC Port
12055         * src/regression/and2.c added to test bug 609268
12056         * src/regression/Makefile added and2.c to regression test
12057
12058
12059 2003-04-08    <johan AT CP255758-A>
12060
12061         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
12062         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
12063         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
12064
12065 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
12066
12067         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
12068         fix bug #487815
12069         * support/cpp2/Makefile.in: fix bug #487815
12070         * configure: rebuilt from configure.in
12071         * Makefile.common.in: docdir changed, new path suffixes
12072         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
12073         * sdcc_vc_in.h: reflect changes from sdccconf.h
12074         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
12075         * src/SDCCutil.h: remove BINDIR hack
12076         * doc/sdccman.lyx: update new path hierarchy
12077
12078 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
12079
12080         * src/SDCCpeeph.c: added okToRemoveSLOC test
12081
12082 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
12083
12084         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
12085
12086 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
12087
12088         * src/SDCCpeeph.c: added labelIsReturnOnly test
12089         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
12090
12091 2003-04-05    <johan AT balder>
12092
12093         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
12094         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
12095         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
12096         * src/SDCCast.c: fixed a warning
12097         * src/SDCCast.h: fixed a warning
12098         * src/SDCCicode.c (operandFromAst): fixed a warning
12099
12100 2003-04-04    <johan AT balder>
12101
12102         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
12103         * src/SDCCast.c (decorateType): fixed bug #715076
12104         * src/SDCC.y: fixed bug #702907
12105
12106 2003-04-03    <johan AT balder>
12107
12108         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
12109         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
12110         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
12111         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
12112         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
12113
12114 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
12115
12116         * _decdptr.c: fix return values
12117         * _gptrget.c: fix return values
12118         * _gptrgetc.c: fix return values
12119         * _gptrput.c: fix return values
12120         * _mulint.c: fix return values
12121         * as/z80/Makefile: fix 'make -j' problem
12122
12123 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
12124
12125         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
12126         * configure.in: big cleanup, updated to autoconf 2.5x
12127         * configure: rebuilt from configure.in
12128         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
12129         * sdcc_vc_in.h: reflect changes from sdccconf.h
12130         * doc/Makefile: fixed a flaw in "make install"
12131
12132 2003-04-02    <johan AT balder>
12133
12134         * src/ds390/gen.c (genCmp): no comments
12135         * src/mcs51/gen.c (genCmp): no comments
12136         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
12137         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
12138
12139 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
12140
12141         * support/regression/generate-cases.py: place generated file in given sub directory
12142         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
12143         * support/regression/Makefile: improvements for 'make -j';
12144         side effect: it's simpler and faster now
12145
12146 2003-03-31  Borut Razem <borut.razem AT siol.net>
12147
12148         * src/z80/main.c: link-{port} and as-{port} defined without path
12149         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
12150
12151 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
12152
12153         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
12154
12155 2003-03-30  Borut Razem <borut.razem AT siol.net>
12156
12157         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
12158           changed type of list parameter to set
12159         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
12160         * src/port.h: changed type of do_assemble() parameter to set
12161         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
12162           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
12163           definition of "cppoutfilename" macro with NULL value in preProcess()
12164         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
12165         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
12166         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
12167           replaced with set *binPathSet
12168         * shash_add() deallocates the item, if allready exsists, before adding the new one
12169         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
12170
12171 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
12172
12173         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
12174           a nested for loop bug in the PIC port
12175         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
12176           for loops
12177
12178 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
12179
12180         * support/Util/dbuf.h: remove C++ stuff to make it portable
12181
12182 2003-03-28  Borut Razem <borut.razem AT siol.net>
12183
12184         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
12185           literal strings in stringLiteral()
12186         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
12187         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
12188           to the project
12189
12190 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
12191
12192         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
12193
12194 2003-03-26    <johan AT balder>
12195
12196         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
12197         * src/ds390/gen.c (saveRegisters): catched symbol abuse
12198         * src/SDCCast.c (decorateType): fixed " -v < 3"
12199
12200 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
12201
12202         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
12203         Added Lenny Story's debug infrastructure changes:
12204         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
12205         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
12206         * src/cdbFile.c: added
12207         * src/SDCCdebug.c: added
12208         * src/SDCCdebug.h: added
12209         * src/SDCCast.c (createFunction)
12210         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
12211         * src/SDCCmain.c (parseCmdLine, main)
12212         * src/SDCCmem.c (redoStackOffsets)
12213         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
12214         * src/SDCCsymt.h
12215         * src/common.h
12216         * src/avr/gen.c (genAVRCode)
12217         * src/ds390/gen.c (gen390Code)
12218         * src/mcs51/gen.c (gen51Code)
12219         * src/pic/gen.c (genpic14Code)
12220         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
12221         * src/xa51/gen.c (genXA51Code)
12222         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
12223
12224 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12225
12226         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
12227         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
12228
12229 2003-03-22    <johan AT balder>
12230
12231         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
12232
12233 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
12234
12235         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
12236         * doc/cdbfileformat.lyx: added, written by Lenny Story
12237         * doc/Makefile: added cdbfileformat.lyx
12238         * doc/clean.mk: added cdbfileformat.lyx
12239
12240 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
12241
12242         * src/mcs51/peeph.def: fix bug #705773
12243
12244 2003-03-20    <johan AT balder>
12245
12246         An sfr/sbit can have an "at #" AND an initializer
12247         * src/SDCCsymt.c (checkSClass):
12248         * src/SDCCmem.c (allocGlobal):
12249         * src/SDCCmem.c (allocLocal):
12250         * src/SDCCast.c (createBlock):
12251
12252 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
12253
12254         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
12255
12256 2003-03-16    <johan AT balder>
12257
12258         Undid the hackup of const and volatile, the problem is much bigger
12259         * src/SDCC.y:1.65
12260         * src/SDCCast.c:1.171
12261         * src/SDCCglue.c:1.138
12262         * src/SDCCicode.c:1.146
12263         * src/SDCCsymt.c:1.150
12264         * src/SDCCval.c:1.65
12265
12266 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
12267
12268         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
12269         * src/ds390/gen.c (genAddrOf): fixed bug #704087
12270
12271 2003-03-13    <johan AT balder>
12272
12273         Hackup const and volatile modifiers in type chains a bit:
12274         * src/SDCC.y:1.63
12275         * src/SDCCast.c:1.169
12276         * src/SDCCglue.c:1.136
12277         * src/SDCCicode.c:1.143
12278         * src/SDCCsymt.c1.146
12279         * src/SDCCsymt.h1.59
12280         * src/SDCCval.c:1.63
12281
12282 2003-03-12    <johan AT balder>
12283
12284         * src/SDCCBBlock.h: more LRH debugging junk
12285         * src/SDCCcflow.h: more LRH debugging junk
12286         * src/SDCCloop.c: more LRH debugging junk
12287         * src/SDCC.y (struct_declaration): fixed bug #697590
12288         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
12289         * src/ds390/gen.c (aopForRemat): fixed bug #700031
12290         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
12291
12292 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
12293         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
12294         test function names must now match exactly).
12295         * src/SDCCcse.c: added special case in findCheaperOp to allow
12296         extending a short integer. Makes less awful code for bug 700121 test case.
12297
12298 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12299
12300         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
12301         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
12302
12303 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
12304
12305         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
12306         actually called (operandsNotEqual() was called for all
12307         operandsNotEqualX tests).
12308
12309 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
12310
12311         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
12312         with shorter literals. Fixes bug 700121.
12313
12314 2003-03-11    <johan AT balder>
12315
12316         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
12317
12318 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
12319
12320         * src/SDCCloop.c (mergeRegions): an evil beast is dead
12321         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
12322
12323 2003-03-10  Borut Razem <borut.razem AT siol.net>
12324
12325         * src/SDCCmain.c: pipe preprocessor's output
12326         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
12327         * sdcc_vc_in.h: define pclose as _pclose for WIN32
12328         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
12329         which closes all pipes in pipeSet set
12330         * src/SDCCset.c: free deleted item in function deleteSetItem()
12331         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
12332         moved from z80 to src subproject
12333         * .version: increased version number to 2.3.4
12334
12335 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
12336
12337         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
12338         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
12339         * support/regression/ports/xa51/spec.mk: fix typo
12340
12341 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
12342
12343         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
12344
12345 2003-03-09  Borut Razem <borut.razem AT siol.net>
12346
12347         * src/SDCCmain.c: pipe preprocessor's output
12348         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
12349         * sdcc_vc_in.h: define pclose as _pclose for WIN32
12350         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
12351         which closes all pipes in pipeSet set
12352         * src/SDCCset.c: free deleted item in function deleteSetItem()
12353         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
12354         moved from z80 to src subproject
12355
12356 2003-03-09  Borut Razem <borut.razem AT siol.net>
12357
12358         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
12359         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
12360         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
12361         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
12362         * src/SDCCglobl.h: unification of WIN32 native definitions
12363
12364 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12365
12366         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
12367
12368 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
12369
12370         * src/configure.in:   check for endianess (even while cross-compiling)
12371         * src/configure:      check for endianess (even while cross-compiling)
12372         * src/configure_in.h: check for endianess (even while cross-compiling)
12373         * src/avr/gen.c:        remove old endianess stuff
12374         * src/mcs51/gen.c:      remove old endianess stuff
12375         * src/ds390/gen.c:      remove old endianess stuff
12376         * src/pic/gen.c:        remove old endianess stuff
12377         * src/pic/genarith.c:   remove old endianess stuff
12378         * src/pic/glue.c:       fix endianess check
12379         * src/pic16/gen.c:      remove old endianess stuff
12380         * src/pic16/genarith.c: remove old endianess stuff
12381         * src/pic16/glue.c:     fix endianess check
12382         * src/xa51/gen.c:       remove old endianess stuff
12383         * src/z80/gen.c:        fix endianess check
12384         * src/SDCCglue.c:       fix endianess check
12385         * src/ds390/peeph.def: fix bug 700036
12386
12387 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
12388
12389         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
12390         * src/configure: find appropriate data-types on host for SDCC's int and long
12391         * src/configure.in: find appropriate data-types on host for SDCC's int and long
12392         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
12393         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
12394
12395 2003-03-07    <johan AT balder>
12396
12397         Just a big NOOP:
12398                 some minor cleanups before the big shot
12399                 OP_DEFS and OP_USES now use Kevin's protection
12400                 new option --nolabelopt
12401
12402         * src/SDCCBBlock.c:
12403         * src/SDCCast.c,:
12404         * src/SDCCcflow.c:
12405         * src/SDCCcse.c:
12406         * src/SDCCicode.c:
12407         * src/SDCCicode.h:
12408         * src/SDCClabel.c:
12409         * src/SDCCloop.c:
12410         * src/SDCCmain.c:
12411         * src/ds390/ralloc.c:
12412         * src/mcs51/ralloc.c:
12413         * src/pic/ralloc.c:
12414         * src/xa51/ralloc.c:
12415         * src/z80/ralloc.c:
12416
12417 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
12418
12419         * src/pic/pcode.c (get_op): fix 64 bit warnings
12420         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
12421         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
12422         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
12423         * support/regression/tests/malloc.c: fix 64 bit warnings
12424
12425 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
12426
12427         * src/mcs51/gen.c (genMinus): fixed bug 696436
12428
12429 2003-03-02  Borut Razem <borut.razem AT siol.net>
12430
12431         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
12432
12433 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
12434
12435         * configure.in: test for mkstemp
12436         * sdccconf_in.h: add HAVE_MKSTEMP
12437
12438 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
12439
12440         * device/include/ctype.h: removed warning while using --stack-auto
12441         * device/include/malloc.h: removed warning while using --stack-auto
12442         * device/include/string.h: removed warning while using --stack-auto
12443
12444 2003-02-23  Borut Razem <borut.razem AT siol.net>
12445
12446         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
12447         because NDEBUG is defined (see man assert)
12448         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
12449
12450 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12451
12452         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
12453         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
12454
12455 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12456
12457         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
12458         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
12459
12460 2003-02-18    <johan AT balder>
12461
12462         * as/mcs51/asmain.c (asmbl): module can start with a digit
12463         * as/z80/asmain.c (asmbl): module can start with a digit
12464
12465 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
12466
12467         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
12468         * src/asm.c: fix pipe() for Mingw32
12469
12470 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
12471
12472         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
12473         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
12474         make -V work again; --c1mode reads now from stdin
12475         * doc/sdccman.lyx: added --c1mode
12476         * support/Util/SDCCerr.c: new messages for c1 mode
12477         * support/Util/SDCCerr.h: new messages for c1 mode
12478         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
12479
12480 2003-02-15    <johan AT balder>
12481
12482         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
12483
12484 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
12485
12486         * doc/sdccman.lyx: Environment variables, -o and other minor things
12487
12488 2003-02-14    <johan AT balder>
12489
12490         * src/xa51/main.c: before anyone really tries to use it :)
12491
12492         * Install doc's in share/sdcc/doc
12493         * removed some obsolete files
12494         * Do a proper make distclean and uninstall
12495         M Makefile.common.in
12496         R sdccbuild.sh
12497         M as/Makefile
12498         M device/include/Makefile.in
12499         M device/lib/Makefile.in
12500         M doc/sdccman.lyx
12501         M link/Makefile
12502         M sim/ucsim/doc/Makefile.in
12503         M src/clean.mk
12504         R src/avr/peeph.rul
12505         R src/xa51/peeph.rul
12506         M support/cpp2/Makefile.in
12507         M support/makebin/Makefile
12508
12509
12510 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
12511
12512         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
12513
12514 2003-02-10  Borut Razem <borut.razem AT siol.net>
12515
12516         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
12517         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
12518         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
12519         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
12520         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
12521         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
12522         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
12523         src/z80/Makefile.bcc: Borland Makefile cleanup
12524         * as/z80/Makefile.bcc: Added Borland Makefile
12525         * support/cpp2/borland.h: Removed
12526
12527 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
12528
12529         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
12530         * src/SDCC.lex: new pragma NOIV
12531         * src/SDCCglobl.h: new pragma NOIV
12532         * src/SDCCmem.c: new pragma NOIV
12533
12534 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
12535
12536         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
12537
12538 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
12539
12540         * src/SDCCmain.c: signal handling is switched off by --debug
12541         * doc/Makefile: small fix for install; use clean.mk again
12542         * doc/clean.mk: clean *.pdf and *.html too
12543
12544 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
12545
12546         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
12547         * device/lib/printfl.c: fix a ds390 bug by making it portable
12548         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
12549         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
12550         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
12551         * debugger/mcs51/cmd.c: converted multi-line string literals
12552         * sim/ucsim/globals.cc: converted multi-line string literals
12553         * src/SDCCmain.c: introduced signal handler to remove temp files
12554         * doc/Makefile: small tweaks, implement clean
12555         * doc: removed generated files
12556
12557 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12558
12559         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
12560         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
12561         Address Record is not correctly generated for DS390."
12562
12563 2003-02-02  Borut Razem <borut.razem AT siol.net>
12564
12565         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
12566         * as/mcs51/asm.h: fixed compilation with Borland C
12567         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
12568         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
12569         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
12570         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
12571         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
12572         src/z80/Makefile.bcc: delete $(LIB) only if exist
12573         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
12574
12575 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
12576
12577         * device/include/malloc.h: introduced NULL
12578         * device/include/string.h: introduced NULL
12579         * device/include/stdlib.h: introduced NULL
12580         * device/lib/_memcpy.c: removed NULL
12581         * device/lib/_strcat.c: removed NULL
12582         * device/lib/_strchr.c: removed NULL
12583         * device/lib/_strcmp.c: removed NULL
12584         * device/lib/_strcpy.c: removed NULL
12585         * device/lib/_strcspn.c: removed NULL
12586         * device/lib/_strlen.c: removed NULL
12587         * device/lib/_strncat.c: removed NULL
12588         * device/lib/_strncmp.c: removed NULL
12589         * device/lib/_strncpy.c: removed NULL
12590         * device/lib/_strpbrk.c: removed NULL
12591         * device/lib/_strrchr.c: removed NULL
12592         * device/lib/_strspn.c: removed NULL
12593         * device/lib/_strstr.c: removed NULL
12594         * device/lib/_strtok.c: removed NULL
12595         * device/lib/malloc.c: removed NULL, include own header
12596
12597 2003-02-02    <johan AT balder>
12598
12599         * 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
12600         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
12601         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
12602         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
12603         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
12604         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
12605
12606 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12607
12608         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
12609         area 'DATA'"
12610
12611 2003-02-01    <johan AT balder>
12612
12613         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
12614
12615 2003-01-31    <johan AT CP255758-A>
12616
12617         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
12618
12619 2003-01-30    <johan AT balder>
12620
12621         * src/SDCCBBlock.c: automatic bug detection
12622         * src/SDCCicode.c: automatic bug detection
12623
12624 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12625
12626         * src/SDCCglobl.h:   now --xram-size 0 works
12627         * src/SDCCmain.c:    now --xram-size 0 works
12628
12629 2003-01-29    <johan AT balder>
12630
12631         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
12632
12633 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12634
12635         * as/mcs51/aslink.h: Added options --xram-size and --code-size
12636         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
12637         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
12638         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
12639         * src/SDCCglobl.h:   Added options --xram-size and --code-size
12640         * src/SDCCmain.c:    Added options --xram-size and --code-size
12641
12642 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
12643
12644         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
12645         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
12646
12647 2003-01-27    <johan AT balder>
12648
12649         * src/SDCC.y: fixed bug #613764
12650
12651 2003-01-26    <johan AT balder>
12652
12653         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
12654         * src/SDCCsymt.h: fixed bug #673374
12655         * src/SDCCglue.c: fixed bug #661910
12656         * src/SDCCast.c: fixed bug #458099 and 673374
12657
12658 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
12659
12660         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
12661         * as/mcs51/strcmpi.h: added
12662         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
12663         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
12664         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
12665         * as/mcs51/assym.c: strcmpi -> as_strcmpi
12666         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
12667         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
12668         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
12669         * as/mcs51/Makefile.aslink: new module strcmpi
12670         * as/mcs51/Makefile.asx8051: new module strcmpi
12671         * as/mcs51/Makefil.bcc: new module strcmpi
12672         * as/mcs51/Makefile.in: new module strcmpi
12673         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
12674
12675 2003-01-26    <johan AT balder>
12676
12677         * src/SDCCglue.c: reverted back to 1.124
12678         * src/SDCCast.c: reverted back to 1.156
12679         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
12680
12681 2003-01-25    <johan AT balder>
12682
12683         * src/SDCCglue.c: A better fix for bug #661910
12684         * src/SDCCast.c: A better fix for bug #661910
12685         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
12686
12687 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
12688
12689         * src/Makefile.in: remove spawn.o
12690         * src/SDCCmain.c: remove spawn.h
12691         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
12692         * src/spawn.c: removed
12693         * src/spawn.h: removed
12694         * support/regression/ports/ds390/spec.mk: link with -r
12695
12696 2003-01-24    <johan AT CP255758-A>
12697
12698         * src/ds390/gen.c (aopOp): fixed bug #667458
12699         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
12700         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
12701         (createIvalCharPtr): an ival doesn't always have a storage class anymore
12702
12703 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
12704
12705         * src/mcs51/peeph.def: better assembler identation by Frieder
12706         * src/mcs51/gen.c: better assembler identation by Frieder
12707
12708 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
12709
12710         * as/z80/string.h: removed for gcc 3.2
12711         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
12712         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
12713
12714 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
12715
12716         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
12717         * src/SDCCpeeph.c (replaceRule): fix bug #663503
12718         * support/regression/Makefile: separate temp files for ports
12719         * support/regression/generate-cases.py: separate temp files for ports
12720         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
12721         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
12722
12723 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
12724
12725         * moved tinitalk to device/examples/ds390
12726
12727 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
12728
12729         * as/mcs51/lkmem.c: rflag is for DS390
12730         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
12731         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
12732                          (linkEdit): move mem- and map-files the same way as ihx-files
12733         * src/z80/main.c (_setDefaultOptions): removed --generic
12734         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
12735         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
12736         * src/pic/glue.c (picglue): --c1mode works again
12737         * src/pic16/glue.c (pic16glue): --c1mode works again
12738         * src/asm.c (printCLine): fix #660034
12739
12740 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
12741
12742         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
12743         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
12744         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
12745         * as/mcs51/lkmem (summary): better fix for sp problem
12746         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
12747         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
12748         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
12749                                               remove --stack-after-data
12750
12751 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
12752
12753         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
12754         * src/SDCCutil.c (join): ugly bug: missing '\0'
12755         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
12756
12757 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
12758
12759         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
12760         * src/port.h: typo
12761         * src/pic/main.c (_asmCmd): gpasm supports -o
12762         * src/z80/main.c: more general macros
12763         * device/lib/Makefile.in: remove intermediate files
12764
12765 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
12766
12767         * .version: Bumped version number to 2.3.3
12768         * src/SDCCBBlock.c: new option -o
12769         * src/SDCCglobl.h: new option -o
12770         * src/SDCCglue.c: new option -o
12771         * src/SDCCmain.c: new option -o
12772         * src/asm.c: new option -o
12773         * src/ds390/main.c: new option -o
12774         * src/pic/glue.c: new option -o
12775         * src/pic/pcode.c: new option -o
12776         * src/pic/ralloc.c: new option -o
12777         * src/pic16/glue.c: new option -o
12778         * src/pic16/pcode.c: new option -o
12779         * src/pic16/ralloc.c: new option -o
12780         * src/z80/main.c: new option -o
12781         * device/lib/Makefile.in: use -o
12782         * support/regression/ports/ds390/spec.mk: use -o
12783         * support/regression/ports/gbz80/spec.mk: use -o
12784         * support/regression/ports/mcs51/spec.mk: use -o
12785         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
12786         * support/regression/ports/z80/spec.mk: use -o
12787         * support/regression/ports/ucz80/spec.mk: use -o
12788         * support/regression/ports/xa51/spec.mk: use -o
12789         * support/regression/fwk/lib/timeout.c: fix usage string
12790
12791 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
12792         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
12793
12794 2003-01-07    <johan AT balder>
12795
12796         * src/SDCCast.c (decorateType): fixed bug #600035
12797
12798 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
12799         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
12800         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
12801         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
12802         * src/pic/pcode.c: outcommented unused variable to remove warnings
12803         * src/pic/ralloc.c: outcommented unused variable to remove warnings
12804
12805 2003-01-06    <karl AT turbobit.com>
12806         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
12807    regression tests.
12808
12809 2003-01-06    <johan AT balder>
12810
12811         * src/SDCCicode.c: fixed array add
12812
12813 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
12814         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
12815         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
12816
12817 2003-01-04    <johan AT balder>
12818
12819         * src/SDCCval.c (getNelements): fixed the initialized array of structures
12820
12821 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12822         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
12823
12824 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
12825         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
12826         * support/regression/tests/bug-524697.c: fit mem usage into 8032
12827
12828 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
12829         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
12830
12831 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
12832         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
12833
12834 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
12835         * src/mcs51/main.c: removed {bindir}{sep} from aslink
12836
12837 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12838
12839     * in /sdcc/as/mcs51/ changed these files in order to create an
12840     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
12841     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
12842     following files to include the previous two files: aslink.dsp,
12843     Makefile.aslink, Makefile.bcc, and Makefile.in.
12844
12845     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
12846     .adb instead of .cdb
12847
12848 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12849
12850         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
12851         value from option --iram-size.
12852
12853 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12854
12855         * /sdcc/as/mcs51/lklist.c: added boundary check before using
12856         dram[] array.
12857
12858 2002-09-18    <wiml AT hhhh.org>
12859
12860         * SDCClrange.h: exposed setFromRange() and setToRange()
12861         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
12862           packRegsForAccUse() (bug 542397)
12863         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
12864           multiple times and emitting the fetch operations more than once
12865           added aopGetUsesAcc() function to allow binary operators to
12866           fetch their operands in the correct order; made genMinus() emit
12867           compact code for X = LITERAL - Y
12868
12869 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12870         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
12871         sprintf() in line 1267.
12872
12873 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12874         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
12875         like ports.
12876
12877 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12878         Changes to aslink (All the changes are marked with 'JCF'):
12879
12880         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
12881         summary().
12882
12883         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
12884         area BSEG.  Also moves, if possible, the DATA area down into the internal
12885         ram so more space is available.
12886
12887         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
12888         sflag.
12889
12890         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
12891         not bytes.  Function summary() which creates a memory usage summary
12892         file with extension .mem.  Reports of overlaping stack and small stack
12893         size.  If the space for the stack is less than 16 bytes aslink trows a
12894         warning.
12895
12896         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
12897         the 8051.  Option 'y' for memory summary output file.
12898
12899         Changes to sdcc (All the changes are marked with 'JCF'):
12900
12901         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
12902
12903         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
12904         overlaying area for it (uses RegBankUsed[4]).
12905
12906         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
12907         bank zero as used by default.  By default aslink locates the stack
12908         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
12909         the creation of the .mem file.  Delegates the allocation of data area
12910         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
12911         the begining of the stack area to aslink.
12912
12913         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
12914         glue() in SDCCglue.c creates an area for it.
12915
12916 2002-09-03  Borut Razem <borut.razem AT siol.net>
12917         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
12918         sdcc/src/pic/glue.c:
12919         introduced atexit() handler for teporay files removal in case of
12920         errors, assertions, ...
12921
12922 2002-08-29  Borut Razem <borut.razem AT siol.net>
12923         * sdcc/support/cpp2/auto-host_vc_in.h:
12924         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
12925         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
12926         Maybe there is a similar problem with BORLANDC? It should be checked!
12927
12928         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
12929         corrected improper use of assert: the assignment to clr variable was done inside the assert.
12930         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
12931         was not executed, and the compiler (cl) launched a warning:
12932         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
12933
12934 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
12935         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
12936
12937 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
12938         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
12939
12940         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
12941           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
12942           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
12943           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
12944           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
12945           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
12946           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
12947         - added Release configuration in VS projects
12948         - review of compiler an linker options
12949         - VC .exe files are generated in bin_vc directory, not to interfere
12950           with binaries generated from other projects (cygwin, mingw, bcc ...)
12951
12952         * sdcc/src/yacc.dsp: added
12953
12954         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
12955         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
12956         and insert the version number definitions from .version
12957
12958         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
12959
12960         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
12961         added - genarate auto-host.h using auto-host_vc_in.h as template
12962
12963         * sdcc/sdcc_vc.h,
12964         removed from CVS, generated automatically
12965
12966 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
12967         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
12968
12969 2002-08-11  Borut Razem <borut.razem AT siol.net>
12970         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
12971
12972 2002-08-10  Borut Razem <borut.razem AT siol.net>
12973         * src/SDCCmain.c (main):
12974         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
12975         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
12976         The consequence was that some temporary files were not removed.
12977
12978         * src/SDCCglue.c:
12979         unification of code in functions tempfilename() and tempfile():
12980         function tempnam() is defined in Visual Studio 6.0 and .NET
12981
12982         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
12983
12984         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
12985           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
12986         - removed compiler command line option /WX: Treats all warnings as errors
12987         - update a list of source files, included into the project
12988
12989         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
12990           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
12991         changed project type to Generic Project so that can be correcly converted to VS.NET project
12992
12993         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
12994
12995         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
12996
12997         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
12998
12999         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
13000         added return 0 statements after assert() to make compiler happy
13001
13002         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
13003         added newline in the def file to keep MSC compiler satisfied
13004
13005         * sdcc/src/z80/gen.c:
13006         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
13007           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
13008         - solved MSC error in function aopDump()
13009
13010         * sdcc_vc.h: define PREFIX as "\\sdcc"
13011
13012 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
13013         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
13014
13015 2002-06-22  Scott Dattalo <scott AT dattalo.com>
13016         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
13017         - Rewrote the register banking algorithm.
13018         - Added pCode live-range analysis to registers (for now, only non-used and
13019         singly-used registers optimized away)
13020
13021         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
13022
13023         * 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.
13024
13025 2002-05-10  Scott Dattalo <scott AT dattalo.com>
13026         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
13027
13028 2002-04-22  Michael Hope  <michaelh AT vroom>
13029
13030         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
13031
13032         * configure.in (DD_COPT): Added include support required for gbdk.
13033
13034         * .version: Bumped version number just to increase it.
13035
13036         * src/SDCCmain.c: Added -nostdinc to the default options.
13037
13038 2002-04-15  Michael Hope  <michaelh AT vroom>
13039
13040         * device/lib/z80/printf.c (sprintf): Added.
13041
13042         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
13043
13044         * src/z80/peeph.def: Added transpose redundent load rule.
13045
13046         * src/z80/main.c: Added force callee saves for jaune.
13047
13048         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
13049
13050         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
13051
13052 2002-03-28  Johan Knol  <johan AT balder>
13053
13054         * src/SDCCval.c: fixed bug #532436
13055
13056 2002-03-14  Scott Dattalo <scott AT dattalo.com>
13057         * /src/port.h:
13058         Added "char *Processor" field to the port structure.
13059
13060         * /src/SDCCmain.c:
13061         Added -p option. Allows port dependent processor to be specified.
13062
13063         * all ports:
13064         Initialized the new field char *Processor field to NULL in all ports
13065
13066         * /src/pic/*:
13067         Compiler generated registers for interrupt context saving
13068         were not getting allocated.
13069
13070 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
13071
13072         * /src/SDCCast.c:
13073         Fixed left shift. Will promote the left side of a left shift
13074         if a) left shifting more than size of operand or b) when assigned
13075         to something size > size of left side
13076
13077 2002-03-14  Scott Dattalo <scott AT dattalo.com>
13078         * src/pic/*
13079         tons of changes. Register allocation has been
13080         rewritten. Added customization for the various PICs. Flow
13081         analysis is restructured. ...
13082
13083         * src/pic/device.h:
13084         Added
13085
13086         * src/pic/device.c:
13087         Added. device.c is a PIC port hack to accomodate variations
13088         in PIC devices.
13089
13090 2002-03-13  Michael Hope  <michaelh AT vroom>
13091
13092         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
13093
13094 2002-03-04  johanknol  <johanknol AT manik>
13095
13096         * /src/SDCCval.c: fixed
13097
13098         const unsigned char arr[][2] = { { 0, 1 } };
13099         t18.c:1: error: Initializer element is not constant
13100
13101 2002-03-04  bela  <bela AT manik>
13102
13103         * /device/include/mcs51reg.h:
13104         ds89c420 register definition update
13105
13106 2002-03-03    <johan AT FRIJA>
13107
13108         * support/Util/SDCCerr.c: did something, but don't no why anymore
13109
13110         * support/regression/tests/bug-524691.c: made it a little less shy
13111
13112         * src/SDCCast.c (decorateType): fixed bug #524697
13113
13114         * src/SDCCast.c: made some lineno improvements
13115
13116         * src/SDCCval.c (getNelements): changed warning to error
13117
13118         * src/SDCCglue.c (printIvalArray): changed warning to error
13119
13120         * src/SDCCicode.c: fixed a warning for mingw
13121
13122         * src/SDCCast.c (decorateType): fixed the << promotion for ops
13123
13124         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
13125
13126 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
13127
13128         * src/ds390/peeph.def:
13129         Added some more peephole rules
13130
13131         * src/ds390/gen.c: Various fixes & enhancements
13132
13133         * src/SDCClrange.c, src/SDCClrange.h:
13134         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
13135
13136         * src/ds390/ralloc.c:
13137         various fixes & enhancements (ds390) specific
13138
13139         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
13140         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
13141         from rallocs.
13142
13143         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
13144
13145 2002-03-02    <johan AT FRIJA>
13146
13147         * src/SDCCast.c (decorateType): fixed bug #524708
13148
13149         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
13150
13151         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
13152
13153 2002-03-01  Michael Hope  <michaelh AT vroom>
13154
13155         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
13156
13157         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
13158
13159 2002-03-01    <johan AT FRIJA>
13160
13161         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
13162
13163         * src/SDCCast.c (decorateType): fixed bug #524209
13164
13165         * src/SDCCval.c (valNot): fixed bug #524195
13166
13167 2002-02-26    <johan AT balder>
13168
13169         * src/xa51/gen.c: fixed a warning
13170
13171         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
13172
13173         * src/SDCCast.c (decorateType): fixed bug #522534
13174
13175 2002-02-23    <johan AT balder>
13176
13177         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
13178
13179 2002-02-22    <johan AT balder>
13180
13181         * src/SDCCast.c: fixed bug #514865
13182
13183         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
13184
13185 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
13186
13187         * sdcc/src/SDCCloop.c:
13188         Previous fix was not good. basic blocks that have "break" or "return" are
13189         not really partof a loop , but live ranges used in these blocks should
13190         be live thru the entire loop, so set partOfLoop but don't add them to
13191         loop region
13192
13193 2002-02-21    <johan AT FRIJA>
13194
13195         * src/SDCCcse.c: fixed bug #514308
13196
13197 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
13198
13199         * src/SDCCloop.c:
13200         Fixed BUG #519583. If a conditional block ended in a return/break
13201         statement inside a loop, it was not being considered part of the loop.
13202
13203         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
13204
13205 2002-02-10  Karl Bongers <karl AT turbobit.com>
13206
13207         * debugger/*:
13208         Fixed up SDCDB debugger somewhat.  Updated debugger/README
13209         with lots of comments and notes.
13210
13211         * device/examples/test2.c:
13212         Fix bug, "red" variable not being initialized(compiler complained).
13213
13214         * device/examples/Makefile, examples/test3.c:
13215         Add Makefile in device/examples folder, compiles test3.c
13216         for use as a multiple module SDCDB test case.
13217
13218         * sim/ucsim/cmd.src/cmdset.cc:
13219         Took out debug printfs in ucsim "next" command.
13220
13221         * sim/ucsim/xa.src:
13222         Karl and Johan start ucsim XA support.  Most dissassembly working,
13223         about 75% emulation done(plenty of work remaining).
13224
13225         * sim/ucsim/z80.src:
13226         Add Z80 support to ucsim, add test-ucz80 regression test,
13227         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
13228         Notice z80 compiler fails on examples/test3.c/crc code.
13229
13230 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
13231
13232         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
13233         Added support for --parms-in-bank1
13234
13235         * src/ds390/peeph.def:
13236         added a few more peephole optimzations
13237
13238         * src/ds390/main.c:
13239         1) added __builtin_inp & __builtin_outp used to read in data of given length
13240            from a memory mapped port
13241         2) added __builtin_memcmp
13242         3) added __builtin_swapw swap bytes of a short
13243
13244         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
13245         1) handle multiple send & receives from register bank1
13246         2) ralloc can now allocate DPTR1 to some liveRanges
13247
13248         * src/SDCCsymt.c, src/SDCCsymt.h:
13249         changes to handle multiple sends & receives
13250
13251         * src/SDCCptropt.h:
13252         added some pointer arithmetic optimization
13253
13254         * src/SDCCptropt.c:
13255         added some pointer arithmetic optimizations but not stable yet so not
13256         called from anywhere (will get this working shortly)
13257
13258         * src/SDCCopt.c: fixed for multiple sends & receives
13259
13260         * src/SDCCmain.c:
13261         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
13262         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
13263            set preprocessor defines (depending on options)
13264
13265         * src/SDCCicode.c, src/SDCCicode.h:
13266         changes made to handle multiple sends & receives
13267
13268         * src/SDCCglobl.h:
13269         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
13270
13271         * src/SDCCcse.c, src/SDCCcse.h:
13272         added function findbackward def (to be used in upcoming optimization)
13273
13274         * src/SDCCcflow.c, src/SDCCcflow.h:
13275         added function returnAtEnd - to determine if a basic block terminates with
13276         a RETURN iCode
13277
13278         * src/SDCCast.c, src/SDCCast.h:
13279         added option parms-in-bank1
13280
13281         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
13282         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
13283         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
13284         adjusted for --parms-in-bank1 option
13285
13286         * device/include/string.h:
13287         donot redefine "reentrant" keyword
13288
13289         * device/include/ds80c390.h: Added some more SFRs
13290
13291 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
13292
13293         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
13294
13295 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
13296
13297         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
13298
13299 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
13300
13301         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
13302
13303 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
13304
13305         * Added --xram-movc option
13306
13307 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
13308
13309         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
13310
13311 2002-01-11  Johan Knol
13312
13313         * Added math lib of Jesus Calvino-Fraga
13314
13315 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
13316
13317         * src/SDCCmain.c (processFile): fix processing of ../../src.c
13318         * support/regression/Makefile: new target test-mcs51-stack-auto
13319         * support/regression/ports/mcs51-stack-auto/spec.mk: added
13320
13321 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
13322
13323         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
13324
13325 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
13326
13327         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
13328
13329 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
13330
13331         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
13332
13333         * src/SDCCglue.h: add definition for printIvalChar()
13334
13335 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
13336
13337         * src/SDCCast.c: fix #498138 by Johan
13338
13339         * src/SDCCglue.c: fix #498138 by Johan
13340
13341 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
13342
13343         * support/regression/Makefile: fix clean
13344
13345         * support/regression/ports/ds390/support.c: fix transmission of last character
13346
13347 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
13348
13349         * /sdcc/src/ds390/gen.c:
13350         a) improved computing address of stack variable
13351         b) took out some #if 0 code
13352         c) improved parmBytes adjustment
13353         d) improved genPlusIncr & genMinusIncr
13354         e) genCmp could generate bad code (when left assigned to DPTR)
13355         f) Fixed bug in hasInc
13356
13357         * /sdcc/src/ds390/ralloc.c:
13358         a) packRegsForSupport could mess up live information (Fixed)
13359         b) packRegsDPTRuse could be incorrect for left & right shift
13360
13361         * /sdcc/src/mcs51/ralloc.c:
13362         packRegsForSupport could mess up the live information (Fixed)
13363
13364         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
13365
13366         * /sdcc/src/SDCCast.c:
13367         can reverse a loop even if function call is present as long
13368         as the loop control variable is local & is not passed as parameter
13369
13370 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
13371
13372         * /sdcc/ChangeLog: *** empty log message ***
13373
13374         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
13375         More builtin function additions for TININative
13376
13377         * /sdcc/src/ds390/ralloc.c:
13378         Had broken the regression testsuite
13379
13380         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
13381
13382         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
13383         Added funcattr hasStackParms will be set for reentrant functions when there
13384         are paramteres on the stack, this helps in minimizing frame pointer generation
13385         typeFromStr can handle function pointers now
13386
13387         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
13388         *** empty log message ***
13389
13390 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
13391
13392         * /src/ds390/gen.c, /src/ds390/main.c:
13393         More builtin function additions for TININative
13394
13395         * /src/ds390/ralloc.c:
13396         Had broken the regression testsuite
13397
13398         * /src/SDCCast.c: Fixed a bug in dumptree
13399
13400         * /src/SDCCsymt.c, /src/SDCCsymt.h:
13401         Added funcattr hasStackParms will be set for reentrant functions when there
13402         are paramteres on the stack, this helps in minimizing frame pointer generation
13403         typeFromStr can handle function pointers now
13404
13405         * /doc/builtins.txt, /doc/TININative.txt:
13406         *** empty log message ***
13407
13408
13409 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
13410
13411         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
13412         ALPHA version for -mTININative
13413
13414         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
13415         updated to reflect changes in the port structure
13416
13417         * /src/port.h:
13418         added function do_assemble (similar to do_link) if non-null this function
13419         will be called to do assembly (-mTININative) requires a multi command
13420         assembly
13421         added function genAssemblerEnd will be called to generate assembler Epilogue
13422
13423         * /src/SDCCsymt.c:
13424         added _JavaNative to debug info printing
13425
13426         * /src/SDCCmain.c: added option --tini-libid
13427         added port->do_assemble function (-mTININative) has a multi command assemble
13428
13429         * /src/SDCCglue.c: Disabled "constExpr" check
13430         added port->genAssemblerEnd function
13431
13432         * /src/SDCCglobl.h: Added option --tini-libid value
13433
13434         * /src/SDCCast.h:
13435         tookout optimizeCompare from the header (has no external references)
13436
13437         * /src/SDCCast.c: made one more function "static"
13438
13439 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
13440
13441         * src/z80/mappings.i: Added z80asm support.
13442
13443         * src/z80/main.c: Added z80asm support on --asm=z80asm
13444
13445         * src/z80/gen.c: Fixed asm portability issues.
13446
13447         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
13448
13449         * src/SDCCglue.c (printExterns): Added global/extern split.
13450
13451 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
13452
13453         * support/regression/Makefile: added test for mcs51 model large
13454
13455         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
13456
13457         * support/regression/ports/gbz80/spec.mk: added -mgbz80
13458
13459 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
13460
13461         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
13462
13463 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
13464
13465         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
13466
13467         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
13468
13469 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
13470
13471         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
13472
13473         * support/regression/tests/simplefloat.c: Port to mcs51.
13474
13475 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
13476         * support/regression/tests/bug-485362.c: Added.
13477
13478         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
13479
13480         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
13481
13482         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
13483
13484         * src/z80/gen.c (aopDump): Added a dump function.
13485
13486 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
13487         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
13488
13489         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
13490
13491         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
13492
13493         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
13494
13495         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
13496
13497         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
13498
13499         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
13500
13501         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
13502
13503         * support/regression/ports/ds390/support.c: Use tinibios.
13504
13505         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
13506
13507 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
13508
13509         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
13510         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
13511
13512         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
13513
13514         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
13515
13516 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
13517
13518         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
13519
13520         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
13521         (packRegsForIYUse): Created and optimised.
13522
13523 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
13524
13525         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
13526 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
13527
13528         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
13529
13530         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
13531
13532         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
13533
13534 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
13535
13536         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
13537
13538         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
13539
13540 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
13541
13542         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
13543
13544         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
13545
13546         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
13547
13548 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
13549
13550         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
13551         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
13552         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
13553
13554         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
13555
13556         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
13557         (genNotFloat): Added.
13558         (genUminusFloat): Added.
13559
13560         * device/lib/z80/Makefile: Added floating pt stubs.
13561
13562         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
13563
13564         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
13565
13566         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
13567
13568 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
13569
13570         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
13571
13572         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
13573
13574         * sdcc/support/regression/Makefile: Add port ds390.
13575
13576         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
13577
13578         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
13579
13580         * sdcc/support/regression/ports/ds390/spec.mk: Added.
13581
13582         * sdcc/support/regression/ports/ds390/support.c: Added.
13583
13584         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
13585
13586         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
13587
13588         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
13589
13590 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
13591
13592         * device/include/malloc.h: Added z80 and gbz80 support.
13593
13594         * device/lib/gbz80/heap.s: Added.
13595
13596         * device/lib/z80/heap.s: Added.
13597
13598         * device/lib/malloc.c: Added z80 and gbz80 support.
13599
13600         * support/regression/tests/malloc.c (testMalloc): Added.
13601
13602         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
13603
13604         * support/regression/tests/bug-478094.c: Added.
13605
13606         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
13607
13608 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
13609
13610         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
13611
13612         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
13613
13614         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
13615
13616         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
13617
13618         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
13619
13620 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
13621
13622         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
13623
13624 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
13625
13626         * support/regression/tests/bug-477927.c: Added.
13627
13628         * src/z80/peeph.def: Added minor rules.
13629
13630         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
13631
13632         * src/z80/peeph.def: Added jump optimisation modification.
13633
13634 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
13635
13636         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
13637
13638 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
13639
13640         * support/regression/tests/funptrs.c: Added.
13641
13642 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
13643
13644         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
13645
13646 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
13647
13648         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
13649
13650         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
13651
13652         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
13653         (movLeft2ResultLong): Created.
13654
13655         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
13656         (joinPushes): Added.  Joins two char pushes into a word push.
13657
13658 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
13659
13660         * support/cpp2/Makefile.in (install): Added creation of dest dir.
13661
13662         * support/makebin/Makefile (install): Added creation of dest dir.
13663
13664 2001-10-24 Karl Bongers <karl AT turbobit.com>
13665
13666         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
13667
13668 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
13669
13670         * src/z80/ralloc.c: Turned off faulty pack for one use.
13671
13672         * src/z80/peeph-gbz80.def: Removed redundent restart options.
13673
13674         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
13675
13676 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
13677
13678         * support/regression/Makefile: Improved clean
13679
13680         * support/regression/ports/gbz80/spec.mk: Added clean
13681
13682         * support/regression/ports/host/spec.mk: Added clean
13683
13684         * support/regression/ports/z80/spec.mk: Added clean
13685
13686         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
13687
13688         * support/regression/ports/mcs51/timeout.c: little improvements
13689
13690 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
13691
13692         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
13693
13694         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
13695
13696         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
13697
13698 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
13699
13700         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
13701
13702         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
13703
13704 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
13705         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
13706
13707         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
13708
13709         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
13710
13711         * src/mcs51/main.c (_linkCmd): Added bin path to command.
13712
13713         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
13714
13715         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
13716
13717         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
13718
13719         * support/regression/tests/longor.c: Added.
13720
13721 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
13722
13723         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
13724
13725         * as/mcs51/aslink.h: define PATH_MAX
13726
13727         * as/mcs51/asm.h: define PATH_MAX
13728
13729         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
13730
13731         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
13732
13733         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
13734
13735         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
13736
13737         * src/SDCCglobl.h: define PATH_MAX
13738
13739         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
13740
13741         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
13742
13743 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
13744
13745         * src/z80/gen.c (gencjneshort): Fixed
13746
13747         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
13748
13749 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
13750
13751         * support/regression/tests/bug-469671.c: Added.
13752
13753         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
13754
13755 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
13756
13757         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
13758
13759         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
13760
13761 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
13762
13763         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
13764
13765         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
13766
13767         * src/device/lib/_mullong.c : removed hint: nooverlay bug
13768
13769         * src/device/lib/_divuint.c : removed hint: nooverlay bug
13770
13771         * src/device/lib/_divulong.c: removed hint: nooverlay bug
13772
13773         * src/device/lib/_moduint.c : removed hint: nooverlay bug
13774
13775         * src/device/lib/_modulong.c: removed hint: nooverlay bug
13776
13777 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
13778
13779         * 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.
13780
13781         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
13782
13783         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
13784
13785 2001-10-07    <johan AT FRIJA>
13786
13787         * device/lib/gets.c (gets): fixed the return value.
13788
13789 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
13790         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
13791
13792         * 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.
13793
13794         * 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.
13795
13796         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
13797
13798         * src/pic/gen.c: Removed Safe_strdup.
13799
13800         * configure.in: Added option to enable libgc support.
13801
13802         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
13803         (bitVectUnion): Optimised.
13804         (bitVectIntersect): Optimised.
13805         (bitVectBitsInCommon): Optimised.
13806         (bitVectCplAnd): Optimised.
13807
13808         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
13809
13810 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
13811
13812         * src/SDCCmain.c: distinguish between assembler debug and plain options
13813
13814         * src/avr/main.c:   remove standard assembler options
13815
13816         * src/ds390/main.c: remove standard assembler options
13817
13818         * src/mcs51/main.c: remove standard assembler options
13819
13820         * src/port.h: removed "PENDING" comment
13821
13822 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
13823
13824         * src/device/lib/_mulint.c  : new, with assember functions
13825
13826         * src/device/lib/_mullong.c : new, with assember functions
13827
13828         * src/device/lib/_divuint.c : with assember functions
13829
13830         * src/device/lib/_divsint.c : with assember functions
13831
13832         * src/device/lib/_divulong.c: with assember functions
13833
13834         * src/device/lib/_divslong.c: with assember functions
13835
13836         * src/device/lib/_moduint.c : with assember functions
13837
13838         * src/device/lib/_modsint.c : with assember functions
13839
13840         * src/device/lib/_modulong.c: with assember functions
13841
13842         * src/device/lib/_modslong.c: with assember functions
13843
13844         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
13845
13846         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
13847
13848         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
13849                                       replaced _mululong.c and _mulslong.c by _mullong.c
13850
13851 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
13852
13853         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
13854
13855 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
13856
13857         * src/SDCCglue.c: test, if win32api is available for MINGW
13858
13859 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
13860
13861         * src/SDCCsymt.c: no more _modifier in printTypeChain()
13862         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
13863         * support/regression/ports/gbz80/spec.mk: removed GENERIC
13864         * support/regression/ports/host/spec.mk: removed GENERIC
13865         * support/regression/ports/mcs51/spec.mk: removed GENERIC
13866         * support/regression/ports/z80/spec.mk: removed GENERIC
13867
13868 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
13869
13870         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
13871
13872         * support/regression/tests/bug-467035.c: Created.
13873
13874 2001-10-01    <johan AT FRIJA>
13875
13876         * src/SDCC.y: fixed bug #466586 part 1
13877
13878 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
13879
13880         * SDCCicode.c: z80 has no generic pointers
13881         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
13882
13883 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
13884
13885         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
13886
13887 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
13888
13889         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
13890
13891         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
13892
13893 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
13894
13895         * configure.in: Fixed up so that ucsim is only configured once.
13896
13897         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
13898
13899         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
13900         (getPathDifference): As above.
13901
13902         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
13903
13904         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
13905
13906 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
13907         * .version: Updated to 2.3.1
13908
13909         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
13910         Added copyright header.
13911
13912         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
13913         (assemble): Added support for macro based assembler commands.
13914         (linkEdit): Added support for macro based linker commands.
13915         (preProcess): Changed the pre-processor to use macros.
13916         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
13917         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
13918
13919         * device/lib/z80/crt0.s: Added module name for debugging.
13920
13921 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
13922
13923         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
13924
13925         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
13926
13927         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
13928
13929         * src/Makefile.in: Added SDCCmacro and SDCCutil
13930
13931 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
13932
13933         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
13934
13935 2001-09-16    <johan AT FRIJA>
13936
13937         * 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.
13938
13939 2001-09-15    <johan AT FRIJA>
13940
13941         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
13942         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
13943
13944 2001-09-11    <johan AT FRIJA>
13945
13946         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
13947
13948 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
13949
13950         * support/regression/tests/bug-460444.c: Added test case.
13951
13952         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
13953         (genCast): Added justification for all of the asserts.
13954
13955 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
13956
13957         * support/regression/support.c: _xdata replaced by xdata
13958
13959         * support/regression/spec.mk: removed _generic
13960
13961 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
13962
13963         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
13964
13965         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
13966         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
13967
13968         * src/z80/peeph.def: Added a rule to optimise shift then compare.
13969
13970         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
13971
13972         * support/regression/tests/bug-460010.c: Added test case.
13973
13974         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
13975
13976 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
13977
13978         * support/regression/Makefile: inter-port-clean adjusted for mcs51
13979
13980         * support/regression/testfwk.c: removed workaround for bug #436344
13981
13982         * support/regression/tests/bp.c: use less memory with mcs51
13983
13984         * support/regression/tests/bug-441448.c: use less memory
13985
13986         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
13987
13988         * support/regression/collate-results.py: typo
13989
13990 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
13991
13992         * support/regression/tests/fetchoverlap.c: Added new test case.
13993
13994         * support/regression/tests/bp.c: Added new test case.
13995
13996         * support/regression/tests/bug-448984.c: Added new test case.
13997
13998         * support/regression/tests/pow2shifts.c: Added new test case.
13999
14000         * src/z80/gen.c: Turned off the noise it normally generates for the release.
14001         (genlshTwo): Fixed right shift for count > 8.
14002
14003         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
14004
14005 2001-09-08    <johan AT FRIJA>
14006
14007         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
14008
14009 2001-09-07    <johan AT FRIJA>
14010
14011         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
14012
14013         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
14014
14015 2001-09-06    <johan AT FRIJA>
14016
14017         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
14018         * bernhard noted me at this: "() equals to (void)" (1.38)
14019
14020 2001-09-05    <johan AT FRIJA>
14021
14022         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
14023
14024 2001-09-04    <johan AT FRIJA>
14025
14026         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
14027
14028
14029 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
14030
14031         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
14032
14033 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
14034
14035         * link/z80/aslink.h: Fixed path for PATH_MAX
14036
14037 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
14038
14039         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
14040
14041         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
14042
14043         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
14044
14045         * 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.
14046
14047 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
14048
14049         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
14050         (genCmp): Fixed up genCmp for the GB with longs.
14051
14052         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
14053
14054         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
14055
14056         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
14057
14058         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
14059
14060 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
14061
14062         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
14063
14064 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
14065
14066         * 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.
14067
14068         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
14069
14070 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
14071
14072         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
14073
14074         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
14075
14076 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
14077
14078   * sim/ucsim/configure:    little improvement of Cygwin-detection
14079   * sim/ucsim/configure.in: little improvement of Cygwin-detection
14080   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
14081   * support/regression/tests/bug-221100.c: small changes for mcs51
14082   * support/regression/tests/bug-221168.c: small changes for mcs51
14083   * support/regression/tests/bug-227710.c: small changes for mcs51
14084   * support/regression/tests/staticinit.c: small changes for mcs51
14085   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
14086   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
14087   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
14088
14089 $Revision$