Revision 0032c857454581510de1ca12615de5e38e543c92 authored by David S. Miller on 03 December 2012, 19:24:25 UTC, committed by David S. Miller on 03 December 2012, 19:24:25 UTC
Newer versions of binutils mark '_end' as 'B' instead of 'A' for
whatever reason.

To be honest, the piggyback code doesn't actually care what kind
of symbol _start and _end are, it just wants to find them and
record the address.

So remove the type from the match strings.

Reported-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent de7531e
History
File Mode Size
Kconfig -rw-r--r-- 1.0 KB
Makefile -rw-r--r-- 420 bytes
af_rxrpc.c -rw-r--r-- 20.5 KB
ar-accept.c -rw-r--r-- 12.2 KB
ar-ack.c -rw-r--r-- 32.5 KB
ar-call.c -rw-r--r-- 21.2 KB
ar-connection.c -rw-r--r-- 22.9 KB
ar-connevent.c -rw-r--r-- 9.0 KB
ar-error.c -rw-r--r-- 5.7 KB
ar-input.c -rw-r--r-- 20.0 KB
ar-internal.h -rw-r--r-- 27.6 KB
ar-key.c -rw-r--r-- 28.5 KB
ar-local.c -rw-r--r-- 7.5 KB
ar-output.c -rw-r--r-- 18.0 KB
ar-peer.c -rw-r--r-- 7.2 KB
ar-proc.c -rw-r--r-- 5.0 KB
ar-recvmsg.c -rw-r--r-- 10.8 KB
ar-security.c -rw-r--r-- 5.6 KB
ar-skbuff.c -rw-r--r-- 3.4 KB
ar-transport.c -rw-r--r-- 7.1 KB
rxkad.c -rw-r--r-- 27.3 KB

back to top