summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tms320dm320
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2008-04-29 06:47:34 +0000
committerJens Arnold <amiconn@rockbox.org>2008-04-29 06:47:34 +0000
commit0e73b8a0a9d8a08d6078588a3402449d67219d8f (patch)
tree4980e8b79d858009adb4f72cb4cfc13c09039c73 /firmware/target/arm/tms320dm320
parent2bbacf89fea9f5613fd884b57809070da5b8c925 (diff)
downloadrockbox-0e73b8a0a9d8a08d6078588a3402449d67219d8f.tar.gz
rockbox-0e73b8a0a9d8a08d6078588a3402449d67219d8f.zip
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/tms320dm320')
-rwxr-xr-xfirmware/target/arm/tms320dm320/crt0.S6
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/target/arm/tms320dm320/crt0.S b/firmware/target/arm/tms320dm320/crt0.S
index 8c3d36e086..5729357f12 100755
--- a/firmware/target/arm/tms320dm320/crt0.S
+++ b/firmware/target/arm/tms320dm320/crt0.S
@@ -202,12 +202,6 @@ vectors:
202 202
203 .text 203 .text
204 204
205#if !defined(STUB)
206 .global irq
207 .global fiq
208 .global UIE
209#endif
210
211/* All illegal exceptions call into UIE with exception address as first 205/* All illegal exceptions call into UIE with exception address as first
212 parameter. This is calculated differently depending on which exception 206 parameter. This is calculated differently depending on which exception
213 we're in. Second parameter is exception number, used for a string lookup 207 we're in. Second parameter is exception number, used for a string lookup