aboutsummaryrefslogtreecommitdiffstats
path: root/ia32/TargetPrinter.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ia32/TargetPrinter.ml')
-rw-r--r--ia32/TargetPrinter.ml6
1 files changed, 0 insertions, 6 deletions
diff --git a/ia32/TargetPrinter.ml b/ia32/TargetPrinter.ml
index bd0c1d95..e9238a99 100644
--- a/ia32/TargetPrinter.ml
+++ b/ia32/TargetPrinter.ml
@@ -756,9 +756,6 @@ module Target(System: SYSTEM):TARGET =
need_masks := false;
if !Clflags.option_g then begin
section oc Section_text;
- let low_pc = new_label () in
- Debug.add_compilation_section_start Section_text low_pc;
- fprintf oc "%a:\n" elf_label low_pc;
fprintf oc " .cfi_sections .debug_frame\n"
end
@@ -778,11 +775,8 @@ module Target(System: SYSTEM):TARGET =
end;
System.print_epilogue oc;
if !Clflags.option_g then begin
- let high_pc = new_label () in
- Debug.add_compilation_section_end Section_text high_pc;
Debug.compute_gnu_file_enum (fun f -> ignore (print_file oc f));
section oc Section_text;
- fprintf oc "%a:\n" elf_label high_pc
end
let comment = comment