aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2010-04-27 21:01:14 +0000
committerJoel Brobecker <brobecker@gnat.com>2010-04-27 21:01:14 +0000
commitdfd0fe27e3494cefbac2884a620e001c8c9060ac (patch)
treec8f96efb4fcc896395d82b60e828ce83eb2449f6
parent0133421afd5a6d8633c1fbbdb77af734960d7c73 (diff)
downloadgdb-dfd0fe27e3494cefbac2884a620e001c8c9060ac.zip
gdb-dfd0fe27e3494cefbac2884a620e001c8c9060ac.tar.gz
gdb-dfd0fe27e3494cefbac2884a620e001c8c9060ac.tar.bz2
Add support for x86-lynxos cross debugger (as bareboard x86).
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.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/configure.tgt1
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0bbf6ed..33ead66 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2010-04-27 Joel Brobecker <brobecker@adacore.com>
+
+ * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
+ in terms of configuration.
+
2010-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
* objfiles.c: Include solist.h.
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index ce063ef..97a532f 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* | \