summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-08-18 23:35:09 +0000
committerthakis@chromium.org <thakis@chromium.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-08-18 23:35:09 +0000
commit79e64bc9243e5ff11822434cf39b9fabefff3bfb (patch)
tree3dad235c35d0f0cd92f43e6b27fcb3b0f85b3342
parent9ab9ca2eea7faace5864110006fc9044d237f960 (diff)
downloadopenmax_dl-79e64bc9243e5ff11822434cf39b9fabefff3bfb.tar.gz
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
-rw-r--r--dl/api/arm/arm64COMM_s.h2
-rw-r--r--dl/api/arm/armCOMM_s.h3
2 files changed, 0 insertions, 5 deletions
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