summaryrefslogtreecommitdiff
path: root/gdb/auxv.c
diff options
context:
space:
mode:
authoriains <iains>2012-06-28 09:13:21 +0000
committeriains <iains>2012-06-28 09:13:21 +0000
commitf790ccd747cd70e530d8ba4c50a9923ffa8504bd (patch)
treec83a11bef3c94cd02b48c06fd2c213fc851e8fe3 /gdb/auxv.c
parent8f490dc19b29ff49ce7ab8ea3073196ad7c68c4a (diff)
downloadgdb-f790ccd747cd70e530d8ba4c50a9923ffa8504bd.tar.gz
* auxv.c (fprint_target_auxv): Handle extended cache data tags.
Diffstat (limited to 'gdb/auxv.c')
-rw-r--r--gdb/auxv.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/auxv.c b/gdb/auxv.c
index 50720859e73..12dcb8929d0 100644
--- a/gdb/auxv.c
+++ b/gdb/auxv.c
@@ -445,6 +445,10 @@ fprint_target_auxv (struct ui_file *file, struct target_ops *ops)
TAG (AT_SECURE, _("Boolean, was exec setuid-like?"), dec);
TAG (AT_SYSINFO, _("Special system info/entry points"), hex);
TAG (AT_SYSINFO_EHDR, _("System-supplied DSO's ELF header"), hex);
+ TAG (AT_L1I_CACHESHAPE, _("L1 Instruction cache information"), hex);
+ TAG (AT_L1D_CACHESHAPE, _("L1 Data cache information"), hex);
+ TAG (AT_L2_CACHESHAPE, _("L2 cache information"), hex);
+ TAG (AT_L3_CACHESHAPE, _("L3 cache information"), hex);
TAG (AT_SUN_UID, _("Effective user ID"), dec);
TAG (AT_SUN_RUID, _("Real user ID"), dec);
TAG (AT_SUN_GID, _("Effective group ID"), dec);