openmax: Remove .func / .endfunc directives.

They only have an effect in -gstabs which we don't use, and clang's integrated
assembler doesn't understand them. So just remove them.

BUG=chromium:124610
Review URL: https://webrtc-codereview.appspot.com/17129004/


git-svn-id: http://webrtc.googlecode.com/svn/deps/third_party/openmax@6925 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/dl/api/arm/arm64COMM_s.h b/dl/api/arm/arm64COMM_s.h
index e19ceee..a5422d5 100644
--- a/dl/api/arm/arm64COMM_s.h
+++ b/dl/api/arm/arm64COMM_s.h
@@ -106,7 +106,6 @@
 
 	// Define the function and make it external.
 	.global	\name
-	.func	\name
 	.section	.text.\name,"ax",%progbits
 	.align	4
 \name :		
@@ -137,7 +136,6 @@
 	// Restore any saved R or D registers.
 	_M_RET
 	//.fnend	
-	.endfunc
         // Reset the global stack tracking variables back to their
 	// initial values.
 	.set _SBytes, 0
diff --git a/dl/api/arm/armCOMM_s.h b/dl/api/arm/armCOMM_s.h
index f9645dd..e26ceb2 100644
--- a/dl/api/arm/armCOMM_s.h
+++ b/dl/api/arm/armCOMM_s.h
@@ -169,7 +169,6 @@
 	@ Define the function and make it external.
 	.arm
 	.global	\name
-	.func	\name
 	.section	.text.\name,"ax",%progbits
 	.align	2
 \name :		
@@ -201,7 +200,6 @@
 	@ Restore any saved R or D registers.
 	_M_RET
 	.fnend	
-	.endfunc
         @ Reset the global stack tracking variables back to their
 	@ initial values.
 	.set _SBytes, 0
@@ -456,4 +454,3 @@
 	.set	_Offset, _Workspace + \a0\()_F
 	\i\a1	\r0, \r1, [sp, #_Offset]	
 	.endm
-	
\ No newline at end of file