common_arm.h, common_mips.h: get rid of .func directives
authorIvan Shapovalov <intelfx@intelfx.name>
Fri, 9 Sep 2016 00:36:49 +0000 (03:36 +0300)
committerIvan Shapovalov <intelfx@intelfx.name>
Fri, 9 Sep 2016 00:37:11 +0000 (03:37 +0300)
commit6c0862a94f44320b37d22742c5fca8a80d0bc6f5
treeefa250072ba08ae9651d9c32787a50bfaf7fd8f8
parent842d842751c98c92d1c32870b10d81bcec9bb232
common_arm.h, common_mips.h: get rid of .func directives

.func/.endfunc are gcc/gas-specific directives for generating stabs
debug information (and nothing more). This is near-useless now because
DWARF is commonly used, and not implemented in Clang. Hence building
OpenBLAS with Clang fails, and there is no sane way to detect GCC vs.
anything else with preprocessor definitions.

Hence, just remove these directives.
common_arm.h
common_mips.h