Skip to content

Commit

Permalink
[IA64] Fix memcpy_mck.S for current binutils
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andreas Schwab authored and Tony Luck committed May 3, 2005
1 parent 7a9bdd8 commit 512f642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ia64/lib/memcpy_mck.S
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ GLOBAL_ENTRY(memcpy)
mov f6=f0
br.cond.sptk .common_code
;;
END(memcpy)
GLOBAL_ENTRY(__copy_user)
.prologue
// check dest alignment
Expand Down Expand Up @@ -524,7 +525,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
Expand Down

0 comments on commit 512f642

Please sign in to comment.