Re: [PATCH] ipv4: only produce one record in fib_seq_show

David S. Miller (davem@redhat.com)
Sat, 19 Oct 2002 22:15:57 -0700 (PDT)


From: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
Date: Sun, 20 Oct 2002 02:08:49 -0300

BTW:

CONFIG_PROC_FS=y
[acme@oops net-2.5]$ l net/ipv4/built-in.o
-rw-rw-r-- 1 acme acme 328783 Out 20 01:44 net/ipv4/built-in.o

CONFIG_PROC_FS=n
[acme@oops net-2.5]$ l net/ipv4/built-in.o
-rw-rw-r-- 1 acme acme 320708 Out 20 02:03 net/ipv4/built-in.o

Do not be fooled by build-in.o raw file sizes, a lot of the stuff in
these unlinked objects are the unresolved symbol references that need
to be fixed up by the final link of the kernel image.

Type "objdump --reloc built-in.o" and watch it fly by the screen :-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/