From 3b578f018ccfb653cd7e0f088bb3f73da13556ee Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sun, 29 Apr 2012 04:57:57 -0400 Subject: Fix 3g warning in dsp_arm.S (which showed as an error). Change-Id: Iccbeca66e809413dda90fec36439b4a180b8a879 --- lib/rbcodec/dsp/dsp_arm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rbcodec/dsp') diff --git a/lib/rbcodec/dsp/dsp_arm.S b/lib/rbcodec/dsp/dsp_arm.S index 9fd19ae108..04742f053a 100644 --- a/lib/rbcodec/dsp/dsp_arm.S +++ b/lib/rbcodec/dsp/dsp_arm.S @@ -414,7 +414,7 @@ pga_process: #define HIGH_PRECISION 0 #if CONFIG_CPU == PP5002 - .section .icode,"ax",%progbits + .section .icode #else .text #endif -- cgit v1.2.3