bfd:
[deliverable/binutils-gdb.git] / binutils / readelf.c
index 3c8c020c7e211ddcb287c0e166146e8f115f1416..44feac42f48b1835998e1658f14b960f3508c4a0 100644 (file)
@@ -10822,11 +10822,10 @@ display_tic6x_attribute (unsigned char * p)
        }
       return p;
 
-    case 32:
-      /* Tag_compatibility - treated as generic by binutils for now
-        although not currently specified for C6X.  */
+    case Tag_ABI_compatibility:
       val = read_uleb128 (p, &len);
       p += len;
+      printf ("  Tag_ABI_compatibility: ");
       printf (_("flag = %d, vendor = %s\n"), val, p);
       p += strlen ((char *) p) + 1;
       return p;
This page took 0.023242 seconds and 4 git commands to generate.