]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/config/sh/libgcc-excl.ver
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / config / sh / libgcc-excl.ver
diff --git a/gcc/config/sh/libgcc-excl.ver b/gcc/config/sh/libgcc-excl.ver
new file mode 100644 (file)
index 0000000..325c740
--- /dev/null
@@ -0,0 +1,8 @@
+# Exclude various symbols which should not be visible in libgcc.so for SH.
+%exclude {
+  __ashlsi3
+  __ashrsi3
+  __lshrsi3
+  __mulsi3 # this is an SH1-only symbol.
+  __udivsi3
+}