summaryrefslogtreecommitdiff
path: root/firmware/target/arm/pp/crt0-pp502x-bl-usb.S
diff options
context:
space:
mode:
authorBoris Gjenero <boris.gjenero@gmail.com>2013-05-22 13:05:47 -0400
committerBoris Gjenero <boris.gjenero@gmail.com>2013-05-24 02:02:04 +0200
commitf6e179bd8eeb417e0428b8290df4ca058782e8b3 (patch)
tree016a06cd891022b3fb99c4ea5174ab849f40b0b9 /firmware/target/arm/pp/crt0-pp502x-bl-usb.S
parent4077eac8398345d3500be794190eec83852135ba (diff)
downloadrockbox-f6e179bd8eeb417e0428b8290df4ca058782e8b3.tar.gz
rockbox-f6e179bd8eeb417e0428b8290df4ca058782e8b3.zip
Remove data_abort_handler from ARM crt0 files.
This causes data_abort_handler from lib/unwarminder/safe_read.S to be used instead. It allows unwarminder to avoid data aborts when displaying the backtrace. A data_abort_handler remains in system-arm.c, but it is not used because it is declared as a weak symbol. Change-Id: I832066ed514347fe697e219872e90fbdd937f477 Reviewed-on: http://gerrit.rockbox.org/475 Reviewed-by: Marcin Bukat <marcin.bukat@gmail.com> Tested-by: Boris Gjenero <boris.gjenero@gmail.com>
Diffstat (limited to 'firmware/target/arm/pp/crt0-pp502x-bl-usb.S')
-rw-r--r--firmware/target/arm/pp/crt0-pp502x-bl-usb.S5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/target/arm/pp/crt0-pp502x-bl-usb.S b/firmware/target/arm/pp/crt0-pp502x-bl-usb.S
index 7b0489b2a8..93b1fbaeb5 100644
--- a/firmware/target/arm/pp/crt0-pp502x-bl-usb.S
+++ b/firmware/target/arm/pp/crt0-pp502x-bl-usb.S
@@ -351,11 +351,6 @@ prefetch_abort_handler:
351 mov r1, #1 351 mov r1, #1
352 b UIE 352 b UIE
353 353
354data_abort_handler:
355 sub r0, lr, #8
356 mov r1, #2
357 b UIE
358
359/* should never happen in the bootloader */ 354/* should never happen in the bootloader */
360fiq_handler: 355fiq_handler:
361 subs pc, lr, #4 356 subs pc, lr, #4