* elf-bfd.h (elfcore_write_s390_tdb): Add prototype.
[deliverable/binutils-gdb.git] / binutils / readelf.c
index 28172f22a3a2413d5103e6dfd9e0909a46620c48..266e37e792414c10c85492146bcd49be8eee6b54 100644 (file)
@@ -12843,6 +12843,8 @@ get_note_type (unsigned e_type)
        return _("NT_S390_LAST_BREAK (s390 last breaking event address)");
       case NT_S390_SYSTEM_CALL:
        return _("NT_S390_SYSTEM_CALL (s390 system call restart data)");
+      case NT_S390_TDB:
+       return _("NT_S390_TDB (s390 transaction diagnostic block)");
       case NT_ARM_VFP:
        return _("NT_ARM_VFP (arm VFP registers)");
       case NT_ARM_TLS:
This page took 0.028247 seconds and 4 git commands to generate.