]> Git Repo - linux.git/commit - scripts/sortextable.h
scripts/sortextable: support objects with more than 64K sections.
authorJamie Iles <[email protected]>
Tue, 12 Nov 2013 23:06:51 +0000 (15:06 -0800)
committerLinus Torvalds <[email protected]>
Wed, 13 Nov 2013 03:09:00 +0000 (12:09 +0900)
commit59c36455d061e200f386e1817362f6afd6265b6a
treeecaf2b9b1282e3ecc24198c56005f79a16740ad1
parenta2529ad9e5bed1935ac30cbe5b53de805485b171
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 <[email protected]>
Cc: Rusty Russell <[email protected]>
Cc: Michal Marek <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
scripts/sortextable.c
scripts/sortextable.h
This page took 0.053271 seconds and 4 git commands to generate.