Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[IA64] Fix memcpy_mck.S for current binutils

The current ia64 assembler complains about mismatching .proc/.endp pairs.
(Same patch also sent by H.J. Lu)

Signed-off-by: Andreas Schwab <schwab@suse.de>
Signed-off-by: Tony Luck <tony.luck@intel.com>

authored by

Andreas Schwab and committed by
Tony Luck
512f6429 7a9bdd88

+1 -1
+1 -1
arch/ia64/lib/memcpy_mck.S
··· 75 75 mov f6=f0 76 76 br.cond.sptk .common_code 77 77 ;; 78 + END(memcpy) 78 79 GLOBAL_ENTRY(__copy_user) 79 80 .prologue 80 81 // check dest alignment ··· 525 524 #undef B 526 525 #undef C 527 526 #undef D 528 - END(memcpy) 529 527 530 528 /* 531 529 * Due to lack of local tag support in gcc 2.x assembler, it is not clear which