MSP430: Relax target glob for configuring GDB

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.
This commit is contained in:
Jozef Lawrynowicz 2019-12-13 13:46:32 +00:00
parent 0bc3450e22
commit b3f4b80fba
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -454,7 +454,7 @@ mn10300-*-*)
gdb_sim=../sim/mn10300/libsim.a
;;
msp430*-*-elf)
msp430-*-elf*)
gdb_target_obs="msp430-tdep.o"
gdb_sim=../sim/msp430/libsim.a
;;