diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-03-17 16:10:25 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-03-17 16:10:25 +0000 |
commit | f66c9f11b6a343a68f2e88b23a521334e257af0b (patch) | |
tree | f59f8b338c46da66d0e4abf43e7def50b6520d73 /gdb/ChangeLog | |
parent | 444269101d8823b47b500af288fd115ca1c074d9 (diff) | |
download | gdb-f66c9f11b6a343a68f2e88b23a521334e257af0b.zip gdb-f66c9f11b6a343a68f2e88b23a521334e257af0b.tar.gz gdb-f66c9f11b6a343a68f2e88b23a521334e257af0b.tar.bz2 |
* valprint.c (set_input_radix): Use input_radix.
(set_output_radix): Use output_radix.
(set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
isn't reverted.
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 8034264..00e74c7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2002-03-17 Andrew Cagney <ac131313@redhat.com> + + * valprint.c (set_input_radix): Use input_radix. + (set_output_radix): Use output_radix. + (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix + isn't reverted. + 2002-03-16 Andrew Cagney <ac131313@redhat.com> * value.h (struct value): Delete field ``substring_addr''. Change |