]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Update GDB to use new AUXV entry types
authorLuis Machado <luis.machado@linaro.org>
Tue, 25 Feb 2020 00:04:05 +0000 (21:04 -0300)
committerLuis Machado <luis.machado@linaro.org>
Tue, 3 Mar 2020 13:29:57 +0000 (10:29 -0300)
commitbb7b70ab85fb9d185d1fa6bad192c90fe9c17ff3
tree95e3fe583c3cfb0a53369b8db02d8f469d121a31
parentb5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f
Update GDB to use new AUXV entry types

I noticed GDB didn't know a particular AT tag (51) when doing some debugging.
Turns out we're missing a few entries compared to glibc's headers.

This patch adds them to GDB and fixes a failure in gdb.base/auxv.exp as
a result.

gdb/ChangeLog:

2020-03-03  Luis Machado  <luis.machado@linaro.org>

* auxv.c (default_print_auxv_entry): Add new AUXV entries.
gdb/ChangeLog
gdb/auxv.c