git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66a625a
)
ARM: assembler.h: Add string declaration macro
author
Dave Martin
<dave.martin@linaro.org>
Thu, 23 Jun 2011 16:10:05 +0000
(17:10 +0100)
committer
Dave Martin
<dave.martin@linaro.org>
Thu, 7 Jul 2011 14:31:05 +0000
(15:31 +0100)
Declaring strings in assembler source involves a certain amount of
tedious boilerplate code in order to annotate the resulting symbol
correctly.
Encapsulating this boilerplate in a macro should help to avoid some
duplication and the occasional mistake.
Signed-off-by: Dave Martin <dave.martin@linaro.org>
Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
No differences found