commit | 450c23e4c3bbd0e83ae06bd78043c438d2a112a0 | [log] [tgz] |
---|---|---|
author | Aubrey.Li <aubrey.adi@gmail.com> | Fri Mar 09 13:40:56 2007 +0800 |
committer | Aubrey.Li <aubrey.adi@gmail.com> | Fri Mar 09 13:40:56 2007 +0800 |
tree | ca1fad50363cb05c7a62f0d4701d93a6671ab485 | |
parent | 9da597fe1bab1dd424c967e1a96d9ecb47ce7b55 [diff] [blame] |
[Blackfin][PATCH-2/2] Common files changed to support bf533 platform
diff --git a/examples/stubs.c b/examples/stubs.c index ffd314e..26df6e0 100644 --- a/examples/stubs.c +++ b/examples/stubs.c
@@ -132,7 +132,7 @@ */ #define EXPORT_FUNC(x) \ asm volatile ( \ -" .globl " #x "\n" \ +" .globl _" #x "\n_" \ #x ":\n" \ " P0 = [P5 + %0]\n" \ " P0 = [P0 + %1]\n" \