gdb: Fix ARI warnings in or1k-tdep.c
authorStafford Horne <shorne@gmail.com>
Wed, 13 Dec 2017 15:00:51 +0000 (00:00 +0900)
committerStafford Horne <shorne@gmail.com>
Wed, 13 Dec 2017 15:00:51 +0000 (00:00 +0900)
commit9664701462aec634d304923df8dc9c52c5a92caf
tree719f284cc2b48d5358152d8822e21cffd581048a
parent3bbd9f1877bfc5f37ebff1fef2af9eb783f49ace
gdb: Fix ARI warnings in or1k-tdep.c

Fix a few issues not using the gettext _() wrapper and issues where
we are using %p directly instead of the dedicated host/target functions.

gdb/ChangeLog:

yyyy-mm-dd  Stafford Horne  <shorne@gmail.com>

* or1k-tdep.c (or1k_analyse_inst): Use _() wrapper for message
strings.
(or1k_unwind_pc): Use paddress() instead of %p.
(or1k_unwind_sp): Likewise.
(or1k_frame_cache): Use host_address_to_string()/paddress()
instead of %p and use _() wrapper for message strings.
gdb/ChangeLog
gdb/or1k-tdep.c
This page took 0.025681 seconds and 4 git commands to generate.