All of lore.kernel.org
 help / color / mirror / Atom feed
* PATCH: 2.4/2.6: Remove duplicated END(memcpy)
@ 2005-02-03 22:12 H. J. Lu
  0 siblings, 0 replies; only message in thread
From: H. J. Lu @ 2005-02-03 22:12 UTC (permalink / raw)
  To: linux-ia64

The new assembler doesn't like

	.proc memcpy
	.endp memcpy
	.proc __copy_user
	.endp memcpy
	.endp __copy_user


H.J.
----
--- linux-2.4.21/arch/ia64/lib/memcpy_mck.S.endp	2005-02-03 12:20:36.000000000 -0800
+++ linux-2.4.21/arch/ia64/lib/memcpy_mck.S	2005-02-03 13:49:51.000000000 -0800
@@ -541,7 +541,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-02-03 22:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-03 22:12 PATCH: 2.4/2.6: Remove duplicated END(memcpy) H. J. Lu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.