repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PR C++/83287] Mark lookup for keeping
[official-gcc.git]
/
libgcc
/
config
/
sh
/
libgcc-excl.ver
blob
325c74054ecf181a2ad042a1f44bcb22a21fbaeb
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
}