]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/remote.c
Pass target_gdbarch to gdbarch_qsupported.
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 3 Feb 2010 18:30:04 +0000 (18:30 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 3 Feb 2010 18:30:04 +0000 (18:30 +0000)
commitff97be0688bc838579e24b170efadc54a28ed8f6
treee461b4da2a1f1930925e74312897031fc634a35f
parent3327ccf79527582eefb7369281ccc1ecb7b268db
Pass target_gdbarch to gdbarch_qsupported.

2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>

* remote.c (remote_state): Remove gdbarch.
(init_remote_state): Don't set gdbarch.
(remote_query_supported): Pass target_gdbarch instead of
rs->gdbarch to gdbarch_qsupported.
gdb/ChangeLog
gdb/remote.c