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
This commit is contained in:
Jens Arnold 2008-04-29 06:47:34 +00:00
parent 2bbacf89fe
commit 0e73b8a0a9
5 changed files with 0 additions and 24 deletions

View file

@ -340,11 +340,6 @@ vectors:
.text
#ifndef STUB
.global irq
.global UIE
#endif
/* All illegal exceptions call into UIE with exception address as first
parameter. This is calculated differently depending on which exception
we're in. Second parameter is exception number, used for a string lookup

View file

@ -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

View file

@ -166,12 +166,6 @@ vectors:
.text
#ifndef STUB
.global irq
.global fiq
.global UIE
#endif
/* All illegal exceptions call into UIE with exception address as first
parameter. This is calculated differently depending on which exception
we're in. Second parameter is exception number, used for a string lookup

View file

@ -267,12 +267,6 @@ vectors:
.text
#if !defined(STUB)
.global irq
.global fiq
.global UIE
#endif
/* All illegal exceptions call into UIE with exception address as first
parameter. This is calculated differently depending on which exception
we're in. Second parameter is exception number, used for a string lookup

View file

@ -202,12 +202,6 @@ vectors:
.text
#if !defined(STUB)
.global irq
.global fiq
.global UIE
#endif
/* All illegal exceptions call into UIE with exception address as first
parameter. This is calculated differently depending on which exception
we're in. Second parameter is exception number, used for a string lookup