Skip to content
Commit aaeb0a89 authored by Albert Aribaud's avatar Albert Aribaud Committed by Wolfgang Denk
Browse files

ARM: fix linker file for newer ld support



older ld emitted all ELF relocations in input sections named
.rel.dyn, whereas newer ld uses names of the form .rel*. The
linker script only collected .rel.dyn input sections. Rewrite
to collect all .rel* input sections.

Signed-off-by: default avatarAlbert Aribaud <albert.aribaud@free.fr>
parent 227b7251
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment