From dee0c69c270296ee0a264102345cb10197169ea8 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 7 Sep 1995 16:14:43 +0000 Subject: [PATCH] * 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. --- binutils/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index d6fc87cca41..b5bf6540bb1 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,17 @@ +Thu Sep 7 12:12:17 1995 Ian Lance Taylor + + * 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 * Makefile.in (*.o): Remove incorrect dependencies on -- 2.30.2