kernel-ark/arch/sparc/kernel
Al Viro 83c4e43722 [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>
2005-08-19 15:56:37 -07:00
..
apc.c
asm-offsets.c
auxio.c
cpu.c
devices.c
ebus.c
entry.S
errtbls.c
etrap.S
head.S
idprom.c
init_task.c
ioport.c
irq.c
Makefile
module.c
muldiv.c
pcic.c
pmc.c
process.c
ptrace.c
rtrap.S
sclow.S
semaphore.c
setup.c
signal.c
smp.c
sparc_ksyms.c [SPARC]: Fix weak aliases 2005-08-19 15:56:37 -07:00
sparc-stub.c
sun4c_irq.c
sun4d_irq.c
sun4d_smp.c
sun4m_irq.c
sun4m_smp.c
sun4setup.c
sunos_asm.S
sunos_ioctl.c
sys_solaris.c
sys_sparc.c
sys_sunos.c
systbls.S [SPARC]: Add inotify syscall entries. 2005-07-27 14:14:39 -07:00
tadpole.c
tick14.c
time.c
trampoline.S
traps.c
unaligned.c
vmlinux.lds.S
windows.c
wof.S
wuf.S