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=f0
        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
-
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to