freemyipod r869 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r868‎ | r869 | r870 >
Date:16:29, 24 July 2013
Author:theseven
Status:new
Tags:
Comment:
Fix some obvious typos in symbol names
Modified paths:
  • /emcore/trunk/arm/arm-support.S (modified) (history)
  • /umsboot/arm/arm-support.S (modified) (history)
  • /umsboot/target/ipodclassic/crt0.S (modified) (history)
  • /umsboot/target/ipodnano2g/crt0.S (modified) (history)
  • /umsboot/target/ipodnano4g/crt0.S (modified) (history)

Diff [purge]

Index: umsboot/arm/arm-support.S
@@ -665,7 +665,7 @@
666666 #else
667667 __aeabi_uidivmod:
668668 ARMV4_UDIV32_BODY r0, r1, r0, r1, r2, r3, __div0_wrap, 1
669 - .size __aeabi_uidivmod, . - __aeabi_uidivmo
 669+ .size __aeabi_uidivmod, . - __aeabi_uidivmod
670670
671671 __aeabi_idivmod:
672672 ARMV4_SDIV32_BODY r0, r1, r0, r1, r2, r3, __div0_wrap, 1
@@ -693,7 +693,7 @@
694694 #else
695695 __aeabi_uidivmod:
696696 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
698698
699699 __aeabi_idivmod:
700700 str lr, [sp, #-4]
Index: umsboot/target/ipodclassic/crt0.S
@@ -135,13 +135,13 @@
136136 b panic
137137 .size reset_handler, .-reset_handler
138138
139 -.type swi, %function
 139+.type swi_handler, %function
140140 swi_handler:
141141 mov r0, #0
142142 adr r1, swi_text
143143 sub r2, lr, #4
144144 b panicf
145 -.size swi, .-swi
 145+.size swi_handler, .-swi_handler
146146
147147 .type undef_instr_handler, %function
148148 undef_instr_handler:
Index: umsboot/target/ipodnano2g/crt0.S
@@ -144,13 +144,13 @@
145145 b panic
146146 .size reset_handler, .-reset_handler
147147
148 -.type swi, %function
 148+.type swi_handler, %function
149149 swi_handler:
150150 mov r0, #0
151151 adr r1, swi_text
152152 sub r2, lr, #4
153153 b panicf
154 -.size swi, .-swi
 154+.size swi_handler, .-swi_handler
155155
156156 .type undef_instr_handler, %function
157157 undef_instr_handler:
Index: umsboot/target/ipodnano4g/crt0.S
@@ -134,13 +134,13 @@
135135 b panic
136136 .size reset_handler, .-reset_handler
137137
138 -.type swi, %function
 138+.type swi_handler, %function
139139 swi_handler:
140140 mov r0, #0
141141 adr r1, swi_text
142142 sub r2, lr, #4
143143 b panicf
144 -.size swi, .-swi
 144+.size swi_handler, .-swi_handler
145145
146146 .type undef_instr_handler, %function
147147 undef_instr_handler:
Index: emcore/trunk/arm/arm-support.S
@@ -665,7 +665,7 @@
666666 #else
667667 __aeabi_uidivmod:
668668 ARMV4_UDIV32_BODY r0, r1, r0, r1, r2, r3, __div0_wrap, 1
669 - .size __aeabi_uidivmod, . - __aeabi_uidivmo
 669+ .size __aeabi_uidivmod, . - __aeabi_uidivmod
670670
671671 __aeabi_idivmod:
672672 ARMV4_SDIV32_BODY r0, r1, r0, r1, r2, r3, __div0_wrap, 1
@@ -693,7 +693,7 @@
694694 #else
695695 __aeabi_uidivmod:
696696 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
698698
699699 __aeabi_idivmod:
700700 str lr, [sp, #-4]