commit | 8f51965e7033441cb10ce577d1ef2d580a80af08 | [log] [tgz] |
---|---|---|
author | Dave Martin <dave.martin@linaro.org> | Thu Jun 23 17:10:05 2011 +0100 |
committer | Dave Martin <dave.martin@linaro.org> | Thu Jul 07 15:31:05 2011 +0100 |
tree | a8106696132fb714fc2998dbc624904fed9913f3 | |
parent | 66a625a88174664fc252d7b1ac1773e76e52326b [diff] |
ARM: assembler.h: Add string declaration macro 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>