From: Dave Martin Date: Thu, 23 Jun 2011 16:10:05 +0000 (+0100) Subject: ARM: assembler.h: Add string declaration macro X-Git-Tag: v3.1-rc1~258^2^2~3^2~11^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f51965e7033441cb10ce577d1ef2d580a80af08;p=pandora-kernel.git 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 Acked-by: Nicolas Pitre --- Reading git-diff-tree failed