]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgcc/libgcc-std.ver.in
Reset PHI base0 flag if it's clear in any argument [PR101977, ...]
[thirdparty/gcc.git] / libgcc / libgcc-std.ver.in
index 2d66612d1c56e46564aa4c4897c11073647bcd9a..cea33267e5346d699e1558372f88ce10f0f948aa 100644 (file)
@@ -1,5 +1,4 @@
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-# 2008, 2010, 2011 Free Software Foundation, Inc.
+# Copyright (C) 2000-2021 Free Software Foundation, Inc.
 #
 # This file is part of GCC.
 #
@@ -1932,4 +1931,16 @@ GCC_4.7.0 {
   __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
 }