5f299dee78
This fixes recurrent libmad build failures reported by the autobuilder. See: http://autobuild.buildroot.net/results/a10c943e74b6e67e69183a35b5762482e357a75f/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
21 lines
570 B
Diff
21 lines
570 B
Diff
Fixes Thumb2 related build failure
|
|
|
|
Patch below comes from the Debian libmad package.
|
|
|
|
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
|
|
|
From: Konstantinos Margaritis <markos@debian.org>
|
|
Subject: use "adr" instead of "add" to make code ready for thumb2
|
|
|
|
--- ./imdct_l_arm.S.orig 2010-02-25 13:25:23.000000000 +0100
|
|
+++ ./imdct_l_arm.S 2010-02-25 13:27:26.000000000 +0100
|
|
@@ -468,7 +468,7 @@
|
|
|
|
@----
|
|
|
|
- add r2, pc, #(imdct36_long_karray-.-8) @ r2 = base address of Knn array (PIC safe ?)
|
|
+ adr r2, imdct36_long_karray
|
|
|
|
|
|
loop:
|