diff options
author | Mark Kettenis <kettenis@gnu.org> | 2008-01-16 16:27:37 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2008-01-16 16:27:37 +0000 |
commit | 77d49ac627631c2dd8a52596d16b79e5a8d5b1aa (patch) | |
tree | 3a38b44e4b05c8b39f0d71e95f53b0b00e9e73fd /gdb/auxv.c | |
parent | ba759613c3627dc399eae13a23a65dbc4adf3778 (diff) | |
download | gdb-77d49ac627631c2dd8a52596d16b79e5a8d5b1aa.zip gdb-77d49ac627631c2dd8a52596d16b79e5a8d5b1aa.tar.gz gdb-77d49ac627631c2dd8a52596d16b79e5a8d5b1aa.tar.bz2 |
* auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS.
Diffstat (limited to 'gdb/auxv.c')
-rw-r--r-- | gdb/auxv.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -208,6 +208,8 @@ fprint_target_auxv (struct ui_file *file, struct target_ops *ops) _("Canonicalized file name given to execve"), str); TAG (AT_SUN_MMU, _("String for name of MMU module"), str); TAG (AT_SUN_LDDATA, _("Dynamic linker's data segment address"), hex); + TAG (AT_SUN_AUXFLAGS, + _("AF_SUN_ flags passed from the kernel"), hex); } fprintf_filtered (file, "%-4s %-20s %-30s ", |