diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-07 16:14:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-07 16:14:43 +0000 |
commit | dee0c69c270296ee0a264102345cb10197169ea8 (patch) | |
tree | a85444d4c2348a0691d9e364c1f76ac1e194f1d2 /binutils | |
parent | 36ea6198a7af3c461b81d0065047be9d747c9b8f (diff) | |
download | gdb-dee0c69c270296ee0a264102345cb10197169ea8.zip gdb-dee0c69c270296ee0a264102345cb10197169ea8.tar.gz gdb-dee0c69c270296ee0a264102345cb10197169ea8.tar.bz2 |
* nm.c (value_format): Initialize based on BFD64 and
BFD_HOST_64BIT_LONG.
(print_radix): New static variable.
(set_print_radix): Set print_radix. Adjust changes to
value_format.
(print_value): New static function, to print 64 bit octal and
decimal values correctly.
(print_symbol_info_bsd): Check BFD64, not BFD_HOST_64_BIT. Use
print_value.
(print_symbol_info_sysv): Use print_value.
(print_symbol_info_posix): Likewise.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index d6fc87c..b5bf654 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,17 @@ +Thu Sep 7 12:12:17 1995 Ian Lance Taylor <ian@cygnus.com> + + * nm.c (value_format): Initialize based on BFD64 and + BFD_HOST_64BIT_LONG. + (print_radix): New static variable. + (set_print_radix): Set print_radix. Adjust changes to + value_format. + (print_value): New static function, to print 64 bit octal and + decimal values correctly. + (print_symbol_info_bsd): Check BFD64, not BFD_HOST_64_BIT. Use + print_value. + (print_symbol_info_sysv): Use print_value. + (print_symbol_info_posix): Likewise. + Wed Sep 6 15:02:55 1995 Ian Lance Taylor <ian@cygnus.com> * Makefile.in (*.o): Remove incorrect dependencies on |