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:
Carlo Caione 2020-11-11 14:29:44 +01:00 committed by Anas Nashif
commit a7d94b003e
4 changed files with 30 additions and 18 deletions

View file

@ -34,7 +34,6 @@ struct _callee_saved {
uint64_t x27;
uint64_t x28;
uint64_t x29; /* FP */
uint64_t xzr;
uint64_t sp;
};