arch: nios2: Remove unused absolute symbols
Removes NIOS2 specific unused absolute symbols that are defined via the GEN_ABSOLUTE_SYM() macro. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
This commit is contained in:
parent
6a9839f9c3
commit
d84582081f
|
@ -64,10 +64,4 @@ GEN_OFFSET_SYM(z_arch_esf_t, estatus);
|
|||
GEN_OFFSET_SYM(z_arch_esf_t, instr);
|
||||
GEN_ABSOLUTE_SYM(__z_arch_esf_t_SIZEOF, sizeof(z_arch_esf_t));
|
||||
|
||||
/*
|
||||
* size of the struct k_thread structure sans save area for floating
|
||||
* point regs
|
||||
*/
|
||||
GEN_ABSOLUTE_SYM(_K_THREAD_NO_FLOAT_SIZEOF, sizeof(struct k_thread));
|
||||
|
||||
GEN_ABS_SYM_END
|
||||
|
|
Loading…
Reference in a new issue