Staging
v0.5.1
https://github.com/torvalds/linux
Revision 8adbb3718d6cead304f84f7dd60ad65274df0b15 authored by Nicolas Pitre on 11 November 2005, 21:51:49 UTC, committed by Russell King on 11 November 2005, 21:51:49 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 a9c4814
History
Tip revision: 8adbb3718d6cead304f84f7dd60ad65274df0b15 authored by Nicolas Pitre on 11 November 2005, 21:51:49 UTC
[ARM] 3152/1: make various assembly local labels actually local (the rest)
Tip revision: 8adbb37
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