aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/mcode/ortho_code-x86-emits.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/ortho/mcode/ortho_code-x86-emits.ads')
-rw-r--r--src/ortho/mcode/ortho_code-x86-emits.ads6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ortho/mcode/ortho_code-x86-emits.ads b/src/ortho/mcode/ortho_code-x86-emits.ads
index edd327884..ad7d84484 100644
--- a/src/ortho/mcode/ortho_code-x86-emits.ads
+++ b/src/ortho/mcode/ortho_code-x86-emits.ads
@@ -35,8 +35,14 @@ package Ortho_Code.X86.Emits is
Sect_Text : Section_Acc;
Sect_Rodata : Section_Acc;
Sect_Bss : Section_Acc;
+
+ -- For SysV unwinding.
Sect_Eh_Frame : Section_Acc;
+ -- For Win64 unwinding.
+ Sect_Pdata : Section_Acc;
+ Sect_Xdata : Section_Acc;
+
Mcount_Symbol : Symbol;
Chkstk_Symbol : Symbol;
end Ortho_Code.X86.Emits;