commit | f0bc814cfbc212683c882e58b3d1afec6b3e3aa3 | [log] [tgz] |
---|---|---|
author | Stuart Menefy <stuart.menefy@st.com> | Tue Nov 21 11:16:57 2006 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed Dec 06 10:45:38 2006 +0900 |
tree | 8ad669003716a3c22fb43e9c2066dcc5e5e0ad2d | |
parent | 53644087a607040a56d883df612b588814a56f11 [diff] |
sh: gcc4 support. This fixes up the kernel for gcc4. The existing exception handlers needed some wrapping for pt_regs access, acessing the registers via a RELOC_HIDE() pointer. The strcpy() issues popped up here too, so add -ffreestanding and kill off the symbol export. Signed-off-by: Stuart Menefy <stuart.menefy@st.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>