Thomas Hebb 16089f320a opcodes: don't assume ELF in riscv, csky, rl78, mep disassemblers
Currently, the get_disassembler() implementations for riscv, csky, and
rl78--and mep_print_insn() for mep--access ELF variants of union fields
without first checking that the bfd actually represents an ELF.  This
causes undefined behavior and crashes when disassembling non-ELF files
(the "binary" BFD, for example).  Fix that.
2022-04-30 19:21:11 +09:30
..
2020-09-18 10:04:23 -07:00
2022-01-22 12:08:55 +00:00
2021-03-31 10:49:23 +10:30
2020-10-05 14:20:15 +01:00