diff options
| author | Stefan Roese <sr@denx.de> | 2007-03-31 13:44:12 +0200 |
|---|---|---|
| committer | Stefan Roese <sr@denx.de> | 2007-03-31 13:44:12 +0200 |
| commit | 0e7d4916afaf83083b9b70ad779f29f7b57bd8ed (patch) | |
| tree | 40e9396ee819149a89f520f551d1ed31cb8f5216 /examples/stubs.c | |
| parent | da6ebc1bc082cbe3b6bbde079cafe09f7ebbad4b (diff) | |
| parent | 6db7d0af2336c126e4d4b2f248cc23516bdd46a8 (diff) | |
| download | olio-uboot-2014.01-0e7d4916afaf83083b9b70ad779f29f7b57bd8ed.tar.xz olio-uboot-2014.01-0e7d4916afaf83083b9b70ad779f29f7b57bd8ed.zip | |
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'examples/stubs.c')
| -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 ffd314e6b..26df6e06a 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" \ |