view gcc/config/sh/libgcc-excl.ver @ 59:5b5b9ea5b220

fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 15 Feb 2010 17:22:24 +0900
parents a06113de4d67
children
line wrap: on
line source

# 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
}