/* Legal values for st_other field of Elf64_Sym. */ #define STO_ALPHA_NOPV 0x80 /* No PV required. */ #define STO_ALPHA_STD_GPLOAD 0x88 /* PV only used for initial ldgp. */
If you are using these, should ELF64_ST_VISIBILITY be extended?
No, these are not visibility flags. What we need here is a new ebl hook to let the backend accept more st_other bits.
Thanks, Roland