Merge pull request #958 from intelfx/remove-stabs
common_arm.h, common_mips.h: get rid of .func directives
This commit is contained in:
commit
b09cc3b9bb
|
@ -105,7 +105,6 @@ static inline int blas_quickdivide(blasint x, blasint y){
|
||||||
#define PROLOGUE \
|
#define PROLOGUE \
|
||||||
.arm ;\
|
.arm ;\
|
||||||
.global REALNAME ;\
|
.global REALNAME ;\
|
||||||
.func REALNAME ;\
|
|
||||||
REALNAME:
|
REALNAME:
|
||||||
|
|
||||||
#define EPILOGUE
|
#define EPILOGUE
|
||||||
|
|
|
@ -80,7 +80,6 @@ static inline int blas_quickdivide(blasint x, blasint y){
|
||||||
#define PROLOGUE \
|
#define PROLOGUE \
|
||||||
.arm ;\
|
.arm ;\
|
||||||
.global REALNAME ;\
|
.global REALNAME ;\
|
||||||
.func REALNAME ;\
|
|
||||||
REALNAME:
|
REALNAME:
|
||||||
|
|
||||||
#define EPILOGUE
|
#define EPILOGUE
|
||||||
|
|
Loading…
Reference in New Issue