aboutsummaryrefslogtreecommitdiffstats
path: root/debug/Debug.mli
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-10-04 22:17:45 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2015-10-04 22:17:45 +0200
commit8df444cbc4aa78d4effb03474b3709925ac7002a (patch)
treee251cf6733b0cf38ee125d649331687b829fe67a /debug/Debug.mli
parent1b989dc9bff4a6425a929a5638362ca87edb122d (diff)
parent5493186b185143b8cea401fbbbf417d37ae7e665 (diff)
downloadcompcert-kvx-8df444cbc4aa78d4effb03474b3709925ac7002a.tar.gz
compcert-kvx-8df444cbc4aa78d4effb03474b3709925ac7002a.zip
Merge branch 'master' of github.com:AbsInt/CompCert
Diffstat (limited to 'debug/Debug.mli')
-rw-r--r--debug/Debug.mli6
1 files changed, 4 insertions, 2 deletions
diff --git a/debug/Debug.mli b/debug/Debug.mli
index 98a13b30..577b0ef8 100644
--- a/debug/Debug.mli
+++ b/debug/Debug.mli
@@ -45,7 +45,8 @@ type implem =
mutable atom_parameter: ident -> ident -> atom -> unit;
mutable add_compilation_section_start: string -> int -> unit;
mutable add_compilation_section_end: string -> int -> unit;
- mutable compute_file_enum: (string -> int) -> (string-> int) -> (unit -> unit) -> unit;
+ mutable compute_diab_file_enum: (string -> int) -> (string-> int) -> (unit -> unit) -> unit;
+ mutable compute_gnu_file_enum: (string -> unit) -> unit;
mutable exists_section: string -> bool;
mutable remove_unused: ident -> unit;
mutable variable_printed: string -> unit;
@@ -79,7 +80,8 @@ val generate_debug_info: (atom -> string) -> string -> debug_entries option
val atom_parameter: ident -> ident -> atom -> unit
val add_compilation_section_start: string -> int -> unit
val add_compilation_section_end: string -> int -> unit
-val compute_file_enum: (string -> int) -> (string-> int) -> (unit -> unit) -> unit
+val compute_diab_file_enum: (string -> int) -> (string-> int) -> (unit -> unit) -> unit
+val compute_gnu_file_enum: (string -> unit) -> unit
val exists_section: string -> bool
val remove_unused: ident -> unit
val variable_printed: string -> unit