coarray_43.f90: Add "-latomic" option if libatomic_available.
[gcc.git] / libgcc / libgcc-std.ver.in
index 37431cbce5f855e86f723bfbc2ecd76fe97e2bb1..c0a3b3eb2920035f0ed213631203917914538bea 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2000-2013 Free Software Foundation, Inc.
+# Copyright (C) 2000-2017 Free Software Foundation, Inc.
 #
 # This file is part of GCC.
 #
@@ -1938,3 +1938,9 @@ GCC_4.7.0 {
 %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
+}