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-- 3.6 KB
Makefile -rw-r--r-- 518 bytes
l2tp_core.c -rw-r--r-- 50.5 KB
l2tp_core.h -rw-r--r-- 9.1 KB
l2tp_debugfs.c -rw-r--r-- 9.1 KB
l2tp_eth.c -rw-r--r-- 8.3 KB
l2tp_ip.c -rw-r--r-- 15.7 KB
l2tp_ip6.c -rw-r--r-- 19.2 KB
l2tp_netlink.c -rw-r--r-- 23.2 KB
l2tp_ppp.c -rw-r--r-- 48.1 KB

back to top