From: Jozef Lawrynowicz <jozef.l@mittosystems.com>
To: gdb-patches@sourceware.org
Subject: [COMMITTED PATCH] MSP430: Relax target glob for configuring GDB
Date: Fri, 13 Dec 2019 14:10:00 -0000 [thread overview]
Message-ID: <20191213140959.4a79238a@jozef-kubuntu> (raw)
[-- Attachment #1: Type: text/plain, Size: 168 bytes --]
Committed a small change to the globs used to match the msp430 target
when configuring GDB. This is to enable support for the msp430-elfbare target
being added to GCC.
[-- Attachment #2: 0001-MSP430-Relax-target-glob-for-configuring-GDB.patch --]
[-- Type: text/x-patch, Size: 1239 bytes --]
From b3f4b80fba8bee1d1d2601424d0be0f2adcb0d79 Mon Sep 17 00:00:00 2001
From: Jozef Lawrynowicz <jozef.l@mittosystems.com>
Date: Fri, 13 Dec 2019 13:46:32 +0000
Subject: [PATCH] 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.
---
gdb/ChangeLog | 4 ++++
gdb/configure.tgt | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
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
;;
--
2.17.1
reply other threads:[~2019-12-13 14:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20191213140959.4a79238a@jozef-kubuntu \
--to=jozef.l@mittosystems.com \
--cc=gdb-patches@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