]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgcc/config/aarch64/libgcc-softfp.ver
Update copyright years.
[thirdparty/gcc.git] / libgcc / config / aarch64 / libgcc-softfp.ver
index 1aafed1971bafc2ff017eb6ee4c1190b44b9a9e0..e73f5f9129776d39eb5020ed7398dc59aba2d197 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2023 Free Software Foundation, Inc.
+# Copyright (C) 2020-2024 Free Software Foundation, Inc.
 #
 # This file is part of GCC.
 #
@@ -26,3 +26,16 @@ GCC_11.0 {
   __mulhc3
   __trunctfhf2
 }
+
+%inherit GCC_13.0.0 GCC_11.0.0
+GCC_13.0.0 {
+  __extendbfsf2
+  __floatdibf
+  __floattibf
+  __floatundibf
+  __floatuntibf
+  __truncdfbf2
+  __truncsfbf2
+  __trunctfbf2
+  __trunchfbf2
+}