From 0ffd562ae1941e37471ac0c2b8f93bed1de26441 Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Fri, 9 Oct 2015 11:06:24 +0200 Subject: Filled in the rest of the funciton needed for thte debug info under arm. The name_of_section function no returns the correct name for the debug sections, the prologue and epilogue directives are added and the labels for the live ranges are introduced in the Asmexpand pass. --- common/Sections.mli | 1 + 1 file changed, 1 insertion(+) (limited to 'common/Sections.mli') diff --git a/common/Sections.mli b/common/Sections.mli index cf6f13b8..7a8c8225 100644 --- a/common/Sections.mli +++ b/common/Sections.mli @@ -29,6 +29,7 @@ type section_name = | Section_debug_info of string | Section_debug_abbrev | Section_debug_loc + | Section_debug_line of string type access_mode = | Access_default -- cgit