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-- 442 bytes
Makefile -rw-r--r-- 278 bytes
netlabel_addrlist.c -rw-r--r-- 10.3 KB
netlabel_addrlist.h -rw-r--r-- 6.2 KB
netlabel_cipso_v4.c -rw-r--r-- 21.2 KB
netlabel_cipso_v4.h -rw-r--r-- 4.8 KB
netlabel_domainhash.c -rw-r--r-- 20.7 KB
netlabel_domainhash.h -rw-r--r-- 3.4 KB
netlabel_kapi.c -rw-r--r-- 28.1 KB
netlabel_mgmt.c -rw-r--r-- 20.0 KB
netlabel_mgmt.h -rw-r--r-- 6.2 KB
netlabel_unlabeled.c -rw-r--r-- 41.7 KB
netlabel_unlabeled.h -rw-r--r-- 7.0 KB
netlabel_user.c -rw-r--r-- 3.2 KB
netlabel_user.h -rw-r--r-- 1.9 KB

back to top