]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
fix a couple of FIXMEs
authorTom Tromey <tromey@redhat.com>
Mon, 25 Nov 2013 15:47:51 +0000 (08:47 -0700)
committerTom Tromey <tromey@redhat.com>
Fri, 6 Dec 2013 19:13:47 +0000 (12:13 -0700)
commit2b69941d0d6730f1968c41bee216d46de48b4839
tree4ae7e2eb1eb319f3ccd4eb33c69aade555fd5e9d
parentbf121224c754d7fd5d4f9a75ac33d6465977bdbb
fix a couple of FIXMEs

This fixes a couple of old "32x64" FIXME comments by using paddress
with current_gdbarch rather than hex_string and a cast to long.

2013-12-06  Tom Tromey  <tromey@redhat.com>

* cli/cli-cmds.c (edit_command): Use paddress, not hex_string.
(list_command): Likewise.
gdb/ChangeLog
gdb/cli/cli-cmds.c