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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user