Staging
v0.5.1
https://github.com/torvalds/linux
Revision a9c4814d8db200052c07d8b68e76c134682c4569 authored by Nicolas Pitre on 11 November 2005, 21:51:48 UTC, committed by Russell King on 11 November 2005, 21:51:48 UTC
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>
1 parent 7ba11a9
History
Tip revision: a9c4814d8db200052c07d8b68e76c134682c4569 authored by Nicolas Pitre on 11 November 2005, 21:51:48 UTC
[ARM] 3151/1: make various assembly local labels actually local (io-*.S)
Tip revision: a9c4814
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 391 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.2 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 61.1 KB
Makefile -rw-r--r-- 42.5 KB
README -rw-r--r-- 14.5 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top