From a3f612448356c1464b6b80265abf36b807c88b5d Mon Sep 17 00:00:00 2001 From: "Michael J. Eager" Date: Sat, 7 Oct 2023 15:29:54 -0700 Subject: Revert "opcodes: microblaze: Add new bit-field instructions" This reverts commit 6bbf249557ba17cfebe01c67370df4da9e6a56f9. Maciej W. Rozycki : Yet it has caused numerous regressions: microblaze-elf +FAIL: unordered .debug_info references to .debug_ranges microblaze-elf +FAIL: binutils-all/pr26548 microblaze-elf +FAIL: readelf -Wwi pr26548e (reason: unexpected output) microblaze-elf +FAIL: readelf --debug-dump=loc locview-1 (reason: unexpected output) Yet it has caused numerous regressions: microblaze-elf +FAIL: unordered .debug_info references to .debug_ranges microblaze-elf +FAIL: binutils-all/pr26548 microblaze-elf +FAIL: readelf -Wwi pr26548e (reason: unexpected output) ... --- binutils/readelf.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'binutils') 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; } -- cgit v1.1