]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgcc/unwind-generic.h
[Ada] New pragma Aggregate_Individually_Assign
[thirdparty/gcc.git] / libgcc / unwind-generic.h
index f2e3ad6540157f9fba6de718804e98ba3d461b7d..fbfd92da5edc66b9cb4b107205ab86c16bfde019 100644 (file)
@@ -1,5 +1,5 @@
 /* Exception handling and frame unwind runtime interface routines.
-   Copyright (C) 2001-2016 Free Software Foundation, Inc.
+   Copyright (C) 2001-2019 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
@@ -288,4 +288,10 @@ EXCEPTION_DISPOSITION _GCC_specific_handler (PEXCEPTION_RECORD, void *,
 #pragma GCC visibility pop
 #endif
 
+/* Additional actions to unwind number of stack frames.  */
+#define _Unwind_Frames_Extra(frames)
+
+/* Increment frame count.  */
+#define _Unwind_Frames_Increment(context, frames) frames++
+
 #endif /* unwind.h */