Improve VxWorks GTHREAD_ONCE_INIT
[gcc.git] / libgcc / libgcc-std.ver.in
index 2946468fcf5e3bb1f345408b4c18bec5c744a22d..d5352b6f74e4eed43a6b429d591a944a95d4e2f2 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-2019 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
 }