* PATCH: 2.6: Fix END(memcpy)
@ 2005-03-18 22:32 H. J. Lu
0 siblings, 0 replies; only message in thread
From: H. J. Lu @ 2005-03-18 22:32 UTC (permalink / raw)
To: linux-ia64
The new assembler doesn't like
.proc memcpy
.proc __copy_user
.endp memcpy
.endp __copy_user
This patch changes it to
.proc memcpy
.endp memcpy
.proc __copy_user
.endp __copy_user
H.J.
-----
--- linux-2.6.9/arch/ia64/lib/memcpy_mck.S.endp 2004-10-18 14:54:08.000000000 -0700
+++ linux-2.6.9/arch/ia64/lib/memcpy_mck.S 2005-03-18 14:10:23.627318625 -0800
@@ -84,6 +84,7 @@ GLOBAL_ENTRY(memcpy)
mov f6ð
br.cond.sptk .common_code
;;
+END(memcpy)
GLOBAL_ENTRY(__copy_user)
.prologue
// check dest alignment
@@ -533,7 +534,6 @@ EK(.ex_handler, (p17) st8 [dst1]=r39,8)
#undef B
#undef C
#undef D
-END(memcpy)
/*
* Due to lack of local tag support in gcc 2.x assembler, it is not clear which
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-03-18 22:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-18 22:32 PATCH: 2.6: Fix END(memcpy) H. J. Lu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox