Fix PR#5695 (Redoing commit 12756 without unwanted changes)

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12758 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Fabrice Le Fessant 2012-07-22 15:18:52 +00:00
parent 808d083b9f
commit 930864c9cc
4 changed files with 1 additions and 3 deletions

View File

@ -9,6 +9,7 @@ Bug fixes:
third arguments
- PR#5551: Avoid repeated lookups for missing cmi files
- PR#5662: typo in md5.c
- PR#5695: remove warnings on sparc code emitter
Internals:
- Moved debugger/envaux.ml to typing/envaux.ml to publish env_of_only_summary

View File

@ -14,7 +14,6 @@
(* Specific operations for the Sparc processor *)
open Misc
open Format
(* SPARC V8 adds multiply and divide.

View File

@ -14,7 +14,6 @@
(* Emission of Sparc assembly code *)
open Location
open Misc
open Cmm
open Arch

View File

@ -14,7 +14,6 @@
(* Instruction selection for the Sparc processor *)
open Misc
open Cmm
open Reg
open Arch