Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sh: New gcc support | Yoshinori Sato | 2016-03-17 | 1 | -9/+26 |
| | | | | | | | | 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 <ysato@users.sourceforge.jp> Signed-off-by: Rich Felker <dalias@libc.org> | ||||
* | sh: Migrate necessary libgcc bits in to arch/sh/lib for SUPERH32. | Paul Mundt | 2008-12-22 | 1 | -0/+193 |
This moves in the necessary libgcc bits for SUPERH32 and drops the libgcc linking for the regular targets. This in turn allows us to rip out quite a few hacks both in sh_ksyms_32 and arch/sh/Makefile. Signed-off-by: Paul Mundt <lethal@linux-sh.org> |