projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a9bdd8
)
[IA64] Fix memcpy_mck.S for current binutils
author
Andreas Schwab
<schwab@suse.de>
Wed, 27 Apr 2005 06:00:00 +0000
(23:00 -0700)
committer
Tony Luck
<tony.luck@intel.com>
Tue, 3 May 2005 17:49:29 +0000
(10:49 -0700)
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>
arch/ia64/lib/memcpy_mck.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/ia64/lib/memcpy_mck.S
b/arch/ia64/lib/memcpy_mck.S
index 3c2cd2f04db96dadd528501a625a26b8fbeb2cf6..6f308e62c1377cc04ee24efcd08775a66ed24dae 100644
(file)
--- a/
arch/ia64/lib/memcpy_mck.S
+++ b/
arch/ia64/lib/memcpy_mck.S
@@
-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
@@
-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