summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/arm_support/support-arm.S2
-rw-r--r--lib/rbcodec/codecs/demac/libdemac/udiv32_arm.S3
-rw-r--r--lib/rbcodec/codecs/libtta/filter_arm.S2
-rw-r--r--lib/rbcodec/dsp/dsp_arm.S1
-rw-r--r--lib/rbcodec/dsp/dsp_arm_v6.S1
-rw-r--r--lib/unwarminder/safe_read.S2
6 files changed, 11 insertions, 0 deletions
diff --git a/lib/arm_support/support-arm.S b/lib/arm_support/support-arm.S
index 3af0c70975..d12392eeb3 100644
--- a/lib/arm_support/support-arm.S
+++ b/lib/arm_support/support-arm.S
@@ -30,6 +30,8 @@
30 30
31#include <config.h> 31#include <config.h>
32 32
33.syntax unified
34
33.macro ARM_SDIV32_PRE numerator, divisor, sign 35.macro ARM_SDIV32_PRE numerator, divisor, sign
34 /* sign[31] = divisor sign */ 36 /* sign[31] = divisor sign */
35 ands \sign, \divisor, #1<<31 37 ands \sign, \divisor, #1<<31
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
diff --git a/lib/rbcodec/dsp/dsp_arm.S b/lib/rbcodec/dsp/dsp_arm.S
index 864abee4b6..b17c94fe6c 100644
--- a/lib/rbcodec/dsp/dsp_arm.S
+++ b/lib/rbcodec/dsp/dsp_arm.S
@@ -22,6 +22,7 @@
22 ****************************************************************************/ 22 ****************************************************************************/
23 #include "rbcodecconfig.h" 23 #include "rbcodecconfig.h"
24 24
25 .syntax unified
25/**************************************************************************** 26/****************************************************************************
26 * void channel_mode_proc_mono(struct dsp_proc_entry *this, 27 * void channel_mode_proc_mono(struct dsp_proc_entry *this,
27 * struct dsp_buffer **buf_p) 28 * struct dsp_buffer **buf_p)
diff --git a/lib/rbcodec/dsp/dsp_arm_v6.S b/lib/rbcodec/dsp/dsp_arm_v6.S
index aa27ec90f6..facd3facbd 100644
--- a/lib/rbcodec/dsp/dsp_arm_v6.S
+++ b/lib/rbcodec/dsp/dsp_arm_v6.S
@@ -20,6 +20,7 @@
20 ****************************************************************************/ 20 ****************************************************************************/
21 #include "rbcodecconfig.h" 21 #include "rbcodecconfig.h"
22 22
23 .syntax unified
23/**************************************************************************** 24/****************************************************************************
24 * void sample_output_mono(struct sample_io_data *this, 25 * void sample_output_mono(struct sample_io_data *this,
25 * struct dsp_buffer *src, 26 * struct dsp_buffer *src,
diff --git a/lib/unwarminder/safe_read.S b/lib/unwarminder/safe_read.S
index ce4913870c..557f3dca31 100644
--- a/lib/unwarminder/safe_read.S
+++ b/lib/unwarminder/safe_read.S
@@ -20,6 +20,8 @@
20 ****************************************************************************/ 20 ****************************************************************************/
21#include "config.h" 21#include "config.h"
22 22
23.syntax unified
24
23.data 25.data
24was_aborted: 26was_aborted:
25 .word 0 27 .word 0