mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
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:
parent
0bc3450e22
commit
b3f4b80fba
@ -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
|
||||
|
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user