| Index: umsboot/arm/arm-support.S |
| — | — | @@ -665,7 +665,7 @@ |
| 666 | 666 | #else
|
| 667 | 667 | __aeabi_uidivmod:
|
| 668 | 668 | ARMV4_UDIV32_BODY r0, r1, r0, r1, r2, r3, __div0_wrap, 1
|
| 669 | | - .size __aeabi_uidivmod, . - __aeabi_uidivmo
|
| | 669 | + .size __aeabi_uidivmod, . - __aeabi_uidivmod
|
| 670 | 670 |
|
| 671 | 671 | __aeabi_idivmod:
|
| 672 | 672 | ARMV4_SDIV32_BODY r0, r1, r0, r1, r2, r3, __div0_wrap, 1
|
| — | — | @@ -693,7 +693,7 @@ |
| 694 | 694 | #else
|
| 695 | 695 | __aeabi_uidivmod:
|
| 696 | 696 | ARMV5_UDIV32_BODY r0, r1, r0, r1, r2, r3, ip, __div0_wrap, 1
|
| 697 | | - .size __aeabi_uidivmod, . - __aeabi_uidivmo
|
| | 697 | + .size __aeabi_uidivmod, . - __aeabi_uidivmod
|
| 698 | 698 |
|
| 699 | 699 | __aeabi_idivmod:
|
| 700 | 700 | str lr, [sp, #-4]
|
| Index: umsboot/target/ipodclassic/crt0.S |
| — | — | @@ -135,13 +135,13 @@ |
| 136 | 136 | b panic
|
| 137 | 137 | .size reset_handler, .-reset_handler
|
| 138 | 138 |
|
| 139 | | -.type swi, %function
|
| | 139 | +.type swi_handler, %function
|
| 140 | 140 | swi_handler:
|
| 141 | 141 | mov r0, #0
|
| 142 | 142 | adr r1, swi_text
|
| 143 | 143 | sub r2, lr, #4
|
| 144 | 144 | b panicf
|
| 145 | | -.size swi, .-swi
|
| | 145 | +.size swi_handler, .-swi_handler
|
| 146 | 146 |
|
| 147 | 147 | .type undef_instr_handler, %function
|
| 148 | 148 | undef_instr_handler:
|
| Index: umsboot/target/ipodnano2g/crt0.S |
| — | — | @@ -144,13 +144,13 @@ |
| 145 | 145 | b panic
|
| 146 | 146 | .size reset_handler, .-reset_handler
|
| 147 | 147 |
|
| 148 | | -.type swi, %function
|
| | 148 | +.type swi_handler, %function
|
| 149 | 149 | swi_handler:
|
| 150 | 150 | mov r0, #0
|
| 151 | 151 | adr r1, swi_text
|
| 152 | 152 | sub r2, lr, #4
|
| 153 | 153 | b panicf
|
| 154 | | -.size swi, .-swi
|
| | 154 | +.size swi_handler, .-swi_handler
|
| 155 | 155 |
|
| 156 | 156 | .type undef_instr_handler, %function
|
| 157 | 157 | undef_instr_handler:
|
| Index: umsboot/target/ipodnano4g/crt0.S |
| — | — | @@ -134,13 +134,13 @@ |
| 135 | 135 | b panic
|
| 136 | 136 | .size reset_handler, .-reset_handler
|
| 137 | 137 |
|
| 138 | | -.type swi, %function
|
| | 138 | +.type swi_handler, %function
|
| 139 | 139 | swi_handler:
|
| 140 | 140 | mov r0, #0
|
| 141 | 141 | adr r1, swi_text
|
| 142 | 142 | sub r2, lr, #4
|
| 143 | 143 | b panicf
|
| 144 | | -.size swi, .-swi
|
| | 144 | +.size swi_handler, .-swi_handler
|
| 145 | 145 |
|
| 146 | 146 | .type undef_instr_handler, %function
|
| 147 | 147 | undef_instr_handler:
|
| Index: emcore/trunk/arm/arm-support.S |
| — | — | @@ -665,7 +665,7 @@ |
| 666 | 666 | #else
|
| 667 | 667 | __aeabi_uidivmod:
|
| 668 | 668 | ARMV4_UDIV32_BODY r0, r1, r0, r1, r2, r3, __div0_wrap, 1
|
| 669 | | - .size __aeabi_uidivmod, . - __aeabi_uidivmo
|
| | 669 | + .size __aeabi_uidivmod, . - __aeabi_uidivmod
|
| 670 | 670 |
|
| 671 | 671 | __aeabi_idivmod:
|
| 672 | 672 | ARMV4_SDIV32_BODY r0, r1, r0, r1, r2, r3, __div0_wrap, 1
|
| — | — | @@ -693,7 +693,7 @@ |
| 694 | 694 | #else
|
| 695 | 695 | __aeabi_uidivmod:
|
| 696 | 696 | ARMV5_UDIV32_BODY r0, r1, r0, r1, r2, r3, ip, __div0_wrap, 1
|
| 697 | | - .size __aeabi_uidivmod, . - __aeabi_uidivmo
|
| | 697 | + .size __aeabi_uidivmod, . - __aeabi_uidivmod
|
| 698 | 698 |
|
| 699 | 699 | __aeabi_idivmod:
|
| 700 | 700 | str lr, [sp, #-4]
|