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:
parent
2bbacf89fe
commit
0e73b8a0a9
5 changed files with 0 additions and 24 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue