public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [RFA/commit] Add support for x86-lynxos cross debugger (as bareboard x86).
@ 2010-04-19 22:48 Joel Brobecker
  2010-04-27 21:03 ` Joel Brobecker
  0 siblings, 1 reply; 2+ messages in thread
From: Joel Brobecker @ 2010-04-19 22:48 UTC (permalink / raw)
  To: gdb-patches

Hello,

This is a fairly simple patch that we have had for a while.  LynxOS has
relatively few features, from a GDB perspective, and we've been using
a bareboard x86 debugger as our LynxOS cross-debugger.  So here is a patch
that make x86-lynxos an alias of bareboard x86.

On the other end of things, I'm still working on gdbserver support
for LynxOS - I'm just lacking the time to make significant progress.
But this is in the works (in the meantime, we're using gdbserver from
gdb-6.8 which is derived work from LinuxWorks' patch).

I wasn't sure whether this would be interesting or not for the FSF tree,
but since it's simple and unintrusive, I am suggesting it now... Any
objection?  I wasn't sure whether it warranted a NEWS entry either, since
it doesn't really add a new port, just an alias.  I suggest the NEWS entry
when I'm finally done with the gdbserver port.

gdb/ChangeLog:

        * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
        in terms of configuration.

Tested by building a cross-debugger with --target=i686-pc-lynxos
(host is x86_64-linux).

---
 gdb/configure.tgt |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index ee01608..eb2b996 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -15,7 +15,6 @@ case $targ in
  d10v-*-* | \
  hppa*-*-hiux* | \
  i[34567]86-ncr-* | \
- i[34567]86-*-lynxos* | \
  m68*-cisco*-* | \
  m68*-tandem-* | \
  m68*-*-os68k* | \
-- 
1.6.3.3

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [RFA/commit] Add support for x86-lynxos cross debugger (as  bareboard x86).
  2010-04-19 22:48 [RFA/commit] Add support for x86-lynxos cross debugger (as bareboard x86) Joel Brobecker
@ 2010-04-27 21:03 ` Joel Brobecker
  0 siblings, 0 replies; 2+ messages in thread
From: Joel Brobecker @ 2010-04-27 21:03 UTC (permalink / raw)
  To: gdb-patches

Hello,

> gdb/ChangeLog:
> 
>         * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
>         in terms of configuration.

Checked in.

-- 
Joel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-27 21:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-19 22:48 [RFA/commit] Add support for x86-lynxos cross debugger (as bareboard x86) Joel Brobecker
2010-04-27 21:03 ` Joel Brobecker

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).