aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
Diffstat (limited to 'binutils')
-rw-r--r--binutils/readelf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c
index 2e3c25f..c9b6210 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -15279,10 +15279,6 @@ is_8bit_abs_reloc (Filedata * filedata, unsigned int reloc_type)
return reloc_type == 54; /* R_RISCV_SET8. */
case EM_Z80:
return reloc_type == 1; /* R_Z80_8. */
- case EM_MICROBLAZE:
- return reloc_type == 33 /* R_MICROBLAZE_32_NONE. */
- || reloc_type == 0 /* R_MICROBLAZE_NONE. */
- || reloc_type == 9; /* R_MICROBLAZE_64_NONE. */
default:
return false;
}