MAJ
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5292 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
04fdddd188
commit
096504a486
8
Changes
8
Changes
|
@ -15,6 +15,14 @@
|
|||
modules defined by the program; new functions Dynlink.allow_only
|
||||
and Dynlink.prohibit for access control.
|
||||
|
||||
- Fixed wrong code that was generated for "for i = a to max_int"
|
||||
or "for i = a downto min_int".
|
||||
|
||||
- #trace on mutually-recursive functions was broken, works again.
|
||||
|
||||
- x86 code generator: fixed illegal "imul" instructions generated by
|
||||
the reloading phase.
|
||||
|
||||
Objective Caml 3.06:
|
||||
--------------------
|
||||
|
||||
|
|
10
README
10
README
|
@ -23,13 +23,13 @@ native-code compiler currently runs on the following platforms:
|
|||
Windows, NextStep, Solaris 2, BeOS.
|
||||
Alpha processors: Digital/Compaq Alpha machines under
|
||||
Digital Unix/Compaq Tru64, Linux, NetBSD and OpenBSD.
|
||||
Sparc processors: Sun Sparc under SunOS 4.1, Solaris 2, NetBSD, Linux
|
||||
Sparc processors: Sun Sparc under Solaris 2, NetBSD, Linux
|
||||
Mips processors: SGI workstations and mainframes under IRIX 6
|
||||
HP PA-RISC processors: HP 9000/700 under HPUX 10
|
||||
PowerPC processors: IBM RS6000 and PowerPC workstations under AIX 4.3,
|
||||
PowerMacintosh under MkLinux, LinuxPPC, MacOS X
|
||||
PowerPC processors: PowerMacintosh under MacOS X, LinuxPPC,
|
||||
IBM RS6000 and PowerPC workstations under AIX 4.3
|
||||
Strong ARM processors: Corel Netwinder under Linux
|
||||
Intel IA64 processors: prototypes under Linux
|
||||
Intel IA64 processors: HP stations under Linux
|
||||
|
||||
Other operating systems for the processors above have not been tested,
|
||||
but the compiler may work under other operating systems with little work.
|
||||
|
@ -71,7 +71,7 @@ CONTENTS:
|
|||
COPYRIGHT:
|
||||
|
||||
All files marked "Copyright INRIA" in this distribution are copyright
|
||||
1996, 1997, 1998, 1999, 2000, 2001 Institut National de Recherche en
|
||||
1996, 1997, 1998, 1999, 2000, 2001, 2002 Institut National de Recherche en
|
||||
Informatique et en Automatique (INRIA) and distributed under the
|
||||
conditions stated in file LICENSE.
|
||||
|
||||
|
|
Loading…
Reference in New Issue