mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
* MAINTAINERS: Change sh64-elf state to non-broken.
* Makefile.in: Fix dependencies for sh64-tdep.o. * configure.tgt: Add sh64-*-elf case. * sh-tdep.c (sh_gdbarch_init): Reactivate bfd_mach_sh5 case. * sh64-tdep.c: Rework to replace all deprecated mechanisms with modern methods. * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o. * config/sh/sh64.mt: Resurrect.
This commit is contained in:
@@ -2560,12 +2560,10 @@ sh_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
||||
sh_show_regs = sh4_nofpu_show_regs;
|
||||
break;
|
||||
|
||||
#if 0
|
||||
case bfd_mach_sh5:
|
||||
sh_show_regs = sh64_show_regs;
|
||||
/* SH5 is handled entirely in sh64-tdep.c */
|
||||
return sh64_gdbarch_init (info, arches);
|
||||
#endif
|
||||
}
|
||||
|
||||
/* If there is already a candidate, use it. */
|
||||
|
||||
Reference in New Issue
Block a user