On Tue, 15 Oct 2002 13:10:37 -0700 (PDT),
"David S. Miller" [off-list ref] wrote:
Yes, the size of the *.o files in the security directory can be shrunk a
bit:
text data bss dec hex filename
6765 776 8 7549 1d7d built-in.o
3280 392 4 3676 e5c capability.o
1772 384 0 2156 86c dummy.o
1713 0 4 1717 6b5 security.o
It's a whopping 32K on sparc64, and that is only counting
the security/*.o objects.
<nitpick>
Double counting: built-in.o == (capability.o + dummy.o + security.o)
</nitpick>