Martins ddd changes
[fw/sdcc] / ChangeLog
1 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
2
3          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
4          * Some notes on ddd usage added in debugger/README
5          Martin Helmling adding more features and fixes for ddd GUI debugger.
6          Code added for nexti, stepi, up, down, and other adjustments.
7
8 2003-04-28  Scott Dattalo  <scott@DATTALO.COM>
9
10         * src/pic/pCodepeep.c non-wildcard asmops are now handled
11         * src/pic/peeph.def Added two rules to optimize carry manipulation
12         * src/pic/* removed debug printfs
13
14 2003-04-28  Bernhard Held <bernhard@bernhardheld.de>
15
16         * debugger/mcs51/cmd.c: added header newalloc.h
17
18 2003-04-26  Bernhard Held <bernhard@bernhardheld.de>
19
20         * as/Makefile: new EXEEXT
21         * as/z80/Makefile: remove trailing slash of BUILDIR
22         * as/z80/clean.mk: new EXEEXT
23         * Makefile.common.in: add to CFLAGS (and others), don't replace it
24         * support/cpp2/Makefile.in: new EXEEXT
25         * src/pic/glue.c (pic14emitRegularMap): fixed warning
26
27 2003-04-24  Bernhard Held <bernhard@bernhardheld.de>
28
29         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
30         EXEEXT was introduced to fix all related problems with targets
31         "clean", "install" and "uninstall"; a couple of further flaws
32         especially with "clean" have been fixed too
33         * as/mcs51/Makefile.in
34         * as/mcs51/clean.mk
35         * as/z80/Makefile
36         * Makefile
37         * clean.mk
38         * debugger/mcs51/Makefile.in
39         * debugger/mcs51/clean.mk
40         * link/z80/Makefile
41         * link/z80/Makefile.in
42         * link/z80/clean.mk
43         * link/Makefile
44         * packihx/Makefile.in
45         * packihx/clean.mk
46         * sim/ucsim/Makefile
47         * sim/ucsim/clean.mk
48         * sim/ucsim/avr.src/Makefile.in
49         * sim/ucsim/avr.src/clean.mk
50         * sim/ucsim/s51.src/Makefile.in
51         * sim/ucsim/s51.src/clean.mk
52         * sim/ucsim/xa.src/Makefile.in
53         * sim/ucsim/xa.src/clean.mk
54         * sim/ucsim/z80.src/Makefile.in
55         * sim/ucsim/z80.src/clean.mk
56         * sim/ucsim/main_in.mk
57         * sim/ucsim/packages_in.mk
58         * sim/ucsim/gui.src/Makefile.in
59         * sim/ucsim/gui.src/serio.src/Makefile.in
60         * sim/ucsim/gui.src/serio.src/clean.mk
61         * src/Makefile.in
62         * src/clean.mk
63         * support/cpp2/Makefile.in
64         * support/cpp2/clean.mk
65         * support/makebin/Makefile
66         * support/makebin/clean.mk
67         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
68         * doc/sdccman.lyx: --program-suffix no longer needed
69
70 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
71
72          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
73          Martin Helmling added support for ddd GUI debugger.
74          Code added to display assembly, set variables, and other commands
75          to interface to ddd.
76
77 2003-04-23  Bernhard Held <bernhard@bernhardheld.de>
78
79         * as/Makefile: fix target clean
80         * as/clean.mk: fix target clean
81         * as/z80/clean.mk: fix target clean
82
83 2003-04-22  Bernhard Held <bernhard@bernhardheld.de>
84
85         * Makefile.common.in: added @EXEEXT@
86         * configure.in: removed all mingw32 stuff
87         * configure: rebuilt from configure.in
88         * doc/sdccman.lyx: updated section "installation"
89         * support/scripts/sdcc_mingw32: adapted to configure
90         * support/scripts/sdcc_cygwin_mingw32: added
91
92 2003-04-22  Scott Dattalo  <scott@dattalo.com>
93
94         * src/pic Added object file support for the PIC port
95         * src/pic Applied patch from Craig Franklin (this started the object file support)
96         * src/regression Updated the PIC regression tests for object files
97
98 2003-04-20  Borut Razem <borut.razem@siol.net>
99
100         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
101           lklex.c: In function `getfid':
102           lklex.c:203: warning: array subscript has type `char'
103         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
104           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
105         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
106           stack handling macros
107
108 2003-04-19  Borut Razem <borut.razem@siol.net>
109
110         * "handling space characters in file path" task:
111         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
112         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
113         * support/Util/MySystem.h: make it self-sufficient
114         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
115           src/z80/main.c, sdcc/as/mcs51/lklex.c:
116           handling space characters in file path
117         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
118           (it will be used by assemblers, which have their own includes, e.g. gpasm)
119         * support/Util/MySystem.c: handling space characters in executable's path
120
121 2003-04-19  Bernhard Held <bernhard@bernhardheld.de>
122
123         * as/z80/Makefile: fix permanent rebuild of z80
124         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
125         * support/regression/tests/bitfields.c: added Johan's bitfields.c
126
127 2003-04-18      Kevin Vigor <kevin@vigor.nu>
128
129         * src/SDCCopt.c: add special case optimization to replace modulo by
130           a power of two with a bitwise AND.
131
132 2003-04-18    <johan@balder>
133
134         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
135
136 2003-04-17    <johan@balder>
137
138         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
139         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
140
141 2003-04-13  Borut Razem <borut.razem@siol.net>
142
143         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
144         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
145           fixed mingw problem in adl_NORMALIZE_PATH
146
147 2003-04-12  Borut Razem <borut.razem@siol.net>
148
149         * fixed "#pragma SAVE/RESTORE can not be nested":
150         * src/SDCC.lex: reworked pragma handling functions
151         * sdcc/src/SDCCglobl.h: reworked stack handling macros
152         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
153
154 2003-04-12  Bernhard Held <bernhard@bernhardheld.de>
155
156         * src/SDCCutil.c (pathEquivalent): defined but not used
157         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
158         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
159         * configure: rebuilt from configure.in
160         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
161         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
162         * device/include/Makefile.in: replace sdcc_datadir
163         * device/lib/Makefile.in: replace sdcc_datadir
164         * Makefile.common.in: add LDFLAGS from configure
165         * packihx/Makefile.in: use LDFLAGS
166         * src/Makefile.in: use LDFLAGS
167         * support/cpp2/Makefile.in: add LDFLAGS from configure
168         * support/makebin/Makefile: use LDFLAGS
169         * .version: bumped version number to 2.3.5
170
171 2003-04-12  Borut Razem <borut.razem@siol.net>
172
173         * completed "different paths" task:
174         * src/SDCCmacro.c: fixed bug in handling quotes
175         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
176         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
177
178 2003-04-12  Bernhard Held <bernhard@bernhardheld.de>
179
180         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
181
182 2003-04-11 kevin Vigor <kevin@vigor.nu>
183
184         * ds390/gen.c ds390/peeph.def: fix bug 706781
185
186 2003-04-11  Borut Razem <borut.razem@siol.net>
187
188         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
189
190 2003-04-10  Scott Dattalo  <scott@dattalo.com>
191
192         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
193         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
194          set - this bit used to not be set...).
195         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated 
196           bad code in PIC Port
197         * src/regression/and2.c added to test bug 609268
198         * src/regression/Makefile added and2.c to regression test
199
200
201 2003-04-08    <johan@CP255758-A>
202
203         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
204         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
205         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
206
207 2003-04-07  Bernhard Held <bernhard@bernhardheld.de>
208
209         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
210         fix bug #487815
211         * support/cpp2/Makefile.in: fix bug #487815
212         * configure: rebuilt from configure.in
213         * Makefile.common.in: docdir changed, new path suffixes
214         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
215         * sdcc_vc_in.h: reflect changes from sdccconf.h
216         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
217         * src/SDCCutil.h: remove BINDIR hack
218         * doc/sdccman.lyx: update new path hierarchy
219
220 2003-04-06    Paul Stoffregen <paul@pjrc.com>
221
222         * src/SDCCpeeph.c: added okToRemoveSLOC test
223
224 2003-04-06    Paul Stoffregen <paul@pjrc.com>
225
226         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
227
228 2003-04-06    Paul Stoffregen <paul@pjrc.com>
229
230         * src/SDCCpeeph.c: added labelIsReturnOnly test
231         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
232
233 2003-04-05    <johan@balder>
234
235         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
236         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
237         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
238         * src/SDCCast.c: fixed a warning
239         * src/SDCCast.h: fixed a warning
240         * src/SDCCicode.c (operandFromAst): fixed a warning
241
242 2003-04-04    <johan@balder>
243
244         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
245         * src/SDCCast.c (decorateType): fixed bug #715076
246         * src/SDCC.y: fixed bug #702907
247
248 2003-04-03    <johan@balder>
249
250         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
251         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
252         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
253         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
254         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
255
256 2003-04-03  Bernhard Held <bernhard@bernhardheld.de>
257
258         * _decdptr.c: fix return values
259         * _gptrget.c: fix return values
260         * _gptrgetc.c: fix return values
261         * _gptrput.c: fix return values
262         * _mulint.c: fix return values
263         * as/z80/Makefile: fix 'make -j' problem
264
265 2003-04-02  Bernhard Held <bernhard@bernhardheld.de>
266
267         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
268         * configure.in: big cleanup, updated to autoconf 2.5x
269         * configure: rebuilt from configure.in
270         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
271         * sdcc_vc_in.h: reflect changes from sdccconf.h
272         * doc/Makefile: fixed a flaw in "make install"
273
274 2003-04-02    <johan@balder>
275
276         * src/ds390/gen.c (genCmp): no comments
277         * src/mcs51/gen.c (genCmp): no comments
278         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
279         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
280
281 2003-04-01  Bernhard Held <bernhard@bernhardheld.de>
282
283         * support/regression/generate-cases.py: place generated file in given sub directory
284         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
285         * support/regression/Makefile: improvements for 'make -j';
286         side effect: it's simpler and faster now
287
288 2003-03-31  Borut Razem <borut.razem@siol.net>
289
290         * src/z80/main.c: link-{port} and as-{port} defined without path
291         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
292
293 2003-03-31  Bernhard Held <bernhard@bernhardheld.de>
294
295         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
296
297 2003-03-30  Borut Razem <borut.razem@siol.net>
298
299         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
300           changed type of list parameter to set
301         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
302         * src/port.h: changed type of do_assemble() parameter to set
303         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
304           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
305           definition of "cppoutfilename" macro with NULL value in preProcess()
306         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
307         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
308         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
309           replaced with set *binPathSet
310         * shash_add() deallocates the item, if allready exsists, before adding the new one
311         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
312
313 2003-03-30  Scott Dattalo  <scott@dattalo.com>
314
315         * src/pic/gen.c: Commit patch from Steve Tell <tell@telltronics.org> that fixes
316           a nested for loop bug in the PIC port
317         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
318           for loops
319
320 2003-03-29  Bernhard Held <bernhard@bernhardheld.de>
321
322         * support/Util/dbuf.h: remove C++ stuff to make it portable
323
324 2003-03-28  Borut Razem <borut.razem@siol.net>
325
326         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
327           literal strings in stringLiteral()
328         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
329         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
330           to the project
331
332 2003-03-27  Paul Stoffregen <paul@pjrc.com>
333
334         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
335
336 2003-03-26    <johan@balder>
337
338         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
339         * src/ds390/gen.c (saveRegisters): catched symbol abuse
340         * src/SDCCast.c (decorateType): fixed " -v < 3"
341
342 2003-03-23  Bernhard Held <bernhard@bernhardheld.de>
343
344         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
345         Added Lenny Story's debug infrastructure changes:
346         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
347         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
348         * src/cdbFile.c: added
349         * src/SDCCdebug.c: added
350         * src/SDCCdebug.h: added
351         * src/SDCCast.c (createFunction)
352         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
353         * src/SDCCmain.c (parseCmdLine, main)
354         * src/SDCCmem.c (redoStackOffsets)
355         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
356         * src/SDCCsymt.h
357         * src/common.h
358         * src/avr/gen.c (genAVRCode)
359         * src/ds390/gen.c (gen390Code)
360         * src/mcs51/gen.c (gen51Code) 
361         * src/pic/gen.c (genpic14Code)
362         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
363         * src/xa51/gen.c (genXA51Code)
364         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
365
366 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann@web.de>
367
368         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
369         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
370
371 2003-03-22    <johan@balder>
372
373         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
374
375 2003-03-21  Bernhard Held <bernhard@bernhardheld.de>
376
377         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
378         * doc/cdbfileformat.lyx: added, written by Lenny Story
379         * doc/Makefile: added cdbfileformat.lyx
380         * doc/clean.mk: added cdbfileformat.lyx
381
382 2003-03-20  Bernhard Held <bernhard@bernhardheld.de>
383
384         * src/mcs51/peeph.def: fix bug #705773
385
386 2003-03-20    <johan@balder>
387
388         An sfr/sbit can have an "at #" AND an initializer
389         * src/SDCCsymt.c (checkSClass): 
390         * src/SDCCmem.c (allocGlobal): 
391         * src/SDCCmem.c (allocLocal): 
392         * src/SDCCast.c (createBlock): 
393
394 2003-03-17  Bernhard Held <bernhard@bernhardheld.de>
395
396         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
397
398 2003-03-16    <johan@balder>
399
400         Undid the hackup of const and volatile, the problem is much bigger
401         * src/SDCC.y:1.65
402         * src/SDCCast.c:1.171
403         * src/SDCCglue.c:1.138
404         * src/SDCCicode.c:1.146
405         * src/SDCCsymt.c:1.150
406         * src/SDCCval.c:1.65
407
408 2003-03-15  Bernhard Held <bernhard@bernhardheld.de>
409
410         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
411         * src/ds390/gen.c (genAddrOf): fixed bug #704087
412
413 2003-03-13    <johan@balder>
414
415         Hackup const and volatile modifiers in type chains a bit:
416         * src/SDCC.y:1.63
417         * src/SDCCast.c:1.169
418         * src/SDCCglue.c:1.136
419         * src/SDCCicode.c:1.143
420         * src/SDCCsymt.c1.146
421         * src/SDCCsymt.h1.59
422         * src/SDCCval.c:1.63
423
424 2003-03-12    <johan@balder>
425
426         * src/SDCCBBlock.h: more LRH debugging junk
427         * src/SDCCcflow.h: more LRH debugging junk
428         * src/SDCCloop.c: more LRH debugging junk
429         * src/SDCC.y (struct_declaration): fixed bug #697590
430         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
431         * src/ds390/gen.c (aopForRemat): fixed bug #700031
432         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
433
434 2003-03-11 Kevin Vigor <kevin@vigor.nu>
435         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
436         test function names must now match exactly).
437         * src/SDCCcse.c: added special case in findCheaperOp to allow
438         extending a short integer. Makes less awful code for bug 700121 test case.
439
440 2003-03-11  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
441
442         * as/mcs51/lkmain.c: Added ASlink-Warning to messages 
443         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
444
445 2003-03-11 Kevin Vigor <kevin@vigor.nu>
446
447         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
448         actually called (operandsNotEqual() was called for all 
449         operandsNotEqualX tests).
450
451 2003-03-11 Kevin Vigor <kevin@vigor.nu>
452
453         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
454         with shorter literals. Fixes bug 700121.
455
456 2003-03-11    <johan@balder>
457
458         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
459
460 2003-03-11  Bernhard Held <bernhard@bernhardheld.de>
461
462         * src/SDCCloop.c (mergeRegions): an evil beast is dead
463         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
464
465 2003-03-10  Borut Razem <borut.razem@siol.net>
466
467         * src/SDCCmain.c: pipe preprocessor's output
468         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
469         * sdcc_vc_in.h: define pclose as _pclose for WIN32
470         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
471         which closes all pipes in pipeSet set
472         * src/SDCCset.c: free deleted item in function deleteSetItem()
473         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
474         moved from z80 to src subproject
475         * .version: increased version number to 2.3.4
476
477 2003-03-10  Bernhard Held <bernhard@bernhardheld.de>
478
479         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
480         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
481         * support/regression/ports/xa51/spec.mk: fix typo
482
483 2003-03-09  Bernhard Held <bernhard@bernhardheld.de>
484
485         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
486
487 2003-03-09  Borut Razem <borut.razem@siol.net>
488
489         * src/SDCCmain.c: pipe preprocessor's output
490         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
491         * sdcc_vc_in.h: define pclose as _pclose for WIN32
492         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
493         which closes all pipes in pipeSet set
494         * src/SDCCset.c: free deleted item in function deleteSetItem()
495         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
496         moved from z80 to src subproject
497
498 2003-03-09  Borut Razem <borut.razem@siol.net>
499
500         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
501         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
502         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
503         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
504         * src/SDCCglobl.h: unification of WIN32 native definitions
505
506 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann@web.de>
507
508         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
509
510 2003-03-08  Bernhard Held <bernhard@bernhardheld.de>
511
512         * src/configure.in:   check for endianess (even while cross-compiling)
513         * src/configure:      check for endianess (even while cross-compiling)
514         * src/configure_in.h: check for endianess (even while cross-compiling)
515         * src/avr/gen.c:        remove old endianess stuff
516         * src/mcs51/gen.c:      remove old endianess stuff
517         * src/ds390/gen.c:      remove old endianess stuff
518         * src/pic/gen.c:        remove old endianess stuff
519         * src/pic/genarith.c:   remove old endianess stuff
520         * src/pic/glue.c:       fix endianess check
521         * src/pic16/gen.c:      remove old endianess stuff
522         * src/pic16/genarith.c: remove old endianess stuff
523         * src/pic16/glue.c:     fix endianess check
524         * src/xa51/gen.c:       remove old endianess stuff
525         * src/z80/gen.c:        fix endianess check
526         * src/SDCCglue.c:       fix endianess check
527         * src/ds390/peeph.def: fix bug 700036
528
529 2003-03-08  Bernhard Held <bernhard@bernhardheld.de>
530
531         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
532         * src/configure: find appropriate data-types on host for SDCC's int and long
533         * src/configure.in: find appropriate data-types on host for SDCC's int and long
534         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
535         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
536
537 2003-03-07    <johan@balder>
538
539         Just a big NOOP:
540                 some minor cleanups before the big shot
541                 OP_DEFS and OP_USES now use Kevin's protection
542                 new option --nolabelopt
543
544         * src/SDCCBBlock.c:
545         * src/SDCCast.c,:
546         * src/SDCCcflow.c:
547         * src/SDCCcse.c:
548         * src/SDCCicode.c:
549         * src/SDCCicode.h:
550         * src/SDCClabel.c:
551         * src/SDCCloop.c:
552         * src/SDCCmain.c:
553         * src/ds390/ralloc.c:
554         * src/mcs51/ralloc.c:
555         * src/pic/ralloc.c:
556         * src/xa51/ralloc.c:
557         * src/z80/ralloc.c:
558
559 2003-03-06  Bernhard Held <bernhard@bernhardheld.de>
560
561         * src/pic/pcode.c (get_op): fix 64 bit warnings
562         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
563         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
564         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
565         * support/regression/tests/malloc.c: fix 64 bit warnings
566
567 2003-03-04  Bernhard Held <bernhard@bernhardheld.de>
568
569         * src/mcs51/gen.c (genMinus): fixed bug 696436
570
571 2003-03-02  Borut Razem <borut.razem@siol.net>
572
573         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
574
575 2003-02-26  Bernhard Held <bernhard@bernhardheld.de>
576
577         * configure.in: test for mkstemp
578         * sdccconf_in.h: add HAVE_MKSTEMP
579
580 2003-02-24  Bernhard Held <bernhard@bernhardheld.de>
581
582         * device/include/ctype.h: removed warning while using --stack-auto
583         * device/include/malloc.h: removed warning while using --stack-auto
584         * device/include/string.h: removed warning while using --stack-auto
585
586 2003-02-23  Borut Razem <borut.razem@siol.net>
587
588         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
589         because NDEBUG is defined (see man assert)
590         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
591
592 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann@web.de>
593
594         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
595         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
596
597 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann@web.de>
598
599         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
600         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
601
602 2003-02-18    <johan@balder>
603
604         * as/mcs51/asmain.c (asmbl): module can start with a digit
605         * as/z80/asmain.c (asmbl): module can start with a digit
606
607 2003-02-16  Bernhard Held <bernhard@bernhardheld.de>
608
609         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
610         * src/asm.c: fix pipe() for Mingw32
611
612 2003-02-15  Bernhard Held <bernhard@bernhardheld.de>
613
614         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
615         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
616         make -V work again; --c1mode reads now from stdin
617         * doc/sdccman.lyx: added --c1mode
618         * support/Util/SDCCerr.c: new messages for c1 mode
619         * support/Util/SDCCerr.h: new messages for c1 mode
620         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
621
622 2003-02-15    <johan@balder>
623
624         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
625
626 2003-02-14  Bernhard Held <bernhard@bernhardheld.de>
627
628         * doc/sdccman.lyx: Environment variables, -o and other minor things
629
630 2003-02-14    <johan@balder>
631
632         * src/xa51/main.c: before anyone really tries to use it :)
633
634         * Install doc's in share/sdcc/doc
635         * removed some obsolete files
636         * Do a proper make distclean and uninstall
637         M Makefile.common.in
638         R sdccbuild.sh
639         M as/Makefile
640         M device/include/Makefile.in
641         M device/lib/Makefile.in
642         M doc/sdccman.lyx
643         M link/Makefile
644         M sim/ucsim/doc/Makefile.in
645         M src/clean.mk
646         R src/avr/peeph.rul
647         R src/xa51/peeph.rul
648         M support/cpp2/Makefile.in
649         M support/makebin/Makefile
650
651
652 2003-02-13  Bernhard Held <bernhard@bernhardheld.de>
653
654         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
655
656 2003-02-10  Borut Razem <borut.razem@siol.net>
657
658         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
659         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
660         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
661         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
662         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
663         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
664         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
665         src/z80/Makefile.bcc: Borland Makefile cleanup
666         * as/z80/Makefile.bcc: Added Borland Makefile
667         * support/cpp2/borland.h: Removed
668
669 2003-02-10  Bernhard Held <bernhard@bernhardheld.de>
670
671         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js@convergence.de>
672         * src/SDCC.lex: new pragma NOIV
673         * src/SDCCglobl.h: new pragma NOIV
674         * src/SDCCmem.c: new pragma NOIV
675
676 2003-02-09  Bernhard Held <bernhard@bernhardheld.de>
677
678         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
679
680 2003-02-09  Bernhard Held <bernhard@bernhardheld.de>
681
682         * src/SDCCmain.c: signal handling is switched off by --debug
683         * doc/Makefile: small fix for install; use clean.mk again
684         * doc/clean.mk: clean *.pdf and *.html too
685
686 2003-02-08  Bernhard Held <bernhard@bernhardheld.de>
687
688         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
689         * device/lib/printfl.c: fix a ds390 bug by making it portable
690         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
691         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
692         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
693         * debugger/mcs51/cmd.c: converted multi-line string literals
694         * sim/ucsim/globals.cc: converted multi-line string literals
695         * src/SDCCmain.c: introduced signal handler to remove temp files
696         * doc/Makefile: small tweaks, implement clean
697         * doc: removed generated files
698
699 2003-02-05  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
700
701         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
702         patch from Jan Rejlek <jr@apex-lib.cz> to fix Bug 677692: "Extended
703         Address Record is not correctly generated for DS390."
704
705 2003-02-02  Borut Razem <borut.razem@siol.net>
706
707         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
708         * as/mcs51/asm.h: fixed compilation with Borland C
709         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
710         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
711         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
712         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
713         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
714         src/z80/Makefile.bcc: delete $(LIB) only if exist
715         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
716
717 2003-02-02  Bernhard Held <bernhard@bernhardheld.de>
718
719         * device/include/malloc.h: introduced NULL
720         * device/include/string.h: introduced NULL
721         * device/include/stdlib.h: introduced NULL
722         * device/lib/_memcpy.c: removed NULL
723         * device/lib/_strcat.c: removed NULL
724         * device/lib/_strchr.c: removed NULL
725         * device/lib/_strcmp.c: removed NULL
726         * device/lib/_strcpy.c: removed NULL
727         * device/lib/_strcspn.c: removed NULL
728         * device/lib/_strlen.c: removed NULL
729         * device/lib/_strncat.c: removed NULL
730         * device/lib/_strncmp.c: removed NULL
731         * device/lib/_strncpy.c: removed NULL
732         * device/lib/_strpbrk.c: removed NULL
733         * device/lib/_strrchr.c: removed NULL
734         * device/lib/_strspn.c: removed NULL
735         * device/lib/_strstr.c: removed NULL
736         * device/lib/_strtok.c: removed NULL
737         * device/lib/malloc.c: removed NULL, include own header
738
739 2003-02-02    <johan@balder>
740
741         * 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
742         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
743         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
744         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
745         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
746         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
747
748 2003-02-01  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
749
750         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
751         area 'DATA'"
752
753 2003-02-01    <johan@balder>
754
755         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
756
757 2003-01-31    <johan@CP255758-A>
758
759         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
760
761 2003-01-30    <johan@balder>
762
763         * src/SDCCBBlock.c: automatic bug detection
764         * src/SDCCicode.c: automatic bug detection
765
766 2003-01-29  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
767
768         * src/SDCCglobl.h:   now --xram-size 0 works
769         * src/SDCCmain.c:    now --xram-size 0 works
770
771 2003-01-29    <johan@balder>
772
773         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
774
775 2003-01-29  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
776
777         * as/mcs51/aslink.h: Added options --xram-size and --code-size 
778         * as/mcs51/lkdata.c: Added options --xram-size and --code-size 
779         * as/mcs51/lkmain.c: Added options --xram-size and --code-size 
780         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size 
781         * src/SDCCglobl.h:   Added options --xram-size and --code-size 
782         * src/SDCCmain.c:    Added options --xram-size and --code-size 
783
784 2003-01-28  Bernhard Held <bernhard@bernhardheld.de>
785
786         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
787         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
788
789 2003-01-27    <johan@balder>
790
791         * src/SDCC.y: fixed bug #613764
792
793 2003-01-26    <johan@balder>
794
795         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
796         * src/SDCCsymt.h: fixed bug #673374
797         * src/SDCCglue.c: fixed bug #661910
798         * src/SDCCast.c: fixed bug #458099 and 673374
799
800 2003-01-26  Bernhard Held <bernhard@bernhardheld.de>
801
802         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
803         * as/mcs51/strcmpi.h: added
804         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
805         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
806         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
807         * as/mcs51/assym.c: strcmpi -> as_strcmpi
808         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
809         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
810         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
811         * as/mcs51/Makefile.aslink: new module strcmpi
812         * as/mcs51/Makefile.asx8051: new module strcmpi
813         * as/mcs51/Makefil.bcc: new module strcmpi
814         * as/mcs51/Makefile.in: new module strcmpi
815         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
816
817 2003-01-26    <johan@balder>
818
819         * src/SDCCglue.c: reverted back to 1.124
820         * src/SDCCast.c: reverted back to 1.156
821         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
822
823 2003-01-25    <johan@balder>
824
825         * src/SDCCglue.c: A better fix for bug #661910
826         * src/SDCCast.c: A better fix for bug #661910
827         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
828
829 2003-01-24  Bernhard Held <bernhard@bernhardheld.de>
830
831         * src/Makefile.in: remove spawn.o
832         * src/SDCCmain.c: remove spawn.h
833         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
834         * src/spawn.c: removed
835         * src/spawn.h: removed
836         * support/regression/ports/ds390/spec.mk: link with -r
837
838 2003-01-24    <johan@CP255758-A>
839
840         * src/ds390/gen.c (aopOp): fixed bug #667458
841         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
842         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
843         (createIvalCharPtr): an ival doesn't always have a storage class anymore
844
845 2003-01-24  Bernhard Held <bernhard@bernhardheld.de>
846
847         * src/mcs51/peeph.def: better assembler identation by Frieder
848         * src/mcs51/gen.c: better assembler identation by Frieder
849
850 2003-01-22  Bernhard Held <bernhard@bernhardheld.de>
851
852         * as/z80/string.h: removed for gcc 3.2
853         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
854         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
855
856 2003-01-19  Bernhard Held <bernhard@bernhardheld.de>
857
858         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
859         * src/SDCCpeeph.c (replaceRule): fix bug #663503
860         * support/regression/Makefile: separate temp files for ports
861         * support/regression/generate-cases.py: separate temp files for ports
862         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
863         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
864
865 2003-01-19  Bernhard Held <bernhard@bernhardheld.de>
866
867         * moved tinitalk to device/examples/ds390
868
869 2003-01-14  Bernhard Held <bernhard@bernhardheld.de>
870
871         * as/mcs51/lkmem.c: rflag is for DS390
872         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
873         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
874                          (linkEdit): move mem- and map-files the same way as ihx-files
875         * src/z80/main.c (_setDefaultOptions): removed --generic
876         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
877         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
878         * src/pic/glue.c (picglue): --c1mode works again
879         * src/pic16/glue.c (pic16glue): --c1mode works again
880         * src/asm.c (printCLine): fix #660034
881
882 2003-01-13  Bernhard Held <bernhard@bernhardheld.de>
883
884         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia@tin.it>, 1 by Frieder
885         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
886         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
887         * as/mcs51/lkmem (summary): better fix for sp problem
888         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
889         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
890         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
891                                               remove --stack-after-data
892
893 2003-01-12  Bernhard Held <bernhard@bernhardheld.de>
894
895         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
896         * src/SDCCutil.c (join): ugly bug: missing '\0'
897         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
898
899 2003-01-11  Bernhard Held <bernhard@bernhardheld.de>
900
901         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
902         * src/port.h: typo
903         * src/pic/main.c (_asmCmd): gpasm supports -o
904         * src/z80/main.c: more general macros
905         * device/lib/Makefile.in: remove intermediate files
906
907 2003-01-11  Bernhard Held <bernhard@bernhardheld.de>
908
909         * .version: Bumped version number to 2.3.3
910         * src/SDCCBBlock.c: new option -o
911         * src/SDCCglobl.h: new option -o
912         * src/SDCCglue.c: new option -o
913         * src/SDCCmain.c: new option -o
914         * src/asm.c: new option -o
915         * src/ds390/main.c: new option -o
916         * src/pic/glue.c: new option -o
917         * src/pic/pcode.c: new option -o
918         * src/pic/ralloc.c: new option -o
919         * src/pic16/glue.c: new option -o
920         * src/pic16/pcode.c: new option -o
921         * src/pic16/ralloc.c: new option -o
922         * src/z80/main.c: new option -o
923         * device/lib/Makefile.in: use -o
924         * support/regression/ports/ds390/spec.mk: use -o
925         * support/regression/ports/gbz80/spec.mk: use -o
926         * support/regression/ports/mcs51/spec.mk: use -o
927         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
928         * support/regression/ports/z80/spec.mk: use -o
929         * support/regression/ports/ucz80/spec.mk: use -o
930         * support/regression/ports/xa51/spec.mk: use -o
931         * support/regression/fwk/lib/timeout.c: fix usage string
932
933 2003-01-09  Bernhard Held <bernhard@bernhardheld.de>
934         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia@tin.it>
935         
936 2003-01-07    <johan@balder>
937
938         * src/SDCCast.c (decorateType): fixed bug #600035
939
940 2003-01-07  Bernhard Held <bernhard@bernhardheld.de>
941         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
942         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
943         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
944         * src/pic/pcode.c: outcommented unused variable to remove warnings
945         * src/pic/ralloc.c: outcommented unused variable to remove warnings
946
947 2003-01-06    <karl@turbobit.com>
948         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
949    regression tests.
950
951 2003-01-06    <johan@balder>
952
953         * src/SDCCicode.c: fixed array add
954
955 2002-01-05  Bernhard Held <bernhard@bernhardheld.de>
956         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
957         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
958
959 2003-01-04    <johan@balder>
960
961         * src/SDCCval.c (getNelements): fixed the initialized array of structures
962
963 2002-12-29  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
964         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
965
966 2002-12-28  Bernhard Held <bernhard@bernhardheld.de>
967         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann@web.de>
968         * support/regression/tests/bug-524697.c: fit mem usage into 8032
969
970 2002-12-28  Bernhard Held <bernhard@bernhardheld.de>
971         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
972
973 2002-12-27  Bernhard Held <bernhard@bernhardheld.de>
974         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
975
976 2002-12-26  Bernhard Held <bernhard@bernhardheld.de>
977         * src/mcs51/main.c: removed {bindir}{sep} from aslink
978
979 2002-12-10  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
980
981     * in \sdcc\as\mcs51\ changed these files in order to create an
982     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
983     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the 
984     following files to include the previous two files: aslink.dsp,
985     Makefile.aslink, Makefile.bcc, and Makefile.in.
986
987     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
988     .adb instead of .cdb
989     
990 2002-11-09  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
991
992         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
993         value from option --iram-size.
994
995 2002-09-20  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
996
997         * \sdcc\as\mcs51\lklist.c: added boundary check before using
998         dram[] array.
999
1000 2002-09-18    <wiml@hhhh.org>
1001
1002         * SDCClrange.h: exposed setFromRange() and setToRange()
1003         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
1004           packRegsForAccUse() (bug 542397)
1005         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
1006           multiple times and emitting the fetch operations more than once
1007           added aopGetUsesAcc() function to allow binary operators to
1008           fetch their operands in the correct order; made genMinus() emit
1009           compact code for X = LITERAL - Y 
1010
1011 2002-09-00  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
1012         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
1013         sprintf() in line 1267.
1014
1015 2002-09-08  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
1016         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
1017         like ports.
1018
1019 2002-09-04  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
1020         Changes to aslink (All the changes are marked with 'JCF'):
1021
1022         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
1023         summary().
1024
1025         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
1026         area BSEG.  Also moves, if possible, the DATA area down into the internal
1027         ram so more space is available.
1028
1029         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
1030         sflag.
1031
1032         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
1033         not bytes.  Function summary() which creates a memory usage summary
1034         file with extension .mem.  Reports of overlaping stack and small stack
1035         size.  If the space for the stack is less than 16 bytes aslink trows a
1036         warning.
1037         
1038         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
1039         the 8051.  Option 'y' for memory summary output file.
1040
1041         Changes to sdcc (All the changes are marked with 'JCF'):
1042
1043         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
1044
1045         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
1046         overlaying area for it (uses RegBankUsed[4]).
1047
1048         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
1049         bank zero as used by default.  By default aslink locates the stack
1050         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
1051         the creation of the .mem file.  Delegates the allocation of data area
1052         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
1053         the begining of the stack area to aslink.
1054
1055         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
1056         glue() in SDCCglue.c creates an area for it.
1057         
1058 2002-09-03  Borut Razem <borut.razem@siol.net>
1059         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
1060         sdcc/src/pic/glue.c:
1061         introduced atexit() handler for teporay files removal in case of
1062         errors, assertions, ...
1063
1064 2002-08-29  Borut Razem <borut.razem@siol.net>
1065         * sdcc/support/cpp2/auto-host_vc_in.h:
1066         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
1067         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
1068         Maybe there is a similar problem with BORLANDC? It should be checked!
1069
1070         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
1071         corrected improper use of assert: the assignment to clr variable was done inside the assert.
1072         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
1073         was not executed, and the compiler (cl) launched a warning:
1074         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
1075
1076 2002-08-28  Bernhard Held <bernhard@bernhardheld.de>
1077         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
1078
1079 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem@siol.net>
1080         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
1081
1082         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
1083           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
1084           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
1085           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
1086           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
1087           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
1088           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
1089         - added Release configuration in VS projects
1090         - review of compiler an linker options
1091         - VC .exe files are generated in bin_vc directory, not to interfere
1092           with binaries generated from other projects (cygwin, mingw, bcc ...)
1093
1094         * sdcc/src/yacc.dsp: added
1095
1096         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
1097         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
1098         and insert the version number definitions from .version 
1099
1100         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
1101
1102         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
1103         added - genarate auto-host.h using auto-host_vc_in.h as template
1104
1105         * sdcc/sdcc_vc.h,
1106         removed from CVS, generated automatically
1107
1108 2002-08-25  Bernhard Held <bernhard@bernhardheld.de>
1109         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
1110
1111 2002-08-11  Borut Razem <borut.razem@siol.net>
1112         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
1113
1114 2002-08-10  Borut Razem <borut.razem@siol.net>
1115         * src/SDCCmain.c (main):
1116         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
1117         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
1118         The consequence was that some temporary files were not removed.
1119
1120         * src/SDCCglue.c:
1121         unification of code in functions tempfilename() and tempfile():
1122         function tempnam() is defined in Visual Studio 6.0 and .NET
1123
1124         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
1125
1126         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
1127           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
1128         - removed compiler command line option /WX: Treats all warnings as errors
1129         - update a list of source files, included into the project
1130
1131         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
1132           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
1133         changed project type to Generic Project so that can be correcly converted to VS.NET project
1134
1135         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
1136
1137         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
1138
1139         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
1140
1141         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
1142         added return 0 statements after assert() to make compiler happy
1143
1144         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
1145         added newline in the def file to keep MSC compiler satisfied
1146
1147         * sdcc/src/z80/gen.c:
1148         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
1149           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
1150         - solved MSC error in function aopDump()
1151
1152         * sdcc_vc.h: define PREFIX as "\\sdcc"
1153
1154 2002-07-18  Bernhard Held <bernhard@bernhardheld.de>
1155         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
1156
1157 2002-06-22  Scott Dattalo <scott@dattalo.com>
1158         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced. 
1159         - Rewrote the register banking algorithm. 
1160         - Added pCode live-range analysis to registers (for now, only non-used and 
1161         singly-used registers optimized away)
1162
1163         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
1164
1165         * support/scripts/inc2h.pl Kevin L. Pauba <klpauba@cox.net> submitted this perl script for converting MicroChip include files into SDCC Pic include files.
1166         
1167 2002-05-10  Scott Dattalo <scott@dattalo.com>
1168         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
1169         
1170 2002-04-22  Michael Hope  <michaelh@vroom>
1171
1172         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
1173
1174         * configure.in (DD_COPT): Added include support required for gbdk.
1175
1176         * .version: Bumped version number just to increase it.
1177
1178         * src/SDCCmain.c: Added -nostdinc to the default options.
1179
1180 2002-04-15  Michael Hope  <michaelh@vroom>
1181
1182         * device/lib/z80/printf.c (sprintf): Added.
1183
1184         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
1185
1186         * src/z80/peeph.def: Added transpose redundent load rule.
1187
1188         * src/z80/main.c: Added force callee saves for jaune.
1189
1190         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
1191
1192         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
1193
1194 2002-03-28  Johan Knol  <johan@balder>
1195
1196         * src/SDCCval.c: fixed bug #532436
1197
1198 2002-03-14  Scott Dattalo <scott@dattalo.com>
1199         * /src/port.h:
1200         Added "char *Processor" field to the port structure.
1201
1202         * /src/SDCCmain.c:
1203         Added -p option. Allows port dependent processor to be specified.
1204
1205         * all ports:
1206         Initialized the new field char *Processor field to NULL in all ports
1207
1208         * /src/pic/*:
1209         Compiler generated registers for interrupt context saving
1210         were not getting allocated.
1211                 
1212 2002-03-16  Sandeep Dutta  <sandeep@ddi.com>
1213
1214         * /src/SDCCast.c:
1215         Fixed left shift. Will promote the left side of a left shift
1216         if a) left shifting more than size of operand or b) when assigned
1217         to something size > size of left side
1218
1219 2002-03-14  Scott Dattalo <scott@dattalo.com>
1220         * src/pic/*
1221         tons of changes. Register allocation has been 
1222         rewritten. Added customization for the various PICs. Flow
1223         analysis is restructured. ...
1224
1225         * src/pic/device.h:
1226         Added
1227
1228         * src/pic/device.c:
1229         Added. device.c is a PIC port hack to accomodate variations
1230         in PIC devices.
1231
1232 2002-03-13  Michael Hope  <michaelh@vroom>
1233
1234         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
1235
1236 2002-03-04  johanknol  <johanknol@manik>
1237
1238         * /src/SDCCval.c: fixed
1239
1240         const unsigned char arr[][2] = { { 0, 1 } };
1241         t18.c:1: error: Initializer element is not constant
1242
1243 2002-03-04  bela  <bela@manik>
1244
1245         * /device/include/mcs51reg.h:
1246         ds89c420 register definition update
1247
1248 2002-03-03    <johan@FRIJA>
1249
1250         * support/Util/SDCCerr.c: did something, but don't no why anymore
1251
1252         * support/regression/tests/bug-524691.c: made it a little less shy 
1253
1254         * src/SDCCast.c (decorateType): fixed bug #524697
1255
1256         * src/SDCCast.c: made some lineno improvements
1257
1258         * src/SDCCval.c (getNelements): changed warning to error
1259
1260         * src/SDCCglue.c (printIvalArray): changed warning to error
1261
1262         * src/SDCCicode.c: fixed a warning for mingw
1263
1264         * src/SDCCast.c (decorateType): fixed the << promotion for ops
1265
1266         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
1267
1268 2002-03-02  Sandeep Dutta  <sandeep@ddi.com>
1269
1270         * src/ds390/peeph.def:
1271         Added some more peephole rules
1272
1273         * src/ds390/gen.c: Various fixes & enhancements
1274
1275         * src/SDCClrange.c, src/SDCClrange.h:
1276         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
1277
1278         * src/ds390/ralloc.c:
1279         various fixes & enhancements (ds390) specific
1280
1281         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
1282         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
1283         from rallocs.
1284
1285         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
1286
1287 2002-03-02    <johan@FRIJA>
1288
1289         * src/SDCCast.c (decorateType): fixed bug #524708
1290
1291         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
1292
1293         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
1294
1295 2002-03-01  Michael Hope  <michaelh@vroom>
1296
1297         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
1298
1299         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
1300
1301 2002-03-01    <johan@FRIJA>
1302
1303         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
1304
1305         * src/SDCCast.c (decorateType): fixed bug #524209
1306
1307         * src/SDCCval.c (valNot): fixed bug #524195
1308
1309 2002-02-26    <johan@balder>
1310
1311         * src/xa51/gen.c: fixed a warning
1312
1313         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
1314
1315         * src/SDCCast.c (decorateType): fixed bug #522534
1316
1317 2002-02-23    <johan@balder>
1318
1319         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
1320
1321 2002-02-22    <johan@balder>
1322
1323         * src/SDCCast.c: fixed bug #514865
1324
1325         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
1326
1327 2002-02-21  Sandeep Dutta  <sandeep@ddi.com>
1328
1329         * sdcc/src/SDCCloop.c:
1330         Previous fix was not good. basic blocks that have "break" or "return" are
1331         not really partof a loop , but live ranges used in these blocks should
1332         be live thru the entire loop, so set partOfLoop but don't add them to
1333         loop region
1334
1335 2002-02-21    <johan@FRIJA>
1336
1337         * src/SDCCcse.c: fixed bug #514308
1338
1339 2002-02-20  Sandeep Dutta  <sandeep@ddi.com>
1340
1341         * src/SDCCloop.c:
1342         Fixed BUG #519583. If a conditional block ended in a return/break
1343         statement inside a loop, it was not being considered part of the loop.
1344
1345         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
1346
1347 2002-02-10  Karl Bongers <karl@turbobit.com>
1348
1349         * debugger/*:
1350         Fixed up SDCDB debugger somewhat.  Updated debugger/README
1351         with lots of comments and notes.
1352
1353         * device/examples/test2.c:
1354         Fix bug, "red" variable not being initialized(compiler complained).
1355
1356         * device/examples/Makefile, examples/test3.c:
1357         Add Makefile in device/examples folder, compiles test3.c
1358         for use as a multiple module SDCDB test case.
1359
1360         * sim/ucsim/cmd.src/cmdset.cc:
1361         Took out debug printfs in ucsim "next" command.
1362
1363         * sim/ucsim/xa.src:
1364         Karl and Johan start ucsim XA support.  Most dissassembly working,
1365         about 75% emulation done(plenty of work remaining).
1366
1367         * sim/ucsim/z80.src:
1368         Add Z80 support to ucsim, add test-ucz80 regression test,
1369         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
1370         Notice z80 compiler fails on examples/test3.c/crc code.
1371
1372 2002-01-30  Sandeep Dutta  <sandeep@ddi.com>
1373
1374         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
1375         Added support for --parms-in-bank1
1376
1377         * src/ds390/peeph.def:
1378         added a few more peephole optimzations
1379
1380         * src/ds390/main.c:
1381         1) added __builtin_inp & __builtin_outp used to read in data of given length
1382            from a memory mapped port
1383         2) added __builtin_memcmp
1384         3) added __builtin_swapw swap bytes of a short
1385
1386         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
1387         1) handle multiple send & receives from register bank1
1388         2) ralloc can now allocate DPTR1 to some liveRanges
1389
1390         * src/SDCCsymt.c, src/SDCCsymt.h:
1391         changes to handle multiple sends & receives
1392
1393         * src/SDCCptropt.h:
1394         added some pointer arithmetic optimization
1395
1396         * src/SDCCptropt.c:
1397         added some pointer arithmetic optimizations but not stable yet so not
1398         called from anywhere (will get this working shortly)
1399
1400         * src/SDCCopt.c: fixed for multiple sends & receives
1401
1402         * src/SDCCmain.c:
1403         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
1404         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
1405            set preprocessor defines (depending on options)
1406
1407         * src/SDCCicode.c, src/SDCCicode.h:
1408         changes made to handle multiple sends & receives
1409
1410         * src/SDCCglobl.h:
1411         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
1412
1413         * src/SDCCcse.c, src/SDCCcse.h:
1414         added function findbackward def (to be used in upcoming optimization)
1415
1416         * src/SDCCcflow.c, src/SDCCcflow.h:
1417         added function returnAtEnd - to determine if a basic block terminates with
1418         a RETURN iCode
1419
1420         * src/SDCCast.c, src/SDCCast.h:
1421         added option parms-in-bank1
1422
1423         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c 
1424         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c 
1425         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
1426         adjusted for --parms-in-bank1 option
1427
1428         * device/include/string.h:
1429         donot redefine "reentrant" keyword
1430
1431         * device/include/ds80c390.h: Added some more SFRs
1432
1433 2002-01-28  Bernhard Held  <bernhard@bernhardheld.de>
1434
1435         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4 
1436
1437 2002-01-26  Bernhard Held  <bernhard@bernhardheld.de>
1438
1439         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
1440
1441 2002-01-22  Bernhard Held  <bernhard@bernhardheld.de>
1442
1443         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
1444
1445 2002-01-18  Paul Stoffregen  <paul@pjrc.com>
1446
1447         * Added --xram-movc option
1448
1449 2002-01-13  Bernhard Held  <bernhard@bernhardheld.de>
1450
1451         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
1452
1453 2002-01-11  Johan Knol
1454
1455         * Added math lib of Jesus Calvino-Fraga
1456
1457 2002-01-08  Bernhard Held  <bernhard@bernhardheld.de>
1458
1459         * src/SDCCmain.c (processFile): fix processing of ../../src.c
1460         * support/regression/Makefile: new target test-mcs51-stack-auto
1461         * support/regression/ports/mcs51-stack-auto/spec.mk: added
1462
1463 2002-01-04  Bernhard Held  <bernhard@bernhardheld.de>
1464
1465         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
1466
1467 2002-01-04  Bernhard Held  <bernhard@bernhardheld.de>
1468
1469         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
1470
1471 2002-01-03  Bernhard Held  <bernhard@bernhardheld.de>
1472
1473         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
1474
1475         * src/SDCCglue.h: add definition for printIvalChar()
1476
1477 2002-01-02  Bernhard Held  <bernhard@bernhardheld.de>
1478
1479         * src/SDCCast.c: fix #498138 by Johan
1480
1481         * src/SDCCglue.c: fix #498138 by Johan
1482
1483 2002-01-02  Bernhard Held  <bernhard@bernhardheld.de>
1484
1485         * support/regression/Makefile: fix clean
1486
1487         * support/regression/ports/ds390/support.c: fix transmission of last character
1488
1489 2001-12-29  Sandeep Dutta  <sandeep@ddi.com>
1490
1491         * /sdcc/src/ds390/gen.c:
1492         a) improved computing address of stack variable
1493         b) took out some #if 0 code
1494         c) improved parmBytes adjustment
1495         d) improved genPlusIncr & genMinusIncr
1496         e) genCmp could generate bad code (when left assigned to DPTR)
1497         f) Fixed bug in hasInc
1498
1499         * /sdcc/src/ds390/ralloc.c:
1500         a) packRegsForSupport could mess up live information (Fixed)
1501         b) packRegsDPTRuse could be incorrect for left & right shift
1502
1503         * /sdcc/src/mcs51/ralloc.c:
1504         packRegsForSupport could mess up the live information (Fixed)
1505
1506         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
1507
1508         * /sdcc/src/SDCCast.c:
1509         can reverse a loop even if function call is present as long
1510         as the loop control variable is local & is not passed as parameter
1511
1512 2001-12-24  Sandeep Dutta  <sandeep@ddi.com>
1513
1514         * /sdcc/ChangeLog: *** empty log message ***
1515
1516         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
1517         More builtin function additions for TININative
1518
1519         * /sdcc/src/ds390/ralloc.c:
1520         Had broken the regression testsuite
1521
1522         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
1523
1524         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
1525         Added funcattr hasStackParms will be set for reentrant functions when there
1526         are paramteres on the stack, this helps in minimizing frame pointer generation
1527         typeFromStr can handle function pointers now
1528
1529         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
1530         *** empty log message ***
1531
1532 2001-12-24  Sandeep Dutta  <sandeep@ddi.com>
1533
1534         * /src/ds390/gen.c, /src/ds390/main.c:
1535         More builtin function additions for TININative
1536
1537         * /src/ds390/ralloc.c:
1538         Had broken the regression testsuite
1539
1540         * /src/SDCCast.c: Fixed a bug in dumptree
1541
1542         * /src/SDCCsymt.c, /src/SDCCsymt.h:
1543         Added funcattr hasStackParms will be set for reentrant functions when there
1544         are paramteres on the stack, this helps in minimizing frame pointer generation
1545         typeFromStr can handle function pointers now
1546
1547         * /doc/builtins.txt, /doc/TININative.txt:
1548         *** empty log message ***
1549
1550
1551 2001-12-24  Sandeep Dutta  <sandeep@ddi.com>
1552
1553         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
1554         ALPHA version for -mTININative
1555
1556         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
1557         updated to reflect changes in the port structure
1558
1559         * /src/port.h:
1560         added function do_assemble (similar to do_link) if non-null this function
1561         will be called to do assembly (-mTININative) requires a multi command
1562         assembly
1563         added function genAssemblerEnd will be called to generate assembler Epilogue
1564
1565         * /src/SDCCsymt.c:
1566         added _JavaNative to debug info printing
1567
1568         * /src/SDCCmain.c: added option --tini-libid
1569         added port->do_assemble function (-mTININative) has a multi command assemble
1570
1571         * /src/SDCCglue.c: Disabled "constExpr" check
1572         added port->genAssemblerEnd function
1573
1574         * /src/SDCCglobl.h: Added option --tini-libid value
1575
1576         * /src/SDCCast.h:
1577         tookout optimizeCompare from the header (has no external references)
1578
1579         * /src/SDCCast.c: made one more function "static"
1580
1581 2001-12-23  Michael Hope  <michaelh@juju.net.nz>
1582
1583         * src/z80/mappings.i: Added z80asm support.
1584
1585         * src/z80/main.c: Added z80asm support on --asm=z80asm
1586
1587         * src/z80/gen.c: Fixed asm portability issues.
1588
1589         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
1590
1591         * src/SDCCglue.c (printExterns): Added global/extern split.
1592
1593 2001-12-17  Bernhard Held  <bernhard@bernhardheld.de>
1594
1595         * support/regression/Makefile: added test for mcs51 model large
1596
1597         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
1598
1599         * support/regression/ports/gbz80/spec.mk: added -mgbz80
1600
1601 2001-12-05  Michael Hope  <michaelh@juju.net.nz>
1602
1603         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
1604
1605 1904-01-06  Michael Hope  <michaelh@juju.net.nz>
1606
1607         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
1608
1609         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
1610
1611 2001-12-02  Bernhard Held  <bernhard@bernhardheld.de>
1612
1613         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
1614
1615         * support/regression/tests/simplefloat.c: Port to mcs51.
1616
1617 2001-11-25  Michael Hope  <michaelh@juju.net.nz>
1618         * support/regression/tests/bug-485362.c: Added.
1619
1620         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
1621
1622         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
1623
1624         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
1625
1626         * src/z80/gen.c (aopDump): Added a dump function.
1627
1628 2001-11-25  Bernhard Held  <bernhard@bernhardheld.de>
1629         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
1630
1631         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
1632
1633         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
1634
1635         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
1636
1637         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
1638
1639         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
1640
1641         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
1642
1643         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
1644
1645         * support/regression/ports/ds390/support.c: Use tinibios.
1646
1647         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
1648
1649 2001-11-23  Michael Hope  <michaelh@juju.net.nz>support/regression/tests/bug-460010.c
1650
1651         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
1652         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
1653
1654         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
1655
1656         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
1657
1658 2001-11-18  Michael Hope  <michaelh@juju.net.nz>
1659
1660         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
1661
1662         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
1663         (packRegsForIYUse): Created and optimised.
1664
1665 2001-11-07  Michael Hope  <michaelh@juju.net.nz>
1666
1667         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
1668 2001-11-18  Bernhard Held  <bernhard@bernhardheld.de>
1669
1670         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
1671
1672         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
1673
1674         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
1675
1676 2001-11-07  Bernhard Held  <bernhard@bernhardheld.de>
1677
1678         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
1679
1680         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
1681
1682 2001-11-07  Bernhard Held  <bernhard@bernhardheld.de>
1683
1684         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
1685
1686         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
1687
1688         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
1689
1690 2001-11-07  Michael Hope  <michaelh@juju.net.nz>
1691
1692         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
1693         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
1694         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
1695
1696         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
1697
1698         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
1699         (genNotFloat): Added.
1700         (genUminusFloat): Added.
1701
1702         * device/lib/z80/Makefile: Added floating pt stubs.
1703
1704         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
1705
1706         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
1707
1708         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
1709
1710 2001-11-07  Bernhard Held  <bernhard@bernhardheld.de>
1711
1712         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
1713
1714         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
1715
1716         * sdcc/support/regression/Makefile: Add port ds390.
1717
1718         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
1719
1720         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
1721
1722         * sdcc/support/regression/ports/ds390/spec.mk: Added.
1723
1724         * sdcc/support/regression/ports/ds390/support.c: Added.
1725
1726         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
1727
1728         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
1729
1730         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
1731
1732 2001-11-04  Michael Hope  <michaelh@juju.net.nz>
1733
1734         * device/include/malloc.h: Added z80 and gbz80 support.
1735
1736         * device/lib/gbz80/heap.s: Added.
1737
1738         * device/lib/z80/heap.s: Added.
1739
1740         * device/lib/malloc.c: Added z80 and gbz80 support.
1741
1742         * support/regression/tests/malloc.c (testMalloc): Added.
1743
1744         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
1745
1746         * support/regression/tests/bug-478094.c: Added.
1747
1748         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
1749
1750 2001-11-04  Bernhard Held  <bernhard@bernhardheld.de>
1751
1752         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
1753
1754         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
1755
1756         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
1757
1758         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
1759
1760         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
1761
1762 2001-11-04  Michael Hope  <michaelh@juju.net.nz>
1763
1764         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
1765
1766 2001-11-03  Michael Hope  <michaelh@juju.net.nz>
1767
1768         * support/regression/tests/bug-477927.c: Added.
1769
1770         * src/z80/peeph.def: Added minor rules.
1771
1772         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
1773
1774         * src/z80/peeph.def: Added jump optimisation modification.
1775
1776 2001-11-01  Michael Hope  <michaelh@juju.net.nz>
1777
1778         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
1779
1780 2001-10-30  Michael Hope  <michaelh@juju.net.nz>
1781
1782         * support/regression/tests/funptrs.c: Added.
1783
1784 2001-10-29  Michael Hope  <michaelh@juju.net.nz>
1785
1786         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
1787
1788 2001-10-28  Michael Hope  <michaelh@juju.net.nz>
1789
1790         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
1791
1792         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
1793
1794         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
1795         (movLeft2ResultLong): Created.
1796
1797         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
1798         (joinPushes): Added.  Joins two char pushes into a word push.
1799
1800 2001-10-27  Michael Hope  <michaelh@juju.net.nz>
1801
1802         * support/cpp2/Makefile.in (install): Added creation of dest dir.
1803
1804         * support/makebin/Makefile (install): Added creation of dest dir.
1805
1806 2001-10-24 Karl Bongers <karl@turbobit.com>
1807
1808         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
1809
1810 2001-10-21  Michael Hope  <michaelh@juju.net.nz>
1811
1812         * src/z80/ralloc.c: Turned off faulty pack for one use.
1813
1814         * src/z80/peeph-gbz80.def: Removed redundent restart options.
1815
1816         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
1817
1818 2001-10-21  Bernhard Held  <bernhard@bernhardheld.de>
1819
1820         * support/regression/Makefile: Improved clean
1821
1822         * support/regression/ports/gbz80/spec.mk: Added clean
1823
1824         * support/regression/ports/host/spec.mk: Added clean
1825
1826         * support/regression/ports/z80/spec.mk: Added clean
1827
1828         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
1829
1830         * support/regression/ports/mcs51/timeout.c: little improvements
1831
1832 2001-10-17  Michael Hope  <michaelh@juju.net.nz>
1833
1834         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
1835
1836         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
1837
1838         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
1839
1840 2001-10-16  Bernhard Held  <bernhard@bernhardheld.de>
1841
1842         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
1843
1844         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
1845
1846 2001-10-13  Michael Hope  <michaelh@juju.net.nz>
1847         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
1848
1849         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
1850
1851         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
1852
1853         * src/mcs51/main.c (_linkCmd): Added bin path to command.
1854
1855         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
1856
1857         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
1858
1859         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
1860
1861         * support/regression/tests/longor.c: Added.
1862
1863 2001-10-11  Bernhard Held  <bernhard@bernhardheld.de>
1864
1865         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
1866
1867         * as/mcs51/aslink.h: define PATH_MAX
1868
1869         * as/mcs51/asm.h: define PATH_MAX
1870
1871         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
1872
1873         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
1874
1875         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
1876
1877         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
1878
1879         * src/SDCCglobl.h: define PATH_MAX
1880
1881         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
1882
1883         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
1884
1885 2001-10-11  Michael Hope  <michaelh@juju.net.nz>
1886
1887         * src/z80/gen.c (gencjneshort): Fixed
1888
1889         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
1890
1891 2001-10-09  Michael Hope  <michaelh@juju.net.nz>
1892
1893         * support/regression/tests/bug-469671.c: Added.
1894
1895         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
1896
1897 2001-10-08  Michael Hope  <michaelh@juju.net.nz>
1898
1899         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
1900
1901         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
1902
1903 2001-10-08  Bernhar Held  <bernhard@bernhardheld.de>
1904
1905         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
1906
1907         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
1908
1909         * src/device/lib/_mullong.c : removed hint: nooverlay bug
1910
1911         * src/device/lib/_divuint.c : removed hint: nooverlay bug
1912
1913         * src/device/lib/_divulong.c: removed hint: nooverlay bug
1914
1915         * src/device/lib/_moduint.c : removed hint: nooverlay bug
1916
1917         * src/device/lib/_modulong.c: removed hint: nooverlay bug
1918
1919 2001-10-07  Michael Hope  <michaelh@juju.net.nz>
1920
1921         * 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.
1922
1923         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
1924
1925         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
1926
1927 2001-10-07    <johan@FRIJA>
1928
1929         * device/lib/gets.c (gets): fixed the return value.
1930
1931 2001-10-06  Michael Hope  <michaelh@juju.net.nz>
1932         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
1933
1934         * 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.
1935
1936         * 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.
1937
1938         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
1939
1940         * src/pic/gen.c: Removed Safe_strdup.
1941
1942         * configure.in: Added option to enable libgc support.
1943
1944         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
1945         (bitVectUnion): Optimised.
1946         (bitVectIntersect): Optimised.
1947         (bitVectBitsInCommon): Optimised.
1948         (bitVectCplAnd): Optimised.
1949
1950         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
1951
1952 2001-10-03 Bernhard Held <bernhard@bernhardheld.de>
1953
1954         * src/SDCCmain.c: distinguish between assembler debug and plain options
1955
1956         * src/avr/main.c:   remove standard assembler options
1957
1958         * src/ds390/main.c: remove standard assembler options
1959
1960         * src/mcs51/main.c: remove standard assembler options
1961
1962         * src/port.h: removed "PENDING" comment
1963
1964 2001-10-03 Bernhard Held <bernhard@bernhardheld.de>
1965
1966         * src/device/lib/_mulint.c  : new, with assember functions
1967
1968         * src/device/lib/_mullong.c : new, with assember functions
1969
1970         * src/device/lib/_divuint.c : with assember functions
1971
1972         * src/device/lib/_divsint.c : with assember functions
1973
1974         * src/device/lib/_divulong.c: with assember functions
1975
1976         * src/device/lib/_divslong.c: with assember functions
1977
1978         * src/device/lib/_moduint.c : with assember functions
1979
1980         * src/device/lib/_modsint.c : with assember functions
1981
1982         * src/device/lib/_modulong.c: with assember functions
1983
1984         * src/device/lib/_modslong.c: with assember functions
1985
1986         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
1987
1988         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
1989
1990         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
1991                                       replaced _mululong.c and _mulslong.c by _mullong.c
1992
1993 2001-10-03 Bernhard Held <bernhard@bernhardheld.de>
1994
1995         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
1996
1997 2001-10-01 Bernhard Held <bernhard@bernhardheld.de>
1998
1999         * src/SDCCglue.c: test, if win32api is available for MINGW
2000
2001 2001-10-01 Bernhard Held <bernhard@bernhardheld.de>
2002
2003         * src/SDCCsymt.c: no more _modifier in printTypeChain()
2004         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
2005         * support/regression/ports/gbz80/spec.mk: removed GENERIC
2006         * support/regression/ports/host/spec.mk: removed GENERIC
2007         * support/regression/ports/mcs51/spec.mk: removed GENERIC
2008         * support/regression/ports/z80/spec.mk: removed GENERIC
2009
2010 2001-10-01  Michael Hope  <michaelh@juju.net.nz>
2011
2012         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
2013
2014         * support/regression/tests/bug-467035.c: Created.
2015
2016 2001-10-01    <johan@FRIJA>
2017
2018         * src/SDCC.y: fixed bug #466586 part 1
2019
2020 2001-10-01  Johan Knol <johan.knol@iduna.nl>
2021
2022         * SDCCicode.c: z80 has no generic pointers
2023         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
2024         
2025 2001-09-30  Michael Hope  <michaelh@juju.net.nz>
2026
2027         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
2028
2029 2001-09-29  Michael Hope  <michaelh@juju.net.nz>
2030
2031         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
2032
2033         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
2034
2035 2001-09-25  Michael Hope  <michaelh@juju.net.nz>
2036
2037         * configure.in: Fixed up so that ucsim is only configured once.
2038
2039         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
2040
2041         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
2042         (getPathDifference): As above.
2043
2044         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
2045
2046         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
2047
2048 2001-09-23  Michael Hope  <michaelh@juju.net.nz>
2049         * .version: Updated to 2.3.1
2050
2051         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
2052         Added copyright header.
2053
2054         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
2055         (assemble): Added support for macro based assembler commands.
2056         (linkEdit): Added support for macro based linker commands.
2057         (preProcess): Changed the pre-processor to use macros.
2058         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
2059         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
2060
2061         * device/lib/z80/crt0.s: Added module name for debugging.
2062
2063 2001-09-20  Michael Hope  <michaelh@juju.net.nz>
2064
2065         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
2066
2067         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
2068
2069         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
2070
2071         * src/Makefile.in: Added SDCCmacro and SDCCutil
2072
2073 2001-09-19  Michael Hope  <michaelh@juju.net.nz>
2074
2075         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
2076
2077 2001-09-16    <johan@FRIJA>
2078
2079         * 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.
2080
2081 2001-09-15    <johan@FRIJA>
2082
2083         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
2084         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
2085
2086 2001-09-11    <johan@FRIJA>
2087
2088         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
2089
2090 2001-09-10  Michael Hope  <michaelh@juju.net.nz>
2091
2092         * support/regression/tests/bug-460444.c: Added test case.
2093
2094         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
2095         (genCast): Added justification for all of the asserts.
2096
2097 2001-09-10  Bernhard Held <bernhard@bernhardheld.de>
2098
2099         * support/regression/support.c: _xdata replaced by xdata
2100
2101         * support/regression/spec.mk: removed _generic
2102
2103 2001-09-09  Michael Hope  <michaelh@juju.net.nz>
2104
2105         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
2106
2107         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
2108         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
2109
2110         * src/z80/peeph.def: Added a rule to optimise shift then compare.
2111
2112         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
2113
2114         * support/regression/tests/bug-460010.c: Added test case.
2115
2116         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
2117
2118 2001-09-09  Bernhard Held <bernhard@bernhardheld.de>
2119
2120         * support/regression/Makefile: inter-port-clean adjusted for mcs51
2121
2122         * support/regression/testfwk.c: removed workaround for bug #436344
2123
2124         * support/regression/tests/bp.c: use less memory with mcs51
2125
2126         * support/regression/tests/bug-441448.c: use less memory
2127
2128         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
2129
2130         * support/regression/collate-results.py: typo
2131
2132 2001-09-08  Michael Hope  <michaelh@juju.net.nz>
2133
2134         * support/regression/tests/fetchoverlap.c: Added new test case.
2135
2136         * support/regression/tests/bp.c: Added new test case.
2137
2138         * support/regression/tests/bug-448984.c: Added new test case.
2139
2140         * support/regression/tests/pow2shifts.c: Added new test case.
2141
2142         * src/z80/gen.c: Turned off the noise it normally generates for the release.
2143         (genlshTwo): Fixed right shift for count > 8.
2144
2145         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
2146
2147 2001-09-08    <johan@FRIJA>
2148
2149         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
2150
2151 2001-09-07    <johan@FRIJA>
2152
2153         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
2154
2155         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
2156
2157 2001-09-06    <johan@FRIJA>
2158
2159         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
2160         * bernhard noted me at this: "() equals to (void)" (1.38)
2161
2162 2001-09-05    <johan@FRIJA>
2163
2164         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
2165
2166 2001-09-04    <johan@FRIJA>
2167
2168         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
2169
2170
2171 2001-09-04  Paul Stoffregen  <paul@pjrc.com>
2172
2173         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
2174
2175 2001-09-03  Michael Hope  <michaelh@juju.net.nz>
2176
2177         * link/z80/aslink.h: Fixed path for PATH_MAX
2178
2179 2001-09-02  Michael Hope  <michaelh@juju.net.nz>
2180
2181         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
2182
2183         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
2184
2185         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
2186
2187         * 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.
2188
2189 2001-09-01  Michael Hope  <michaelh@juju.net.nz>
2190
2191         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
2192         (genCmp): Fixed up genCmp for the GB with longs.
2193
2194         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
2195
2196         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
2197
2198         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
2199
2200         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
2201
2202 2001-08-30  Paul Stoffregen  <paul@pjrc.com>
2203
2204         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
2205
2206 2001-08-30  Michael Hope  <michaelh@juju.net.nz>
2207
2208         * 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.
2209
2210         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
2211
2212 2001-08-29  Michael Hope  <michaelh@juju.net.nz>
2213
2214         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
2215
2216         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
2217
2218 2001-08-30 Bernhard Held   <bernhard@bernhardheld.de>
2219
2220   * sim/ucsim/configure:    little improvement of Cygwin-detection      
2221   * sim/ucsim/configure.in: little improvement of Cygwin-detection      
2222   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
2223   * support/regression/tests/bug-221100.c: small changes for mcs51
2224   * support/regression/tests/bug-221168.c: small changes for mcs51
2225   * support/regression/tests/bug-227710.c: small changes for mcs51
2226   * support/regression/tests/staticinit.c: small changes for mcs51
2227   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
2228   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
2229   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601