commit | 337e3c48e95e071a6ec1bfe95b55325e97f4908e | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Wed May 21 06:32:11 2008 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed May 21 16:56:00 2008 -0700 |
tree | 7eb43ca69d7ef9639aab124fb033bc37fc02fdae | |
parent | 8c5330a505ca58013a65ce9c55953ff7ded79202 [diff] |
provide out-of-line strcat() for m68k Whether we sidestep it in init/main.c or not, such situations will arise again; compiler does generate calls of strcat() on optimizations, so we really ought to have an out-of-line version... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>