mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
arm: enable unified assembly syntax in more files
This makes these files compileable, or in some cases less broken, on Cortex-M targets. In lcd-16bit.c, newer versions of GAS complain about the infix condition codes so we use the suffix form instead, which requires unified syntax to compile on GCC 4.9. Change-Id: If45166d3fc83d64c692cbb331096a966397aa9e9
This commit is contained in:
parent
639b587fc7
commit
a0bfcd77c8
12 changed files with 16 additions and 2 deletions
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
.syntax unified
|
||||
.section .text, "ax", %progbits
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
.syntax unified
|
||||
.section .text, "ax", %progbits
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue