diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-07-11 08:51:59 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-07-11 08:51:59 +0000 |
commit | e2ad119d2f303ac7205e3d6c9ed67c6d524c2f61 (patch) | |
tree | eaa7c4521c401f1bac64ddd7a809c1edb114b015 /gdb/TODO | |
parent | d730266bb0c67c82fd60fd1998bdcba2e1b5bb1c (diff) | |
download | gdb-e2ad119d2f303ac7205e3d6c9ed67c6d524c2f61.zip gdb-e2ad119d2f303ac7205e3d6c9ed67c6d524c2f61.tar.gz gdb-e2ad119d2f303ac7205e3d6c9ed67c6d524c2f61.tar.bz2 |
* printcmd.c (print_scalar_formatted): Move masking of 'a' address
from here.
(print_address_numeric): To here.
* TODO: Update.
Diffstat (limited to 'gdb/TODO')
-rw-r--r-- | gdb/TODO | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -117,6 +117,15 @@ BIG_ENDIAN and LITTLE_ENDIAN. -- +printcmd.c (print_address_numeric): + +NOTE: This assumes that the significant address information is kept in +the least significant bits of ADDR - the upper bits were either zero +or sign extended. Should ADDRESS_TO_POINTER() or some +ADDRESS_TO_PRINTABLE() be used to do the conversion? + +-- + Code Cleanups: General ====================== |