aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/Sections.ml1
-rw-r--r--common/Sections.mli1
2 files changed, 2 insertions, 0 deletions
diff --git a/common/Sections.ml b/common/Sections.ml
index 93783155..ec5b6412 100644
--- a/common/Sections.ml
+++ b/common/Sections.ml
@@ -31,6 +31,7 @@ type section_name =
| Section_debug_info of string option
| Section_debug_loc
| Section_debug_line of string option
+ | Section_debug_ranges
| Section_debug_str
type access_mode =
diff --git a/common/Sections.mli b/common/Sections.mli
index 6b1e56fa..8a13fb8a 100644
--- a/common/Sections.mli
+++ b/common/Sections.mli
@@ -30,6 +30,7 @@ type section_name =
| Section_debug_info of string option
| Section_debug_loc
| Section_debug_line of string option
+ | Section_debug_ranges
| Section_debug_str
type access_mode =