From: Denys Vlasenko Date: Wed, 28 Jul 2010 23:47:53 +0000 (+0200) Subject: modpost: support objects with more than 64k sections X-Git-Tag: v2.6.36-rc1~548^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ce53adf13a54375d2a5c7cdbe341b2558389615;p=pandora-kernel.git modpost: support objects with more than 64k sections This patch makes modpost able to process object files with more than 64k sections. Needed for huge kernel builds (allyesconfig, for example) with -ffunction-sections. 64k sections handling is covered, for example, by this document: "IA-64 gABI Proposal 74: Section Indexes" http://www.codesourcery.com/public/cxx-abi/abi/prop-74-sindex.html Signed-off-by: Denys Vlasenko Signed-off-by: Anders Kaseorg Acked-by: Sam Ravnborg Cc: Rusty Russell Cc: Andi Kleen Signed-off-by: Michal Marek --- Reading git-diff-tree failed