On 21 Nov 2022 12:06, Aleksandar Rikalo wrote: > --- a/gdb/configure.tgt > +++ b/gdb/configure.tgt > @@ -448,6 +448,16 @@ msp430-*-elf*) > gdb_target_obs="msp430-tdep.o" > ;; > > +mt-*-*) > + # Target: Morpho Technologies ms1 processor > + gdb_target_obs="mt-tdep.o" > + ;; this patch is about nanomips, not this thing > --- /dev/null > +++ b/gdb/nanomips-tdep.c this file seems to duplicate a lot of existing mips-tdep.c logic. can't they be merged/kept in sync better ? -mike