aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRoberto Vargas <roberto.vargas@arm.com>2018-04-30 17:58:58 +0100
committerRoberto Vargas <roberto.vargas@arm.com>2018-07-11 09:23:01 +0100
commitbe7d7f9f510a5e3241979cc55772197cd16e2037 (patch)
treeb8b85c21696259759c5506571157452ec64fd75f /include
parenta9203edae7906490faebe0eb91825a0cf9a20783 (diff)
downloadplatform_external_arm-trusted-firmware-be7d7f9f510a5e3241979cc55772197cd16e2037.tar.gz
platform_external_arm-trusted-firmware-be7d7f9f510a5e3241979cc55772197cd16e2037.tar.bz2
platform_external_arm-trusted-firmware-be7d7f9f510a5e3241979cc55772197cd16e2037.zip
Remove string concatenation in assembler files
Clang assembler doesn't support concatenation of adjacent strings. Change-Id: I092a1e30c137d431c6adcc13519fc2d595f92f14 Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
Diffstat (limited to 'include')
-rw-r--r--include/plat/arm/common/aarch64/arm_macros.S3
1 files changed, 1 insertions, 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: