diff options
author | Mark Kettenis <kettenis@gnu.org> | 2003-06-13 17:49:52 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2003-06-13 17:49:52 +0000 |
commit | 1581182a448382596b344ebc0857138310bec402 (patch) | |
tree | 404eb14b35d6cea1a49b2ae45d15bb04c5c3b7ac /gdb/gdbserver | |
parent | 2fd303f5ffd904aeb5cf51980bec80bf5c381757 (diff) | |
download | gdb-1581182a448382596b344ebc0857138310bec402.zip gdb-1581182a448382596b344ebc0857138310bec402.tar.gz gdb-1581182a448382596b344ebc0857138310bec402.tar.bz2 |
From Kelley Cook <kelleycook@wideopenwest.com>:
* configure.host: Accept i[34567]86 variants.
* configure.tgt: Likewise.
* nlm/configure.in: Likewise.
* nlm/configure: Regenerated.
Diffstat (limited to 'gdb/gdbserver')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/gdbserver/configure.srv | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 3a324d6..8e95517 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,8 @@ +2003-06-13 Mark Kettenis <kettenis@gnu.org> + + From Kelley Cook <kelleycook@wideopenwest.com>: + * configure.srv: Accept i[34567]86 variants. + 2003-06-05 Daniel Jacobowitz <drow@mvista.com> * linux-low.c (linux_wait_for_event): Correct comment typos. diff --git a/gdb/gdbserver/configure.srv b/gdb/gdbserver/configure.srv index 28dc2aa..6ab60e9 100644 --- a/gdb/gdbserver/configure.srv +++ b/gdb/gdbserver/configure.srv @@ -23,7 +23,7 @@ case "${target}" in srv_linux_usrregs=yes srv_linux_thread_db=yes ;; - i[3456]86-*-linux*) srv_regobj=reg-i386-linux.o + i[34567]86-*-linux*) srv_regobj=reg-i386-linux.o srv_tgtobj="linux-low.o linux-i386-low.o i387-fp.o" srv_linux_usrregs=yes srv_linux_regsets=yes |