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
netfilter
Kconfig -rw-r--r-- 1.6 KB
Makefile -rw-r--r-- 474 bytes
br.c -rw-r--r-- 2.0 KB
br_device.c -rw-r--r-- 8.4 KB
br_fdb.c -rw-r--r-- 15.8 KB
br_forward.c -rw-r--r-- 6.1 KB
br_if.c -rw-r--r-- 9.4 KB
br_input.c -rw-r--r-- 5.6 KB
br_ioctl.c -rw-r--r-- 8.7 KB
br_multicast.c -rw-r--r-- 39.2 KB
br_netfilter.c -rw-r--r-- 28.3 KB
br_netlink.c -rw-r--r-- 5.9 KB
br_notify.c -rw-r--r-- 2.6 KB
br_private.h -rw-r--r-- 15.8 KB
br_private_stp.h -rw-r--r-- 1.9 KB
br_stp.c -rw-r--r-- 12.3 KB
br_stp_bpdu.c -rw-r--r-- 5.4 KB
br_stp_if.c -rw-r--r-- 7.4 KB
br_stp_timer.c -rw-r--r-- 4.5 KB
br_sysfs_br.c -rw-r--r-- 23.4 KB
br_sysfs_if.c -rw-r--r-- 7.6 KB

back to top