Commit 512f6429 authored by Andreas Schwab's avatar Andreas Schwab Committed by Tony Luck

[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: default avatarAndreas Schwab <schwab@suse.de>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 7a9bdd88
...@@ -75,6 +75,7 @@ GLOBAL_ENTRY(memcpy) ...@@ -75,6 +75,7 @@ GLOBAL_ENTRY(memcpy)
mov f6=f0 mov f6=f0
br.cond.sptk .common_code br.cond.sptk .common_code
;; ;;
END(memcpy)
GLOBAL_ENTRY(__copy_user) GLOBAL_ENTRY(__copy_user)
.prologue .prologue
// check dest alignment // check dest alignment
...@@ -524,7 +525,6 @@ EK(.ex_handler, (p17) st8 [dst1]=r39,8); \ ...@@ -524,7 +525,6 @@ EK(.ex_handler, (p17) st8 [dst1]=r39,8); \
#undef B #undef B
#undef C #undef C
#undef D #undef D
END(memcpy)
/* /*
* Due to lack of local tag support in gcc 2.x assembler, it is not clear which * Due to lack of local tag support in gcc 2.x assembler, it is not clear which
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment