[PATCH] Support AT_USRSTACKBASE and AT_USRSTACKLIM.
Nick Clifton
nickc@redhat.com
Thu Sep 22 11:28:15 GMT 2022
More information about the Binutils mailing list
Thu Sep 22 11:28:15 GMT 2022
- Previous message (by thread): [PATCH] Support AT_USRSTACKBASE and AT_USRSTACKLIM.
- Next message (by thread): [PATCH] gprofng: fix -Wduplicated-cond warning
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi John, > diff --git a/include/elf/common.h b/include/elf/common.h > index ebcd8f9e82c..287526d74ed 100644 > --- a/include/elf/common.h > +++ b/include/elf/common.h > @@ -1405,6 +1405,8 @@ > #define AT_FREEBSD_PS_STRINGS 32 /* struct ps_strings. */ > #define AT_FREEBSD_FXRNG 33 /* Pointer to root RNG seed version. */ > #define AT_FREEBSD_KPRELOAD 34 /* Base of vdso. */ > +#define AT_FREEBSD_USRSTACKBASE 35 /* Top of user stack. */ > +#define AT_FREEBSD_USRSTACKLIM 36 /* Grow limit of user stack. */ This part of the patch is approved from a binutils point of view. Cheers Nick
- Previous message (by thread): [PATCH] Support AT_USRSTACKBASE and AT_USRSTACKLIM.
- Next message (by thread): [PATCH] gprofng: fix -Wduplicated-cond warning
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list