From: NIIBE Y. <gn...@m1...> - 2001-01-10 07:55:36
|
Bryan Rittmeyer writes: > yeah, dumbwad.. it's the same problem! NIIBE-san, I think the prior > patch forgot to fix properly the SR register. Here's my additional patch > (I assume SOFF_R is a typo for OFF_SR): Thanks. > In any event, I have a more serious problem now with the linker: I fogot about the symbol reference from sh_ksyms.c... We need following patch: Index: arch/sh/kernel/sh_ksyms.c =================================================================== RCS file: /cvsroot/linuxsh/kernel/arch/sh/kernel/sh_ksyms.c,v retrieving revision 1.9 diff -u -r1.9 sh_ksyms.c --- arch/sh/kernel/sh_ksyms.c 2001/01/02 16:54:19 1.9 +++ arch/sh/kernel/sh_ksyms.c 2001/01/10 07:53:05 @@ -66,8 +66,6 @@ /* These symbols are generated by the compiler itself */ #ifdef __SH4__ -DECLARE_EXPORT(__udivsi3_i4); -DECLARE_EXPORT(__sdivsi3_i4); DECLARE_EXPORT(__movstr_i4_even); DECLARE_EXPORT(__movstr_i4_odd); DECLARE_EXPORT(__ashrdi3); -- |