ARM: assembler.h: Add string declaration macro
authorDave Martin <dave.martin@linaro.org>
Thu, 23 Jun 2011 16:10:05 +0000 (17:10 +0100)
committerDave 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