* m68k-rtems*
@ 2005-03-18 9:44 Ralf Corsepius
2005-03-18 19:01 ` m68k-rtems* Mark Kettenis
0 siblings, 1 reply; 4+ messages in thread
From: Ralf Corsepius @ 2005-03-18 9:44 UTC (permalink / raw)
To: gdb-patches; +Cc: Joel Sherrill, Chris Johns
[-- Attachment #1: Type: text/plain, Size: 213 bytes --]
Hi,
The patch below restores m68k-rtems support, which somehow seems to have
gone lost in gdb, some (very long) time ago :).
I'd politely ask you to apply this patch to cvs-head and gdb-6_3-branch.
TIA,
Ralf
[-- Attachment #2: gdb-rtems-20050318.diff --]
[-- Type: text/x-patch, Size: 614 bytes --]
2005-03-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.tgt: Add m68*-*-rtems*.
Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.160
diff -u -r1.160 configure.tgt
--- configure.tgt 8 Mar 2005 08:59:46 -0000 1.160
+++ configure.tgt 18 Mar 2005 09:36:14 -0000
@@ -114,6 +114,7 @@
m68*-*-aout*) gdb_target=monitor ;;
m68*-*-coff*) gdb_target=monitor ;;
m68*-*-elf*) gdb_target=monitor ;;
+m68*-*-rtems*) gdb_target=monitor ;;
m68*-*-linux*) gdb_target=linux
build_gdbserver=yes
;;
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: m68k-rtems*
2005-03-18 9:44 m68k-rtems* Ralf Corsepius
@ 2005-03-18 19:01 ` Mark Kettenis
2005-03-19 8:21 ` m68k-rtems* Ralf Corsepius
0 siblings, 1 reply; 4+ messages in thread
From: Mark Kettenis @ 2005-03-18 19:01 UTC (permalink / raw)
To: ralf.corsepius; +Cc: gdb-patches, joel.sherrill, chrisj
From: Ralf Corsepius <ralf.corsepius@rtems.org>
Date: Fri, 18 Mar 2005 10:44:05 +0100
Hi,
The patch below restores m68k-rtems support, which somehow seems to have
gone lost in gdb, some (very long) time ago :).
I'd politely ask you to apply this patch to cvs-head and gdb-6_3-branch.
Checked in on mainline. What's your motivation for having this on
gdb-6_3-branch? That branch is basically dead now...
Mark
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: m68k-rtems*
2005-03-18 19:01 ` m68k-rtems* Mark Kettenis
@ 2005-03-19 8:21 ` Ralf Corsepius
2005-03-19 8:33 ` m68k-rtems* Ralf Corsepius
0 siblings, 1 reply; 4+ messages in thread
From: Ralf Corsepius @ 2005-03-19 8:21 UTC (permalink / raw)
To: Mark Kettenis; +Cc: gdb-patches, Joel Sherrill, Chris Johns
On Fri, 2005-03-18 at 20:00 +0100, Mark Kettenis wrote:
> From: Ralf Corsepius <ralf.corsepius@rtems.org>
> Date: Fri, 18 Mar 2005 10:44:05 +0100
>
> Hi,
>
> The patch below restores m68k-rtems support, which somehow seems to have
> gone lost in gdb, some (very long) time ago :).
>
> I'd politely ask you to apply this patch to cvs-head and gdb-6_3-branch.
>
> Checked in on mainline. What's your motivation for having this on
> gdb-6_3-branch? That branch is basically dead now...
We are about to prepare a new rtems-toolchain release and do not want to
base it on the latest current released version instead of some arbitrary
cvs-snapshots, because cvs-snapshots tend to be in very volatile shape.
To my knowledge gdb-6.3 is the latest released, current version, so
keeping the patches in gdb's official cvs, even if there won't be
another official release helps us to keep our effort small.
Ralf
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: m68k-rtems*
2005-03-19 8:21 ` m68k-rtems* Ralf Corsepius
@ 2005-03-19 8:33 ` Ralf Corsepius
0 siblings, 0 replies; 4+ messages in thread
From: Ralf Corsepius @ 2005-03-19 8:33 UTC (permalink / raw)
To: Mark Kettenis; +Cc: gdb-patches, Joel Sherrill, Chris Johns
On Sat, 2005-03-19 at 09:20 +0100, Ralf Corsepius wrote:
> On Fri, 2005-03-18 at 20:00 +0100, Mark Kettenis wrote:
> > From: Ralf Corsepius <ralf.corsepius@rtems.org>
> > Date: Fri, 18 Mar 2005 10:44:05 +0100
> >
> > Hi,
> >
> > The patch below restores m68k-rtems support, which somehow seems to have
> > gone lost in gdb, some (very long) time ago :).
> >
> > I'd politely ask you to apply this patch to cvs-head and gdb-6_3-branch.
> >
> > Checked in on mainline. What's your motivation for having this on
> > gdb-6_3-branch? That branch is basically dead now...
>
> We are about to prepare a new rtems-toolchain release and do not want to
Oops, nasty typo: s/do not want/want/g
> base it on the latest current released version instead of some arbitrary
> cvs-snapshots, because cvs-snapshots tend to be in very volatile shape.
>
> To my knowledge gdb-6.3 is the latest released, current version, so
> keeping the patches in gdb's official cvs, even if there won't be
> another official release helps us to keep our effort small.
For completeness: If you're going to release a new gdb-release in near
future (esp. accompanying GCC-4.0), then using gdb-cvs would also be
fine for us - If not, we'll have to stick to gdb-6.3.
Ralf
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-03-19 8:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-18 9:44 m68k-rtems* Ralf Corsepius
2005-03-18 19:01 ` m68k-rtems* Mark Kettenis
2005-03-19 8:21 ` m68k-rtems* Ralf Corsepius
2005-03-19 8:33 ` m68k-rtems* Ralf Corsepius
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox