]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[ARM] 3151/1: make various assembly local labels actually local (io-*.S)
authorNicolas Pitre <nico@cam.org>
Fri, 11 Nov 2005 21:51:48 +0000 (21:51 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 11 Nov 2005 21:51:48 +0000 (21:51 +0000)
commita9c4814d8db200052c07d8b68e76c134682c4569
tree6e25edd9ef8f5dff48b718630410fe2679892a2b
parent7ba11a9c1598ced7d719648a5998a2a81ba06dc9
[ARM] 3151/1: make various assembly local labels actually local (io-*.S)

Patch from Nicolas Pitre

For assembly labels to actually be local they must start with ".L" and
not only "." otherwise they still remain visible in the final link and
clutter kallsyms needlessly, and possibly make for unclear symbolic
backtrace. This patch simply inserts a"L" where appropriate. The code
itself is unchanged.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/lib/io-acorn.S
arch/arm/lib/io-readsb.S
arch/arm/lib/io-readsw-armv3.S
arch/arm/lib/io-readsw-armv4.S
arch/arm/lib/io-writesb.S
arch/arm/lib/io-writesw-armv3.S
arch/arm/lib/io-writesw-armv4.S