Staging
v0.5.1
https://github.com/torvalds/linux
Revision 7ba11a9c1598ced7d719648a5998a2a81ba06dc9 authored by Nicolas Pitre on 11 November 2005, 21:51:47 UTC, committed by Russell King on 11 November 2005, 21:51:47 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 388f7ef
History
Tip revision: 7ba11a9c1598ced7d719648a5998a2a81ba06dc9 authored by Nicolas Pitre on 11 November 2005, 21:51:47 UTC
[ARM] 3150/1: make various assembly local labels actually local (uaccess.S)
Tip revision: 7ba11a9
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