Skip to content

Commit

Permalink
[ARM] 3150/1: make various assembly local labels actually local (uacc…
Browse files Browse the repository at this point in the history
…ess.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>
  • Loading branch information
Nicolas Pitre authored and Russell King committed Nov 11, 2005
1 parent 388f7ef commit 7ba11a9
Showing 1 changed file with 116 additions and 114 deletions.

0 comments on commit 7ba11a9

Please sign in to comment.