summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs')
-rw-r--r--lib/rbcodec/codecs/demac/libdemac/udiv32_arm.S3
-rw-r--r--lib/rbcodec/codecs/libtta/filter_arm.S2
2 files changed, 5 insertions, 0 deletions
diff --git a/lib/rbcodec/codecs/demac/libdemac/udiv32_arm.S b/lib/rbcodec/codecs/demac/libdemac/udiv32_arm.S
index 1d19160a91..514bae2949 100644
--- a/lib/rbcodec/codecs/demac/libdemac/udiv32_arm.S
+++ b/lib/rbcodec/codecs/demac/libdemac/udiv32_arm.S
@@ -29,6 +29,9 @@
29 ****************************************************************************/ 29 ****************************************************************************/
30 30
31#include "config.h" 31#include "config.h"
32
33.syntax unified
34
32/* On targets with codec iram, a header file will be generated after an initial 35/* On targets with codec iram, a header file will be generated after an initial
33 link of the APE codec, stating the amount of IRAM remaining for use by the 36 link of the APE codec, stating the amount of IRAM remaining for use by the
34 reciprocal lookup table. */ 37 reciprocal lookup table. */
diff --git a/lib/rbcodec/codecs/libtta/filter_arm.S b/lib/rbcodec/codecs/libtta/filter_arm.S
index 10f1491796..d801a52419 100644
--- a/lib/rbcodec/codecs/libtta/filter_arm.S
+++ b/lib/rbcodec/codecs/libtta/filter_arm.S
@@ -26,6 +26,8 @@
26 * void hybrid_filter(fltst *fs, int *in) 26 * void hybrid_filter(fltst *fs, int *in)
27 */ 27 */
28 28
29 .syntax unified
30
29#ifdef USE_IRAM 31#ifdef USE_IRAM
30 .section .icode, "ax", %progbits 32 .section .icode, "ax", %progbits
31#else 33#else