[ASM]: Code formatting only.

svn path=/trunk/; revision=75995
This commit is contained in:
Hermès Bélusca-Maïto 2017-09-30 10:29:06 +00:00
parent ff79952c22
commit 9f36a72013

View file

@ -193,7 +193,6 @@ resb MACRO name, size
__absolute__address__ = __absolute__address__ + size
ENDM
/* We need this to distinguish repeat from macros */
#define ENDR ENDM
@ -201,7 +200,7 @@ ENDM
#define LF 10
#define NUL 0
/* For compatibility with gas */
/* For compatibility with GAS */
#define CFI_STARTPROC
#define CFI_ENDPROC
#define CFI_ADJUST_CFA_OFFSET
@ -237,7 +236,7 @@ ENDM
.macro .PROC name
.func \name
#ifdef _X86_
/* x86 gas expects a label with _ prefix */
/* x86 GAS expects a label with _ prefix */
_\name:
#endif
\name: