summary refs log tree commit diff
path: root/fs/udf
diff options
context:
space:
mode:
authorAl Viro <viro@parcelfarce.linux.theplanet.co.uk>2005-08-19 15:56:37 -0700
committerDavid S. Miller <davem@davemloft.net>2005-08-19 15:56:37 -0700
commit83c4e43722a2c8a8438b8d165047720fd36aaea4 (patch)
treec00a39d711f43853ac42ff5e93fe0826fa5388e5 /fs/udf
parenta3f9985843b674cbcb58f39fab8416675e7ab842 (diff)
downloadlinux-83c4e43722a2c8a8438b8d165047720fd36aaea4.tar.gz
[SPARC]: Fix weak aliases
sparc_ksyms.c used to declare weak alias to several gcc intrinsics.  It
doesn't work with gcc4 anymore - it wants a declaration for the thing
we are aliasing to and that's not going to happen for something like
.mul, etc.  Replaced with direct injection of weak alias on the assembler
level - .weak <alias> followed by <alias> = <aliased>; that works on all
gcc versions.

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/udf')
0 files changed, 0 insertions, 0 deletions