aboutsummaryrefslogtreecommitdiff
path: root/bl2
diff options
context:
space:
mode:
authorJeenu Viswambharan <jeenu.viswambharan@arm.com>2014-01-16 17:30:39 +0000
committerDan Handley <dan.handley@arm.com>2014-01-17 10:27:53 +0000
commit3a4cae051af8fb129054c0aaf14dd3b7247f04f0 (patch)
tree69390ac8559682f750f287dd59b9a892e0c8a928 /bl2
parenteaec590e5fc2c7e3da8c353bd4139bd4b52b99c6 (diff)
downloadtrusted-firmware-a-3a4cae051af8fb129054c0aaf14dd3b7247f04f0.tar.gz
Change comments in assembler files to help ctags
Ctags seem to have a problem with generating tags for assembler symbols when a comment immediately follows an assembly label. This patch inserts a single space character between the label definition and the following comments to help ctags. The patch is generated by the command: git ls-files -- \*.S | xargs sed -i 's/^\([^:]\+\):;/\1: ;/1' Change-Id: If7a3c9d0f51207ea033cc8b8e1b34acaa0926475
Diffstat (limited to 'bl2')
-rw-r--r--bl2/aarch64/bl2_entrypoint.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/bl2/aarch64/bl2_entrypoint.S b/bl2/aarch64/bl2_entrypoint.S
index e5a673d9e0..ebb3b94bfd 100644
--- a/bl2/aarch64/bl2_entrypoint.S
+++ b/bl2/aarch64/bl2_entrypoint.S
@@ -38,7 +38,7 @@
.section .text, "ax"; .align 3
-bl2_entrypoint:; .type bl2_entrypoint, %function
+bl2_entrypoint: ; .type bl2_entrypoint, %function
/*---------------------------------------------
* Store the extents of the tzram available to
* BL2 for future use. Use the opcode param to