public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-1469] [Ada] Minor consistency fix for Windows SEH
@ 2021-06-15 10:22 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2021-06-15 10:22 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:472c84346799f4e0f04a22ce6958f5d4cbb69065

commit r12-1469-g472c84346799f4e0f04a22ce6958f5d4cbb69065
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Thu Feb 11 23:36:30 2021 +0100

    [Ada] Minor consistency fix for Windows SEH
    
    gcc/ada/
    
            * raise-gcc.c (__gnat_personality_seh0): Use PERSONALITY_FUNCTION.

Diff:
---
 gcc/ada/raise-gcc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/ada/raise-gcc.c b/gcc/ada/raise-gcc.c
index 5c3adbdb302..5fdd76fdccb 100644
--- a/gcc/ada/raise-gcc.c
+++ b/gcc/ada/raise-gcc.c
@@ -1604,7 +1604,7 @@ __gnat_personality_seh0 (PEXCEPTION_RECORD ms_exc, void *this_frame,
 
   return
     _GCC_specific_handler (ms_exc, this_frame, ms_orig_context, ms_disp,
-			   __gnat_personality_imp);
+			   PERSONALITY_FUNCTION);
 }
 
 /* Define __gnat_personality_v0 for convenience */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-15 10:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15 10:22 [gcc r12-1469] [Ada] Minor consistency fix for Windows SEH Pierre-Marie de Rodat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).