summaryrefslogtreecommitdiff
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
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
-rw-r--r--firmware/target/arm/crt0-pp.S5
-rw-r--r--firmware/target/arm/imx31/crt0.S1
-rw-r--r--firmware/target/arm/pnx0101/crt0-pnx0101.S6
-rw-r--r--firmware/target/arm/tcc780x/crt0.S6
-rwxr-xr-xfirmware/target/arm/tms320dm320/crt0.S6
5 files changed, 0 insertions, 24 deletions
diff --git a/firmware/target/arm/crt0-pp.S b/firmware/target/arm/crt0-pp.S
index dac666ca1c..a0ec3a623f 100644
--- a/firmware/target/arm/crt0-pp.S
+++ b/firmware/target/arm/crt0-pp.S
@@ -340,11 +340,6 @@ vectors:
340 340
341 .text 341 .text
342 342
343#ifndef STUB
344 .global irq
345 .global UIE
346#endif
347
348/* All illegal exceptions call into UIE with exception address as first 343/* All illegal exceptions call into UIE with exception address as first
349 parameter. This is calculated differently depending on which exception 344 parameter. This is calculated differently depending on which exception
350 we're in. Second parameter is exception number, used for a string lookup 345 we're in. Second parameter is exception number, used for a string lookup
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:
317#endif /* BOOTLOADER */ 317#endif /* BOOTLOADER */
318 318
319 .text 319 .text
320 .global UIE
321 320
322/* All illegal exceptions call into UIE with exception address as first 321/* All illegal exceptions call into UIE with exception address as first
323 * parameter. This is calculated differently depending on which exception 322 * parameter. This is calculated differently depending on which exception
diff --git a/firmware/target/arm/pnx0101/crt0-pnx0101.S b/firmware/target/arm/pnx0101/crt0-pnx0101.S
index d11546edaa..68a5f534bd 100644
--- a/firmware/target/arm/pnx0101/crt0-pnx0101.S
+++ b/firmware/target/arm/pnx0101/crt0-pnx0101.S
@@ -166,12 +166,6 @@ vectors:
166 166
167 .text 167 .text
168 168
169#ifndef STUB
170 .global irq
171 .global fiq
172 .global UIE
173#endif
174
175/* All illegal exceptions call into UIE with exception address as first 169/* All illegal exceptions call into UIE with exception address as first
176 parameter. This is calculated differently depending on which exception 170 parameter. This is calculated differently depending on which exception
177 we're in. Second parameter is exception number, used for a string lookup 171 we're in. Second parameter is exception number, used for a string lookup
diff --git a/firmware/target/arm/tcc780x/crt0.S b/firmware/target/arm/tcc780x/crt0.S
index af5bd44192..cef27f1051 100644
--- a/firmware/target/arm/tcc780x/crt0.S
+++ b/firmware/target/arm/tcc780x/crt0.S
@@ -267,12 +267,6 @@ vectors:
267 267
268 .text 268 .text
269 269
270#if !defined(STUB)
271 .global irq
272 .global fiq
273 .global UIE
274#endif
275
276/* All illegal exceptions call into UIE with exception address as first 270/* All illegal exceptions call into UIE with exception address as first
277 parameter. This is calculated differently depending on which exception 271 parameter. This is calculated differently depending on which exception
278 we're in. Second parameter is exception number, used for a string lookup 272 we're in. Second parameter is exception number, used for a string lookup
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