From: Kaushik Phatak <Kaushik.Phatak@kpitcummins.com>
To: Pedro Alves <palves@redhat.com>
Cc: "binutils@sourceware.org" <binutils@sourceware.org>,
"gdb-patches@sourceware.org" <gdb-patches@sourceware.org>,
Joel Brobecker <brobecker@adacore.com>,
"gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org>
Subject: RE: [RFA] New port: CR16: BFD Changes required by the gdb port
Date: Tue, 15 Jan 2013 09:24:00 -0000 [thread overview]
Message-ID: <C6CA53A2A46BA7469348BDBD663AB65848567821@KCHJEXMB02.kpit.com> (raw)
In-Reply-To: <50EC5D58.3010503@redhat.com>
Hi Pedro,
>> - cr16-*-*)
>> - noconfigdirs="$noconfigdirs gdb"
>> - ;;
>> Dunno why these were removed with that merge. The
>> ChangeLog entries brought in don't seen to mention these changes.
Thanks for looking this up.
The below patch includes these above entries into configure.ac and
configure(regenerated). Not sure if this should be submitted to gcc-patches,
adding them in cc.
Additionally, I have tried to answer queries related to my gdbserver port here,
http://sourceware.org/ml/gdb-patches/2012-12/msg00832.html
Let me know if you have any comments on the same.
Thanks,
Kaushik
2013-01-15 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
* configure.ac (cr16-*-*): Adding cr16 target.
* configure (cr16-*-*): Regenerate.
Index: configure
===================================================================
RCS file: /cvs/src/src/configure,v
retrieving revision 1.440
diff -u -a -r1.440 configure
--- configure 16 Dec 2012 07:10:07 -0000 1.440
+++ configure 15 Jan 2013 07:30:06 -0000
@@ -3600,6 +3600,9 @@
tic54x-*-*)
noconfigdirs="$noconfigdirs target-libgloss gdb"
;;
+ cr16-*-*)
+ noconfigdirs="$noconfigdirs target-libgloss"
+ ;;
d10v-*-*)
noconfigdirs="$noconfigdirs target-libgloss"
;;
Index: configure.ac
===================================================================
RCS file: /cvs/src/src/configure.ac,v
retrieving revision 1.184
diff -u -a -r1.184 configure.ac
--- configure.ac 16 Dec 2012 07:10:07 -0000 1.184
+++ configure.ac 15 Jan 2013 07:30:06 -0000
@@ -939,6 +939,9 @@
tic54x-*-*)
noconfigdirs="$noconfigdirs target-libgloss gdb"
;;
+ cr16-*-*)
+ noconfigdirs="$noconfigdirs target-libgloss"
+ ;;
d10v-*-*)
noconfigdirs="$noconfigdirs target-libgloss"
;;
next prev parent reply other threads:[~2013-01-15 9:24 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-26 7:04 Kaushik Phatak
2012-12-14 18:52 ` Pedro Alves
2012-12-28 12:18 ` Kaushik Phatak
2013-01-02 13:14 ` nick clifton
2013-01-03 11:16 ` Kaushik Phatak
2013-01-07 15:11 ` nick clifton
2013-01-08 11:24 ` Kaushik Phatak
2013-01-08 17:54 ` Pedro Alves
2013-01-15 9:24 ` Kaushik Phatak [this message]
2013-01-02 14:19 ` Tom Tromey
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=C6CA53A2A46BA7469348BDBD663AB65848567821@KCHJEXMB02.kpit.com \
--to=kaushik.phatak@kpitcummins.com \
--cc=binutils@sourceware.org \
--cc=brobecker@adacore.com \
--cc=gcc-patches@gcc.gnu.org \
--cc=gdb-patches@sourceware.org \
--cc=palves@redhat.com \
/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