diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-09-13 19:11:03 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-09-13 19:11:03 +0000 |
commit | fa1bd1e4fbf2669cc29d75e23050eba264968aab (patch) | |
tree | cc566d6494de3aba4042e72cb0380e3309ed43d7 /gdb/gdbserver/configure.srv | |
parent | 5ec6ebf9c973a91f36d0195650b5066ae5ba1cf2 (diff) | |
download | gdb-fa1bd1e4fbf2669cc29d75e23050eba264968aab.zip gdb-fa1bd1e4fbf2669cc29d75e23050eba264968aab.tar.gz gdb-fa1bd1e4fbf2669cc29d75e23050eba264968aab.tar.bz2 |
Add support for x86 LynxOS
This patch adds support for x86 LynxOS (tested on LynxOS 5.0).
gdb/gdbserver/ChangeLog:
* lynx-i386-low.c: New file.
* configure.srv: Add handling of i[34567]86-*-lynxos* targets.
Diffstat (limited to 'gdb/gdbserver/configure.srv')
-rw-r--r-- | gdb/gdbserver/configure.srv | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/gdbserver/configure.srv b/gdb/gdbserver/configure.srv index 8a14759..1e8fa30 100644 --- a/gdb/gdbserver/configure.srv +++ b/gdb/gdbserver/configure.srv @@ -93,6 +93,10 @@ case "${target}" in srv_linux_thread_db=yes ipa_obj="${ipa_i386_linux_regobj} linux-i386-ipa.o" ;; + i[34567]86-*-lynxos*) srv_regobj="i386.o" + srv_tgtobj="lynx-low.o lynx-i386-low.o" + srv_lynxos=yes + ;; i[34567]86-*-mingw32ce*) srv_regobj="$srv_i386_regobj" srv_tgtobj="i386-low.o win32-low.o win32-i386-low.o" |