aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorMichael J. Eager <eager@eagercon.com>2023-10-07 15:29:54 -0700
committerMichael J. Eager <eager@eagercon.com>2023-10-07 15:33:10 -0700
commita3f612448356c1464b6b80265abf36b807c88b5d (patch)
treef77fb19fed6ffd59986b3ef93e1fc8691b64a184 /binutils
parent6542e3df20652b96851c9f801ce199e3072792cf (diff)
downloadfsf-binutils-gdb-a3f612448356c1464b6b80265abf36b807c88b5d.zip
fsf-binutils-gdb-a3f612448356c1464b6b80265abf36b807c88b5d.tar.gz
fsf-binutils-gdb-a3f612448356c1464b6b80265abf36b807c88b5d.tar.bz2
Revert "opcodes: microblaze: Add new bit-field instructions"
This reverts commit 6bbf249557ba17cfebe01c67370df4da9e6a56f9. Maciej W. Rozycki <macro@orcam.me.uk>: 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) ...
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;
}