gdb: Remove traces of h8300 ecoff support
authorPedro Alves <palves@redhat.com>
Wed, 11 Jul 2018 19:39:12 +0000 (20:39 +0100)
committerPedro Alves <palves@redhat.com>
Wed, 11 Jul 2018 19:39:12 +0000 (20:39 +0100)
commita6f88f6e4458e672b8a72ee0c0998fdc79cf601e
treea26fbfca6cf80efb9a38fd805c4cc9567ece1b87
parent16ff70ddd430b63ca4dd68bf1d52828f2ed4f030
gdb: Remove traces of h8300 ecoff support

There's this little bit of ecoff support in the h8300 port that I ran
into that I think we could remove.  Grepping around BFD, I don't think
ECOFF is supported for h8300.

And if not, I'm failing to see why we'd support ECOFF debug info in
ELF for h8300 (.mdebug).  It kind of seems like someone just installed
the set_gdbarch_ecoff_reg_to_regnum hook at the same time the dwarf2
and stabs hooks were installed.

I'm removing this so that greps for ecoff stuff only lead to MIPS, as
ISTR that Linux/MIPS support still relies on some subset of ECOFF for
something.

gdb/ChangeLog:
2018-07-11  Pedro Alves  <palves@redhat.com>

* h8300-tdep.c (h8300_gdbarch_init): Remove
set_gdbarch_ecoff_reg_to_regnum calls.
gdb/ChangeLog
gdb/h8300-tdep.c