Use PROLOGUE macro to ensure correct function name for DYNAMIC_ARCH
This commit is contained in:
parent
ba9c0ab673
commit
9f8da7e5ef
|
@ -1,10 +1,16 @@
|
||||||
.file "icamax.c"
|
/* .file "icamax.c"
|
||||||
.abiversion 2
|
.abiversion 2
|
||||||
.section ".text"
|
.section ".text"
|
||||||
.align 2
|
.align 2
|
||||||
.p2align 4,,15
|
.p2align 4,,15
|
||||||
.globl icamax_k
|
.globl icamax_k
|
||||||
.type icamax_k, @function
|
.type icamax_k, @function
|
||||||
|
*/
|
||||||
|
#define ASSEMBLER
|
||||||
|
#include "common.h"
|
||||||
|
|
||||||
|
PROLOGUE
|
||||||
|
|
||||||
icamax_k:
|
icamax_k:
|
||||||
.LCF0:
|
.LCF0:
|
||||||
0: addis 2,12,.TOC.-.LCF0@ha
|
0: addis 2,12,.TOC.-.LCF0@ha
|
||||||
|
|
|
@ -1,10 +1,16 @@
|
||||||
.file "icamin.c"
|
/* .file "icamin.c"
|
||||||
.abiversion 2
|
.abiversion 2
|
||||||
.section ".text"
|
.section ".text"
|
||||||
.align 2
|
.align 2
|
||||||
.p2align 4,,15
|
.p2align 4,,15
|
||||||
.globl icamin_k
|
.globl icamin_k
|
||||||
.type icamin_k, @function
|
.type icamin_k, @function
|
||||||
|
*/
|
||||||
|
#define ASSEMBLER
|
||||||
|
#include "common.h"
|
||||||
|
|
||||||
|
PROLOGUE
|
||||||
|
|
||||||
icamin_k:
|
icamin_k:
|
||||||
.LCF0:
|
.LCF0:
|
||||||
0: addis 2,12,.TOC.-.LCF0@ha
|
0: addis 2,12,.TOC.-.LCF0@ha
|
||||||
|
|
|
@ -1,10 +1,17 @@
|
||||||
.file "isamax.c"
|
/* .file "isamax.c"
|
||||||
.abiversion 2
|
.abiversion 2
|
||||||
.section ".text"
|
.section ".text"
|
||||||
.align 2
|
.align 2
|
||||||
.p2align 4,,15
|
.p2align 4,,15
|
||||||
.globl isamax_k
|
.globl isamax_k
|
||||||
.type isamax_k, @function
|
.type isamax_k, @function
|
||||||
|
*/
|
||||||
|
|
||||||
|
#define ASSEMBLER
|
||||||
|
#include "common.h"
|
||||||
|
|
||||||
|
PROLOGUE
|
||||||
|
|
||||||
isamax_k:
|
isamax_k:
|
||||||
.LCF0:
|
.LCF0:
|
||||||
0: addis 2,12,.TOC.-.LCF0@ha
|
0: addis 2,12,.TOC.-.LCF0@ha
|
||||||
|
|
|
@ -1,10 +1,16 @@
|
||||||
.file "isamin.c"
|
/* .file "isamin.c"
|
||||||
.abiversion 2
|
.abiversion 2
|
||||||
.section ".text"
|
.section ".text"
|
||||||
.align 2
|
.align 2
|
||||||
.p2align 4,,15
|
.p2align 4,,15
|
||||||
.globl isamin_k
|
.globl isamin_k
|
||||||
.type isamin_k, @function
|
.type isamin_k, @function
|
||||||
|
*/
|
||||||
|
#define ASSEMBLER
|
||||||
|
#include "common.h"
|
||||||
|
|
||||||
|
PROLOGUE
|
||||||
|
|
||||||
isamin_k:
|
isamin_k:
|
||||||
.LCF0:
|
.LCF0:
|
||||||
0: addis 2,12,.TOC.-.LCF0@ha
|
0: addis 2,12,.TOC.-.LCF0@ha
|
||||||
|
|
Loading…
Reference in New Issue