Blackfin: Fix link errors with binutils 2.19 and GCC 4.3
authorIngo Molnar <mingo@elte.hu>
Tue, 18 Aug 2009 16:45:25 +0000 (16:45 +0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 17 Sep 2009 02:10:30 +0000 (22:10 -0400)
commit8d7ac69ffaf740cdf98bdd5073c2d70a8828200e
tree4889e0afc7ed6b7e197b7240a6db5ac214d1f613
parent1794131471ba19c7e30610515074b520cb34d3bb
Blackfin: Fix link errors with binutils 2.19 and GCC 4.3

Not sure whether this has been reported/fixed before.

Today I built a Blackfin tool-chain from scratch for -tip testing,
and it triggers:

 arch/blackfin/kernel/vmlinux.lds:1238: undefined section `.data_a_l1' referenced in expression

and:

 arch/blackfin/kernel/vmlinux.lds:1238: undefined section `.text_data_l1'
referenced in expression

Now i dont have any way to test this linker script, but it now at
least builds fine after fixing what appears to be typos in those
assert statements.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/kernel/vmlinux.lds.S