public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
From: gdb-buildbot@sergiodj.net
To: gdb-testers@sourceware.org
Subject: [binutils-gdb] MSP430: Relax target glob for configuring GDB
Date: Mon, 16 Dec 2019 03:00:00 -0000	[thread overview]
Message-ID: <b3f4b80fba8bee1d1d2601424d0be0f2adcb0d79@gdb-build> (raw)

*** TEST RESULTS FOR COMMIT b3f4b80fba8bee1d1d2601424d0be0f2adcb0d79 ***

commit b3f4b80fba8bee1d1d2601424d0be0f2adcb0d79
Author:     Jozef Lawrynowicz <jozef.l@mittosystems.com>
AuthorDate: Fri Dec 13 13:46:32 2019 +0000
Commit:     Jozef Lawrynowicz <jozef.l@mittosystems.com>
CommitDate: Fri Dec 13 13:46:32 2019 +0000

    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.

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  <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
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
 	;;


             reply	other threads:[~2019-12-16  2:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-16  3:00 gdb-buildbot [this message]
2019-12-16  2:44 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master gdb-buildbot
2019-12-16  3:35 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, " gdb-buildbot
2019-12-17  6:31 ` Failures on Fedora-i686, " gdb-buildbot
2019-12-17  6:31 ` Failures on Fedora-x86_64-cc-with-index, " gdb-buildbot
2019-12-17  6:48 ` Failures on Fedora-x86_64-m32, " gdb-buildbot
2019-12-17  6:57 ` Failures on Fedora-x86_64-m64, " gdb-buildbot
2019-12-17  7:11 ` Failures on Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
2019-12-17  7:25 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " gdb-buildbot
2019-12-17  7:34 ` Failures on Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b3f4b80fba8bee1d1d2601424d0be0f2adcb0d79@gdb-build \
    --to=gdb-buildbot@sergiodj.net \
    --cc=gdb-testers@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).