commit | c10d6969b0958e151c9dd6cfae70ce8db9db3c7e | [log] [tgz] |
---|---|---|
author | Vineet Gupta <vgupta@synopsys.com> | Mon Oct 13 19:49:00 2014 +0530 |
committer | Vineet Gupta <vgupta@synopsys.com> | Fri Jun 19 18:09:37 2015 +0530 |
tree | 76b9e006665fa557c919c5bd8a943a88e9c367ce | |
parent | 4bf4564b27db18c77c82840025fbfdb0e62406cf [diff] |
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: Vineet Gupta <vgupta@synopsys.com>