Yoshinori Sato
2b4b2bb421
sh: Workaround for __put_user_asm() bug with gcc 4.x on big-endian.
I think this problem is GCC(4.1.2) bug.
Syscall "getdents" returned "dirent->d_off" is always 0.
I think other EB enviroment have same problem.
Problem code
0c03c954 <filldir>:
:
c03c97a: 58 f7 mov.l @(28,r15),r8 !-> offset (high)
c03c97c: 59 f8 mov.l @(32,r15),r9 !-> offset (low)
c03c97e: 53 f9 mov.l @(36,r15),r3
c03c980: 54 fa mov.l @(40,r15),r4
:
c03c9a0: 21 82 mov.l r8,@r1 !offset(high) -> dirent->d_off
It's workaround patch.
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2008-07-28 18:36:13 +09:00
..
2008-07-26 20:53:20 -04:00
2008-07-27 16:46:08 -07:00
2008-07-27 13:54:08 +02:00
2008-07-26 20:53:20 -04:00
2008-07-26 20:53:20 -04:00
2008-07-26 20:53:20 -04:00
2008-07-27 09:59:59 -07:00
2008-07-26 20:53:20 -04:00
2008-07-26 20:53:20 -04:00
2008-07-26 20:53:20 -04:00
2008-07-26 20:53:20 -04:00
2008-07-26 20:53:20 -04:00
2008-07-26 20:53:20 -04:00
2008-07-26 20:53:20 -04:00
2008-07-26 20:53:20 -04:00
2008-07-27 12:02:05 +03:00
2008-07-27 11:36:12 +03:00
2008-07-28 18:36:13 +09:00
2008-07-26 20:53:43 -04:00
2008-07-26 20:53:20 -04:00
2008-07-26 20:53:20 -04:00
2008-07-27 11:34:09 +03:00
2008-07-26 20:53:20 -04:00
2008-07-28 18:10:30 +09:00
2008-07-25 10:40:14 -04:00
2008-07-27 09:45:34 -07:00
2008-07-26 12:00:03 -07:00
2008-07-27 10:16:13 -04:00
2008-07-26 12:00:01 -07:00
2008-07-25 22:11:44 +02:00