diff options
author | Michael J. Eager <eager@eagercon.com> | 2023-10-07 15:29:54 -0700 |
---|---|---|
committer | Michael J. Eager <eager@eagercon.com> | 2023-10-07 15:33:10 -0700 |
commit | a3f612448356c1464b6b80265abf36b807c88b5d (patch) | |
tree | f77fb19fed6ffd59986b3ef93e1fc8691b64a184 /bfd/libbfd.h | |
parent | 6542e3df20652b96851c9f801ce199e3072792cf (diff) | |
download | gdb-a3f612448356c1464b6b80265abf36b807c88b5d.zip gdb-a3f612448356c1464b6b80265abf36b807c88b5d.tar.gz 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 'bfd/libbfd.h')
-rw-r--r-- | bfd/libbfd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h index d729dc4..d5f42f2 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -3010,7 +3010,6 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_MICROBLAZE_32_ROSDA", "BFD_RELOC_MICROBLAZE_32_RWSDA", "BFD_RELOC_MICROBLAZE_32_SYM_OP_SYM", - "BFD_RELOC_MICROBLAZE_32_NONE", "BFD_RELOC_MICROBLAZE_64_NONE", "BFD_RELOC_MICROBLAZE_64_GOTPC", "BFD_RELOC_MICROBLAZE_64_GOT", |