MSP430: Relax target glob for configuring GDB
authorJozef Lawrynowicz <jozef.l@mittosystems.com>
Fri, 13 Dec 2019 13:46:32 +0000 (13:46 +0000)
committerJozef Lawrynowicz <jozef.l@mittosystems.com>
Fri, 13 Dec 2019 13:46:32 +0000 (13:46 +0000)
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.

gdb/ChangeLog
gdb/configure.tgt

index ecd21247200688dc26a35a05139dcf799cff04ad..4f5138932b18a1a4ec885a3b9514c04874753e3c 100644 (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
index b3717c7a80cff31780b2773956ef408f6744e92a..ab4c098c0dadcbc60e78e7e2cee19cbb284479e1 100644 (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
        ;;
This page took 0.046977 seconds and 4 git commands to generate.