]> Git Repo - linux.git/commit
sh: New gcc support
authorYoshinori Sato <[email protected]>
Sat, 20 Jun 2015 05:02:19 +0000 (14:02 +0900)
committerRich Felker <[email protected]>
Thu, 17 Mar 2016 19:45:44 +0000 (19:45 +0000)
commit940d4113f3306e07a1f86541489b686d1a979d54
treec1d78d1ae7991db8f0cd4ec2c20e7fd71fa6fb04
parent2af7967a8c1cfe647d6a222be2d2e393025dcd6e
sh: New gcc support

New gcc (4.8 or later) used new shift helper functions.
So we need added new helper to private libgcc.

Signed-off-by: Yoshinori Sato <[email protected]>
Signed-off-by: Rich Felker <[email protected]>
arch/sh/kernel/sh_ksyms_32.c
arch/sh/lib/ashlsi3.S
arch/sh/lib/ashrsi3.S
arch/sh/lib/lshrsi3.S
This page took 0.061753 seconds and 4 git commands to generate.