diff gcc/ada/libgnat/s-excmac__arm.ads @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
line wrap: on
line diff
--- a/gcc/ada/libgnat/s-excmac__arm.ads	Fri Oct 27 22:46:09 2017 +0900
+++ b/gcc/ada/libgnat/s-excmac__arm.ads	Thu Oct 25 07:37:49 2018 +0900
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---          Copyright (C) 2013-2017, Free Software Foundation, Inc.          --
+--          Copyright (C) 2013-2018, Free Software Foundation, Inc.          --
 --                                                                          --
 -- GNAT is free software;  you can  redistribute it  and/or modify it under --
 -- terms of the  GNU General Public License as published  by the Free Soft- --
@@ -58,6 +58,7 @@
       URC_INSTALL_CONTEXT,
       URC_CONTINUE_UNWIND,
       URC_FAILURE);
+   pragma Convention (C, Unwind_Reason_Code);
 
    pragma Unreferenced
      (URC_OK,
@@ -71,9 +72,7 @@
       URC_CONTINUE_UNWIND,
       URC_FAILURE);
 
-   pragma Convention (C, Unwind_Reason_Code);
-   subtype Unwind_Action is Unwind_Reason_Code;
-   --  Phase identifiers
+   --  ARM Unwinding State
 
    type uint32_t is mod 2**32;
    pragma Convention (C, uint32_t);