rtld: teach LD_SHOW_AUXV about AT_USRSTACK*

Reviewed by:	brooks, imp (previous version)
Discussed with:	markj
Sponsored by:	The FreeBSD Foundation
MFC after:	2 weeks
Differential revision:	https://reviews.freebsd.org/D36540
This commit is contained in:
Konstantin Belousov 2022-09-15 13:16:30 +03:00
parent e03c7f5005
commit daa85548d5

View file

@ -6192,6 +6192,8 @@ static const struct auxfmt {
AUXFMT(AT_PS_STRINGS, "%p"),
AUXFMT(AT_FXRNG, "%p"),
AUXFMT(AT_KPRELOAD, "%p"),
AUXFMT(AT_USRSTACKBASE, "%#lx"),
AUXFMT(AT_USRSTACKLIM, "%#lx"),
};
static bool