diff options
author | Jens Arnold <amiconn@rockbox.org> | 2008-04-29 06:47:34 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2008-04-29 06:47:34 +0000 |
commit | 0e73b8a0a9d8a08d6078588a3402449d67219d8f (patch) | |
tree | 4980e8b79d858009adb4f72cb4cfc13c09039c73 /firmware/target/arm/imx31 | |
parent | 2bbacf89fea9f5613fd884b57809070da5b8c925 (diff) |
Remove wrong usage of '.global'. These symbols are imported, not exported.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17290 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/imx31')
-rw-r--r-- | firmware/target/arm/imx31/crt0.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/target/arm/imx31/crt0.S b/firmware/target/arm/imx31/crt0.S index d982b91608..bc63a7d085 100644 --- a/firmware/target/arm/imx31/crt0.S +++ b/firmware/target/arm/imx31/crt0.S @@ -317,7 +317,6 @@ remap_end: #endif /* BOOTLOADER */ .text - .global UIE /* All illegal exceptions call into UIE with exception address as first * parameter. This is calculated differently depending on which exception |