view gcc/config/sh/libgcc-excl.ver @ 19:58ad6c70ea60

update gcc from 4.4.0 to 4.4.1.
author kent@firefly.cr.ie.u-ryukyu.ac.jp
date Thu, 24 Sep 2009 13:21:57 +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
}