Commit Graph

17910 Commits

Author SHA1 Message Date
peter
cc431c4375 * fix shortstr_to_ansistring for 1.0.x 2004-10-31 16:21:30 +00:00
peter
5ef188da6f * remove sysutils 2004-10-31 16:20:58 +00:00
florian
4a4c940fc4 + added ioctl constants for arm 2004-10-31 16:05:23 +00:00
florian
36ca15cf07 * fixed compilation of system unit on arm 2004-10-31 16:04:30 +00:00
olle
8763a9166a + Change of the way global variables, with multiple entrypoints,
are referenced, fixes a lot of failed tests
2004-10-31 15:32:13 +00:00
olle
f8c9ad629c + All sections get names in macos 2004-10-31 15:29:39 +00:00
Jonas Maebe
c9eba4e861 * fixed web bug #3378 2004-10-31 15:17:08 +00:00
marco
726ddc2fbf * statfs moved and updated 2004-10-31 14:34:14 +00:00
marco
da54c52817 * settimeofday now used, apparantly forget to fix this in 1.1 2004-10-31 14:27:51 +00:00
marco
6c4bf32532 * dos en objects naar het eind 2004-10-31 14:26:42 +00:00
florian
a684d2669d * fixed jump table for sparc 2004-10-31 14:24:47 +00:00
florian
c8d7f6be2b * another couple of arm fixed 2004-10-31 12:37:11 +00:00
marco
ddcc136686 * dos now depends on sysutils 2004-10-31 09:45:35 +00:00
florian
3a06b4f0fd * jmp table code generation for case statement on sparc 2004-10-30 22:01:11 +00:00
marco
2ea12e0083 * more commits from unix interface cleanup 2004-10-30 21:18:23 +00:00
marco
780ba784d6 * unix interface cleanup 2004-10-30 20:55:54 +00:00
marco
ed0c42b2eb * Removed a "unix." prefix 2004-10-30 20:49:32 +00:00
marco
58a29c168d * arraytostring added 2004-10-30 20:49:10 +00:00
florian
7eccede56f * initial revision, not yet enabled 2004-10-30 17:50:53 +00:00
florian
e04b172854 * fixed generic optimizer
* enabled generic optimizer for sparc
2004-10-30 15:21:37 +00:00
peter
86f78c7300 * units are now created in separate directory units/cpu-os/
* distclean uses cleanall rule and removes units dir
  * cross compile support fixed, it is now possible to cycle a ppcsparc
    without deleting ppc386
  * bintutilsperfix defaults to cpu-os-
2004-10-30 12:36:43 +00:00
olle
51fb338952 * reverted, for macos only, last change. 2004-10-28 18:29:44 +00:00
Tomas Hajny
f600db32f5 * HEAP and HEAPSIZE removal reflected 2004-10-27 18:52:05 +00:00
michael
4ae7f4afd7 + Initial check in (From Joost van der Sluis 2004-10-27 07:24:22 +00:00
michael
951ace9dc2 + Patch from Joost Van der Sluis to fix transactions 2004-10-27 07:23:13 +00:00
marco
3f15c310d7 *** empty log message *** 2004-10-27 04:22:29 +00:00
marco
2f4ba80e7b * cvs log and extra endif 2004-10-27 04:22:04 +00:00
marco
f1e1a829ce * time routines extracted 2004-10-27 04:15:42 +00:00
Károly Balogh
6cf4c07167 * GetEnv fixed 2004-10-27 01:31:40 +00:00
Jonas Maebe
e737e39888 * fixed bugs due to change of the value field of tlocation from aword to
aint
2004-10-26 18:22:31 +00:00
Jonas Maebe
0a32b9a526 * fixed tlocation record again for big endian
* fixed (currently unused) saved_standard_registers array
2004-10-26 18:22:04 +00:00
Jonas Maebe
c0b4a9026c + empty g_save_standard_registers/g_restore_standard_registers overrides
(their work was/is done by g_proc_entry/g_proc_exit, and the generic
     version saves the registers in the wrong place)
2004-10-26 18:21:29 +00:00
peter
759c010f6a * -Ch for heapsize added again
* __heapsize contains the heapsize
2004-10-26 15:11:01 +00:00
peter
ed07ab5f04 * localloc of staticsymtable needs a AT_NONE since it is a reference 2004-10-26 15:03:31 +00:00
peter
35e7518475 * rtti is always aligned, remove move() workarounds 2004-10-26 15:02:51 +00:00
peter
2e91bcf821 * align arraydef rtti 2004-10-26 15:02:33 +00:00
armin
ad45adbb6e * saveregisters no longer supported by compiler, for now save all registers in stackcheck 2004-10-25 18:11:49 +00:00
peter
5ec6609d11 * add saved_standard_registers 2004-10-25 17:04:51 +00:00
peter
b454870988 * fix for non-i386 2004-10-25 17:04:07 +00:00
peter
869b0ecc85 * compiler defined HEAP and HEAPSIZE removed 2004-10-25 15:38:59 +00:00
peter
e7459f5466 * heap and heapsize removed
* checkpointer fixes
2004-10-25 15:38:41 +00:00
peter
8706d9bec9 * help page updated 2004-10-25 15:37:50 +00:00
peter
d19663f3a8 * save standard registers moved to tcgobj 2004-10-25 15:36:47 +00:00
peter
4b4d9ecbf2 * new bugs 2004-10-25 14:47:32 +00:00
michael
c87d51dfef + Fixed double use of counter 2004-10-25 09:16:11 +00:00
peter
6214bb294b * record and array parsing moved to procedure and handle like
a data stream instead of using records
2004-10-24 21:39:42 +00:00
peter
30d25d1d2b * -Or fixes 2004-10-24 20:10:08 +00:00
peter
fd759e521f * saveregisters calling convention is obsolete 2004-10-24 20:01:41 +00:00
peter
705868e816 * remove saveregister calling convention 2004-10-24 20:01:08 +00:00
florian
410d01458c * fixed several arm compiler bugs 2004-10-24 17:32:53 +00:00