aboutsummaryrefslogtreecommitdiffstats
path: root/debuggerd
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2009-12-03 17:20:58 -0800
committerDoug Kwan <dougkwan@google.com>2009-12-03 17:20:58 -0800
commit092799072fc215b6f95b2d628e670ba2bb14d13b (patch)
treedf6bb5033f51e9a5fd2430c8575d704ff5823e6b /debuggerd
parent3bfdcc979da0f857b014318f3df5d95a0f93eb27 (diff)
downloadsystem_core-092799072fc215b6f95b2d628e670ba2bb14d13b.tar.gz
system_core-092799072fc215b6f95b2d628e670ba2bb14d13b.tar.bz2
system_core-092799072fc215b6f95b2d628e670ba2bb14d13b.zip
Add missing symbol type directives.
Diffstat (limited to 'debuggerd')
-rw-r--r--debuggerd/crashglue.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/debuggerd/crashglue.S b/debuggerd/crashglue.S
index 888951b9..0c1fd9b0 100644
--- a/debuggerd/crashglue.S
+++ b/debuggerd/crashglue.S
@@ -1,5 +1,7 @@
.globl crash1
+.type crash1, %function
.globl crashnostack
+.type crashnostack, %function
crash1:
ldr r0, =0xa5a50000
@@ -25,4 +27,4 @@ crashnostack:
mov sp, #0
mov r0, #0
ldr r0, [r0]
- b . \ No newline at end of file
+ b .