commit | 17580d7f2f632ff8c9786d609508c35c9f56e1f3 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Sat Jan 03 07:16:23 2009 +0000 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sat Jan 03 11:45:54 2009 -0800 |
tree | 488abddb16d4640f4c27fdcf2c36186c6b70bdcc | |
parent | fe30af971d896c144ef4708f97cf9d3186303c42 [diff] |
sanitize ifdefs in binfmt_aout They are actually alpha vs. i386/arm/m68k i.e. ecoff vs. aout. In the only place where we actually tried to handle arm and i386/m68k in different ways (START_DATA() in coredump handling), the arm variant works for all of them (i386 and m68k have u.start_code set to 0). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>