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/reloc.c | |
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/reloc.c')
-rw-r--r-- | bfd/reloc.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index 3ea2afc..2ac883d 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -6695,12 +6695,6 @@ ENUMDOC This is a 32 bit reloc for the microblaze to handle expressions of the form "Symbol Op Symbol" ENUM - BFD_RELOC_MICROBLAZE_32_NONE -ENUMDOC - This is a 32 bit reloc that stores the 32 bit pc relative - value in two words (with an imm instruction). No relocation is - done here - only used for relaxing -ENUM BFD_RELOC_MICROBLAZE_64_NONE ENUMDOC This is a 64 bit reloc that stores the 32 bit pc relative |