From: H. Peter Anvin Date: Mon, 30 Jun 2008 21:42:18 +0000 (-0700) Subject: x86: remove arbitrary ELF section limit in i386 relocatable kernel X-Git-Tag: v2.6.27-rc1~1106^2~250^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=908ec7afacfdc83dc10938ed1d3c38b3526034ec;p=pandora-kernel.git x86: remove arbitrary ELF section limit in i386 relocatable kernel Impact: build failure in maximal configurations The 32-bit x86 relocatable kernel requires an auxilliary host program to process the relocations. This program had a hard-coded arbitrary limit of a 100 ELF sections. Instead of a hard-coded limit, allocate the structures dynamically. Signed-off-by: H. Peter Anvin Acked-by: Vivek Goyal --- Reading git-diff-tree failed