projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9203ed
)
Remove string concatenation in assembler files
author
Roberto Vargas
<
[email protected]
>
Mon, 30 Apr 2018 16:58:58 +0000
(17:58 +0100)
committer
Roberto Vargas
<
[email protected]
>
Wed, 11 Jul 2018 08:23:01 +0000
(09:23 +0100)
Clang assembler doesn't support concatenation of adjacent strings.
Change-Id: I092a1e30c137d431c6adcc13519fc2d595f92f14
Signed-off-by: Roberto Vargas <
[email protected]
>
include/plat/arm/common/aarch64/arm_macros.S
patch
|
blob
|
history
diff --git
a/include/plat/arm/common/aarch64/arm_macros.S
b/include/plat/arm/common/aarch64/arm_macros.S
index 12bf734b53d00a1cbb8d84fa75780bf7c147aef2..7953d7e24e80de8ffd5bf6c01fdb986cb445f1fe 100644
(file)
--- 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: