]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: assembler.h: Add string declaration macro
authorDave Martin <dave.martin@linaro.org>
Thu, 23 Jun 2011 16:10:05 +0000 (17:10 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:34:22 +0000 (08:34 +0200)
commit8c0ec374b33f971d9eb17d814e560b58e3d29bc9
tree3dcfd661bb5beb8666397b0ae801807247f95539
parent1354c0de6650d7610ad6f38584964d1862bd2593
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>
Signed-off-by: Huang Shijie <b32955@freescale.com>
arch/arm/include/asm/assembler.h