]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/libgcc-std.ver
2006-09-07 Eric Christopher <echristo@apple.com>
[thirdparty/gcc.git] / gcc / libgcc-std.ver
index f8e9e52d0820d24ee70cbe6deebeff4dcb757fae..2d0a43df01d37dbd79460f6940a4bee2b6f40bb9 100644 (file)
@@ -274,3 +274,10 @@ GCC_4.2.0 {
   __floatuntitf
   _Unwind_GetIPInfo
 }
+
+%inherit GCC_4.3 GCC_4.2.0
+GCC_4.3.0 {
+  # byte swapping routines
+  __bswapsi2
+  __bswapdi2
+}