Home | History | Annotate | Line # | Download | only in sh
      1  1.1  mrg # Exclude various symbols which should not be visible in libgcc.so for SH.
      2  1.1  mrg %exclude {
      3  1.1  mrg   __ashlsi3
      4  1.1  mrg   __ashrsi3
      5  1.1  mrg   __lshrsi3
      6  1.1  mrg   __mulsi3 # this is an SH1-only symbol.
      7  1.1  mrg   __udivsi3
      8  1.1  mrg }
      9