Skip to content

Commit 2181fb7

Browse files
authored
Fix caxpy/caxpyc naming in localentry
1 parent a9b62c0 commit 2181fb7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

kernel/power/caxpy_power8.S

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616
0: addis 2,12,.TOC.-.LCF0@ha
1717
addi 2,2,.TOC.-.LCF0@l
1818
#if _CALL_ELF ==2
19+
#ifdef CONJ
20+
.localentry caxpyc_k,.-caxpyc_k
21+
#else
1922
.localentry caxpy_k,.-caxpy_k
23+
#endif
2024
#endif
2125
mr. 7,3
2226
ble 0,.L33
@@ -517,7 +521,11 @@
517521
.long 0
518522
.byte 0,0,0,0,0,4,0,0
519523
#if _CALL_ELF ==2
524+
#ifdef CONJ
525+
.size caxpyc_k,.-caxpyc_k
526+
#else
520527
.size caxpy_k,.-caxpy_k
528+
#endif
521529
#endif
522530
.section .rodata
523531
.align 4

0 commit comments

Comments
 (0)