0005-thumb2-imdct-arm.patch 570 B

1234567891011121314151617181920
  1. Fixes Thumb2 related build failure
  2. Patch below comes from the Debian libmad package.
  3. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  4. From: Konstantinos Margaritis <markos@debian.org>
  5. Subject: use "adr" instead of "add" to make code ready for thumb2
  6. --- ./imdct_l_arm.S.orig 2010-02-25 13:25:23.000000000 +0100
  7. +++ ./imdct_l_arm.S 2010-02-25 13:27:26.000000000 +0100
  8. @@ -468,7 +468,7 @@
  9. @----
  10. - add r2, pc, #(imdct36_long_karray-.-8) @ r2 = base address of Knn array (PIC safe ?)
  11. + adr r2, imdct36_long_karray
  12. loop: