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

ARC: entry.S: Ensure that restore_regs is local to compilation unit



This fixes the possible link/relo errors, since restore_regs will be
provided by ISA code, but called from ARC common code.
The .L prefix reassures binutils that it will be in same compilation
unit.

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