* auxv.c (fprint_target_auxv): Handle extended cache data tags.
authorIain Sandoe <iain@codesourcery.com>
Thu, 28 Jun 2012 09:13:22 +0000 (09:13 +0000)
committerIain Sandoe <iain@codesourcery.com>
Thu, 28 Jun 2012 09:13:22 +0000 (09:13 +0000)
gdb/ChangeLog
gdb/auxv.c

index abb6b5652146cf3bf7557b4450b503ab6fd12040..d291ae698af9289288dc976b6f7ff99009e7527e 100644 (file)
@@ -1,3 +1,7 @@
+2012-06-28  Iain Sandoe  <iain@codesourcery.com>
+
+       * auxv.c (fprint_target_auxv): Handle extended cache data tags.
+
 2012-06-27  Doug Evans  <dje@google.com>
 
        * dwarf2read.c (dwarf2_cu): Add ranges_base.
index 50720859e730a2e72916d2270262c220814b4afc..12dcb8929d0e02730db41acc08a365af988cb71e 100644 (file)
@@ -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);
This page took 0.039154 seconds and 4 git commands to generate.