]> git.karo-electronics.de Git - karo-tx-linux.git/commit
scripts/sortextable: support objects with more than 64K sections.
authorJamie Iles <jamie.iles@oracle.com>
Tue, 5 Nov 2013 05:54:58 +0000 (16:54 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 5 Nov 2013 05:54:58 +0000 (16:54 +1100)
commit09392a0385bca21b5546b70a60a0dead37720c0f
tree143b12734e592a0d5f77eb0d910bd062bb1b5e73
parent494627b04b88f75398a4cfc06c906376f508f59a
scripts/sortextable: support objects with more than 64K sections.

Building with a large config and -ffunction-sections results in a large
number of sections and sortextable needs to be able to handle that.
Implement support for > 64K sections as modpost does.

Signed-off-by: Jamie Iles <jamie.iles@oracle.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Michal Marek <mmarek@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
scripts/sortextable.c
scripts/sortextable.h