From 301584eaf540c982676f520d662b473e59890584 Mon Sep 17 00:00:00 2001 From: gingold Date: Sat, 18 Nov 2006 20:33:16 +0000 Subject: SEH handled Bug fixes --- ortho/mcode/ortho_code-x86-abi.adb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ortho/mcode') diff --git a/ortho/mcode/ortho_code-x86-abi.adb b/ortho/mcode/ortho_code-x86-abi.adb index 67b4de236..0087bb1b9 100644 --- a/ortho/mcode/ortho_code-x86-abi.adb +++ b/ortho/mcode/ortho_code-x86-abi.adb @@ -26,6 +26,7 @@ with Ortho_Code.Dwarf; with Ortho_Code.X86; use Ortho_Code.X86; with Ortho_Code.X86.Insns; with Ortho_Code.X86.Emits; +with Ortho_Code.X86.Flags; with Binary_File; with Binary_File.Memory; with Ada.Text_IO; @@ -730,7 +731,9 @@ package body Ortho_Code.X86.Abi is (Ortho_Code.X86.Emits.Intrinsics_Symbol (Ortho_Code.X86.Intrinsic_Div_Ov_I64), Divdi3'Address); - Binary_File.Memory.Set_Symbol_Address - (Ortho_Code.X86.Emits.Chkstk_Symbol, Chkstk'Address); + if X86.Flags.Flag_Alloca_Call then + Binary_File.Memory.Set_Symbol_Address + (Ortho_Code.X86.Emits.Chkstk_Symbol, Chkstk'Address); + end if; end Link_Intrinsics; end Ortho_Code.X86.Abi; -- cgit v1.2.3