From: Richard Earnshaw <rearnsha@arm.com>
To: Brendan Conoboy <blc@redhat.com>
Cc: gdb-patches@sources.redhat.com, Richard.Earnshaw@arm.com
Subject: Re: small configuration patch to add xscale-linux support
Date: Fri, 05 Sep 2003 10:17:00 -0000 [thread overview]
Message-ID: <200309051017.h85AHhX28658@pc960.cambridge.arm.com> (raw)
In-Reply-To: Your message of "Wed, 23 Jul 2003 12:23:45 MDT." <3F1ED2B1.8010503@redhat.com>
> This patch allows one to configure an xscale-linux-gnu gdb (which is
> essentially the same thing as arm-linux-gnu for gdb, but not for other
> tools). Works for me.
>
> -Brendan (blc@redhat.com)
>
> ChangeLog:
> Mon Jul 21 20:10:16 UTC 2003 Brendan Conoboy <blc@redhat.com>
>
> configure.host: Set gdb_host_cpu=arm when host_cpu=xscale
>
> gdbserver/ChangeLog:
> Mon Jul 21 20:09:34 UTC 2003 Brendan Conoboy <blc@redhat.com>
>
> configure.srv: Add xscale*linux copy of arm*linux entry.
Rather than copy the entry, I think you should just add an extra
alternative to the existing entry:
- arm*-*-linux*) srv_regobj=reg-arm.o
+ arm*-*-linux* | xscale*-*-linux*) srv_regobj=reg-arm.o
That keeps things more maintainable if the list of files ever change.
R.
prev parent reply other threads:[~2003-09-05 10:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-23 18:19 Brendan Conoboy
2003-07-23 21:06 ` Kevin Buettner
2003-07-23 21:46 ` Andrew Cagney
2003-08-08 0:48 ` Brendan Conoboy
2003-09-05 10:17 ` Richard Earnshaw [this message]
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=200309051017.h85AHhX28658@pc960.cambridge.arm.com \
--to=rearnsha@arm.com \
--cc=Richard.Earnshaw@arm.com \
--cc=blc@redhat.com \
--cc=gdb-patches@sources.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