From: Jeremy Fitzhardinge Date: Fri, 23 Jul 2010 05:58:01 +0000 (-0700) Subject: support multiple .discard.* sections to avoid section type conflicts X-Git-Tag: v2.6.36-rc1~551^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7f52cdc2f3e1733d3864e439ac2e92edd99ef31;p=pandora-kernel.git support multiple .discard.* sections to avoid section type conflicts gcc 4.4.4 will complain if you use a .discard section for both text and data ("causes a section type conflict"). Add support for ".discard.*" sections, and use .discard.text for a dummy function in the x86 RESERVE_BRK() macro. Signed-off-by: Jeremy Fitzhardinge --- Reading git-diff-tree failed