coarray_43.f90: Add "-latomic" option if libatomic_available.
[gcc.git] / libgcc / libgcc-std.ver.in
index 2946468fcf5e3bb1f345408b4c18bec5c744a22d..c0a3b3eb2920035f0ed213631203917914538bea 100644 (file)
@@ -1,5 +1,4 @@
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-# 2008, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2000-2017 Free Software Foundation, Inc.
 #
 # This file is part of GCC.
 #
@@ -1926,4 +1925,22 @@ GCC_4.7.0 {
   __PFX__clrsbsi2
   __PFX__clrsbdi2
   __PFX__clrsbti2
+  __splitstack_block_signals
+  __splitstack_getcontext
+  __splitstack_setcontext
+  __splitstack_makecontext
+  __splitstack_block_signals_context
+  __splitstack_find_context
+  __splitstack_resetcontext
+  __splitstack_releasecontext
+}
+
+%inherit GCC_4.8.0 GCC_4.7.0
+GCC_4.8.0 {
+}
+
+%inherit GCC_7.0.0 GCC_4.8.0
+GCC_7.0.0 {
+  __PFX__divmoddi4
+  __PFX__divmodti4
 }