Skip to content
  • Ingo Molnar's avatar
    Blackfin: Fix link errors with binutils 2.19 and GCC 4.3 · 8d7ac69f
    Ingo Molnar authored
    
    
    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: default avatarIngo Molnar <mingo@elte.hu>
    Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
    8d7ac69f