diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-02-03 18:30:04 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-02-03 18:30:04 +0000 |
commit | ff97be0688bc838579e24b170efadc54a28ed8f6 (patch) | |
tree | e461b4da2a1f1930925e74312897031fc634a35f /gdb/ChangeLog | |
parent | 3327ccf79527582eefb7369281ccc1ecb7b268db (diff) | |
download | gdb-ff97be0688bc838579e24b170efadc54a28ed8f6.zip gdb-ff97be0688bc838579e24b170efadc54a28ed8f6.tar.gz gdb-ff97be0688bc838579e24b170efadc54a28ed8f6.tar.bz2 |
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index af536a7..ade4aa0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 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. + +2010-02-03 H.J. Lu <hongjiu.lu@intel.com> + * gdbarch.sh: Add qsupported. * gdbarch.c: Regenerated. |