diff options
author | Aubrey.Li <aubrey.adi@gmail.com> | 2007-03-09 13:40:56 +0800 |
---|---|---|
committer | Aubrey.Li <aubrey.adi@gmail.com> | 2007-03-09 13:40:56 +0800 |
commit | ef26a08fef928b7bc11ae2c109e638dc3a016d91 (patch) | |
tree | ca1fad50363cb05c7a62f0d4701d93a6671ab485 /examples | |
parent | 3f0606ad0b5639f7f22848fe5b4574e754d0470f (diff) |
[Blackfin][PATCH-2/2] Common files changed to support bf533 platform
Diffstat (limited to 'examples')
-rw-r--r-- | examples/stubs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stubs.c b/examples/stubs.c index ffd314e6b35..26df6e06a15 100644 --- a/examples/stubs.c +++ b/examples/stubs.c @@ -132,7 +132,7 @@ gd_t *global_data; */ #define EXPORT_FUNC(x) \ asm volatile ( \ -" .globl " #x "\n" \ +" .globl _" #x "\n_" \ #x ":\n" \ " P0 = [P5 + %0]\n" \ " P0 = [P0 + %1]\n" \ |