rockbox/firmware/asm/arm
Aidan MacDonald 58b2e45782 Fix unified syntax in ARM inline assembly
GCC 4.9 always emits assembly with divided syntax. Setting unified
syntax in inline assembly causes the assembler to complain about
GCC's generated code, because the directive extends past the scope
of the inline asm. Fix this by setting divided mode at the end of
the inline assembly block.

The assembler directives are hidden behind macros because later
versions of GCC won't need this workaround: they can be told to
use the unified syntax with -masm-syntax-unified.

Change-Id: Ic09e729e5bbb6fd44d08dac348daf6f55c75d7d8
2023-03-23 18:16:33 +00:00
..
beep.c Split CPU-optimized beep code into the firmware/asm tree. 2012-02-18 04:50:33 -05:00
corelock.c Fix unified syntax in ARM inline assembly 2023-03-23 18:16:33 +00:00
ffs.S Move optimized ffs to firmware/asm, using the new automatic-asm-picking infrastructure. 2012-01-22 18:46:45 +01:00
lcd-as-memframe.S Using ARM Unified Assembler Language 2023-03-23 13:28:22 -04:00
memcpy.S Using ARM Unified Assembler Language 2023-03-23 13:28:22 -04:00
memmove.S Using ARM Unified Assembler Language 2023-03-23 13:28:22 -04:00
memset.S Using ARM Unified Assembler Language 2023-03-23 13:28:22 -04:00
memset16.S Using ARM Unified Assembler Language 2023-03-23 13:28:22 -04:00
pcm-mixer-armv4.c Revise the PCM callback system after adding multichannel audio. 2012-03-03 07:23:38 +01:00
pcm-mixer-armv5.c Revise the PCM callback system after adding multichannel audio. 2012-03-03 07:23:38 +01:00
pcm-mixer-armv6.c Revise the PCM callback system after adding multichannel audio. 2012-03-03 07:23:38 +01:00
pcm-mixer.c Move pcm_mixer helper routines to firmware/asm. 2012-01-22 18:46:45 +01:00
thread.c Fix unified syntax in ARM inline assembly 2023-03-23 18:16:33 +00:00
thread.h Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00