Skip to content

Commit 596a223

Browse files
authored
Fix prologue of power9 assembly cdot(c) kernel to provide cdotc
1 parent 7f58f3a commit 596a223

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

kernel/power/cdot_power9.S

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
.file "cdot.c"
1+
#define ASSEMBLER
2+
#include "common.h"
3+
/*
4+
.file "cdot.c"
25
.abiversion 2
36
.section ".text"
47
.align 2
58
.p2align 4,,15
69
.globl cdot_k
710
.type cdot_k, @function
11+
*/
12+
PROLOGUE
13+
814
cdot_k:
915
.LCF0:
1016
0: addis 2,12,.TOC.-.LCF0@ha

0 commit comments

Comments
 (0)