Skip to content
Commit d65283f7 authored by Vineet Gupta's avatar Vineet Gupta
Browse files

ARC: module: elide loop to save reference to .eh_frame



The loop was really needed in .debug_frame regime where wanted make it
as SH_ALLOC so that apply_relocate_add() would process it. That's not
needed for .eh_frame, so we check this in apply_relocate_add() which
gets called for each section.

Note that we need to save reference to "section name strings" section in
module_frob_arch_sections() since apply_relocate_add() doesn't get that

Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent f644e368
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