xref: /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/sh/libgcc-excl.ver (revision 9573673d78c64ea1eac42d7f2e9521be89932ae5)
1# Exclude various symbols which should not be visible in libgcc.so for SH.
2%exclude {
3  __ashlsi3
4  __ashrsi3
5  __lshrsi3
6  __mulsi3 # this is an SH1-only symbol.
7  __udivsi3
8}
9