]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/readelf.c
bfd/binutils: support for gdb target descriptions in the core file
[thirdparty/binutils-gdb.git] / binutils / readelf.c
index c862839b4cf27cbe75265baca4a82f27ce947943..fe58ebf6ac4130ff1a7ad4a868d3e6400f7a868f 100644 (file)
@@ -18499,6 +18499,8 @@ get_note_type (Filedata * filedata, unsigned e_type)
        return _("NT_PRPSINFO (prpsinfo structure)");
       case NT_TASKSTRUCT:
        return _("NT_TASKSTRUCT (task structure)");
+      case NT_GDB_TDESC:
+        return _("NT_GDB_TDESC (GDB XML target description)");
       case NT_PRXFPREG:
        return _("NT_PRXFPREG (user_xfpregs structure)");
       case NT_PPC_VMX: