This enables support for the msp430-elfbare target being added to GCC.
gdb/ChangeLog:
2019-12-13 Jozef Lawrynowicz <jozef.l@mittosystems.com>
* configure.tgt: Match msp430-*-elf* targets when configuring GDB.
+2019-12-13 Jozef Lawrynowicz <jozef.l@mittosystems.com>
+
+ * configure.tgt: Match msp430-*-elf* targets when configuring GDB.
+
2019-12-12 Tom Tromey <tom@tromey.com>
* objfiles.h (struct objfile) <partial_symtabs>: Now a
gdb_sim=../sim/mn10300/libsim.a
;;
-msp430*-*-elf)
+msp430-*-elf*)
gdb_target_obs="msp430-tdep.o"
gdb_sim=../sim/msp430/libsim.a
;;