Improve VxWorks GTHREAD_ONCE_INIT
[gcc.git] / libgcc / libgcc-std.ver.in
index 8431a3687f05e5299c20d312fb782f8de65ccb96..d5352b6f74e4eed43a6b429d591a944a95d4e2f2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2000-2015 Free Software Foundation, Inc.
+# Copyright (C) 2000-2019 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
+}