From: Jozef Lawrynowicz Date: Fri, 13 Dec 2019 13:46:32 +0000 (+0000) Subject: MSP430: Relax target glob for configuring GDB X-Git-Url: http://git.efficios.com/?p=deliverable%2Fbinutils-gdb.git;a=commitdiff_plain;h=b3f4b80fba8bee1d1d2601424d0be0f2adcb0d79 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 * configure.tgt: Match msp430-*-elf* targets when configuring GDB. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ecd2124720..4f5138932b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2019-12-13 Jozef Lawrynowicz + + * configure.tgt: Match msp430-*-elf* targets when configuring GDB. + 2019-12-12 Tom Tromey * objfiles.h (struct objfile) : Now a diff --git a/gdb/configure.tgt b/gdb/configure.tgt index b3717c7a80..ab4c098c0d 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -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 ;;