paulfloyd / freebsd_valgrind

Git repo used to Upstream the FreeBSD Port of Valgrind
GNU General Public License v2.0
15 stars 4 forks source link

none/tests/auxv needs extending for FreeBSD 13 #133

Closed paulfloyd closed 4 years ago

paulfloyd commented 4 years ago

auxv contains further elements

#define AT_BSDFLAGS     27      /* ELF BSD Flags. */
#define AT_ARGC         28      /* Argument count */
#define AT_ARGV         29      /* Argument vector */
#define AT_ENVC         30      /* Environment count */
#define AT_ENVV         31      /* Environment vector */
#define AT_PS_STRINGS   32      /* struct ps_strings */
paulfloyd commented 4 years ago

Done with commit 3c57292f61ff24909d6104c793d1e259d45499e7 and commit b937fdf579b0b10a862ab5461308450edaba221c