From be7d7f9f510a5e3241979cc55772197cd16e2037 Mon Sep 17 00:00:00 2001 From: Roberto Vargas Date: Mon, 30 Apr 2018 17:58:58 +0100 Subject: [PATCH] Remove string concatenation in assembler files Clang assembler doesn't support concatenation of adjacent strings. Change-Id: I092a1e30c137d431c6adcc13519fc2d595f92f14 Signed-off-by: Roberto Vargas --- include/plat/arm/common/aarch64/arm_macros.S | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/plat/arm/common/aarch64/arm_macros.S b/include/plat/arm/common/aarch64/arm_macros.S index 12bf734b5..7953d7e24 100644 --- a/include/plat/arm/common/aarch64/arm_macros.S +++ b/include/plat/arm/common/aarch64/arm_macros.S @@ -22,8 +22,7 @@ icc_regs: /* Registers common to both GICv2 and GICv3 */ gicd_pend_reg: - .asciz "gicd_ispendr regs (Offsets 0x200 - 0x278)\n" \ - " Offset:\t\t\tvalue\n" + .asciz "gicd_ispendr regs (Offsets 0x200 - 0x278)\n Offset:\t\t\tvalue\n" newline: .asciz "\n" spacer: