aarch64: Use absolute symbols for the callee saved registers
Use GEN_OFFSET_SYM macro to genarate absolute symbols for the _callee_saved struct and use these new symbols in the assembly code. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
parent
666974015e
commit
a7d94b003e
4 changed files with 30 additions and 18 deletions
|
@ -34,7 +34,6 @@ struct _callee_saved {
|
|||
uint64_t x27;
|
||||
uint64_t x28;
|
||||
uint64_t x29; /* FP */
|
||||
uint64_t xzr;
|
||||
uint64_t sp;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue