aboutsummaryrefslogtreecommitdiff
path: root/scripts/sortextable.c
Commit message (Collapse)AuthorAgeFilesLines
* scripts/sortextable: support objects with more than 64K sections.Jamie Iles2018-11-291-0/+24
| | | | | | | | | | | | 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> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* scripts: remove unused function in sortextable.cRamkumar Ramachandra2017-04-111-8/+0
| | | | | | Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com> Acked-by: David Daney <david.daney@cavium.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
* first commitMeizu OpenSource2016-08-151-0/+324