Decode DT_MIPS_RLD_MAP_REL.
authorkettenis <kettenis@openbsd.org>
Fri, 28 Oct 2022 15:26:46 +0000 (15:26 +0000)
committerkettenis <kettenis@openbsd.org>
Fri, 28 Oct 2022 15:26:46 +0000 (15:26 +0000)
ok deraadt@

gnu/usr.bin/binutils-2.17/binutils/readelf.c

index d0f16f3..a45527f 100644 (file)
@@ -1621,6 +1621,7 @@ get_mips_dynamic_type (unsigned long type)
     case DT_MIPS_COMPACT_SIZE: return "MIPS_COMPACT_SIZE";
     case DT_MIPS_GP_VALUE: return "MIPS_GP_VALUE";
     case DT_MIPS_AUX_DYNAMIC: return "MIPS_AUX_DYNAMIC";
+    case DT_MIPS_RLD_MAP_REL: return "MIPS_RLD_MAP_REL";
     default:
       return NULL;
     }