diff options
author | Aleksandar Ristovski <aristovski@qnx.com> | 2009-07-06 18:31:20 +0000 |
---|---|---|
committer | Aleksandar Ristovski <aristovski@qnx.com> | 2009-07-06 18:31:20 +0000 |
commit | ac8c974e4fc01aa939e29bf9e20dc4e074eefbc8 (patch) | |
tree | 0c674c14944154c6dac7d14faae191c24be2effb /gdb/gdbserver/configure.srv | |
parent | e23578923827cd7506e82b255fb0ed3839b880f2 (diff) | |
download | gdb-ac8c974e4fc01aa939e29bf9e20dc4e074eefbc8.zip gdb-ac8c974e4fc01aa939e29bf9e20dc4e074eefbc8.tar.gz gdb-ac8c974e4fc01aa939e29bf9e20dc4e074eefbc8.tar.bz2 |
Adding Neutrino gdbserver.
* configure: Regenerated.
* configure.ac: Add case for srv_qnx and set LIBS accordingly.
* configure.srv (i[34567]86-*-nto*): New target.
* nto-low.c, nto-low.h, nto-x86-low.c: New files.
* remote-utils.c [__QNX__]: Include sys/iomgr.h
(nto_comctrl) [__QNX__]: New function.
(enable_async_io, disable_async_io) [__QNX__]: Call nto_comctrl.
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 0fc0d85..b3ab622 100644 --- a/gdb/gdbserver/configure.srv +++ b/gdb/gdbserver/configure.srv @@ -74,6 +74,10 @@ case "${target}" in srv_tgtobj="i386-low.o win32-low.o win32-i386-low.o" srv_mingw=yes ;; + i[34567]86-*-nto*) srv_regobj=reg-i386.o + srv_tgtobj="nto-low.o nto-x86-low.o" + srv_qnx="yes" + ;; ia64-*-linux*) srv_regobj=reg-ia64.o srv_tgtobj="linux-low.o linux-ia64-low.o" srv_linux_usrregs=yes |