diff options
author | Nick Clifton <nickc@redhat.com> | 2007-04-02 16:51:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-04-02 16:51:13 +0000 |
commit | 970ccc773455dbe0a2ab943f110162ed87c580d8 (patch) | |
tree | 17f2e27e2c91c40a8cfbca677bc04f4bb77cf774 /bfd/ChangeLog | |
parent | f856040accecf254a5130936e69218ed935711a6 (diff) | |
download | gdb-970ccc773455dbe0a2ab943f110162ed87c580d8.zip gdb-970ccc773455dbe0a2ab943f110162ed87c580d8.tar.gz gdb-970ccc773455dbe0a2ab943f110162ed87c580d8.tar.bz2 |
PR binutils/4292
* bfd.c (bfd_fprintf_vma): Do not print addresses of 32-bit
targets as 64-bit values, even if running on a 64-bit host.
* coffgen.c (coff_print_symbol): Likewise.
* nm.c (value_format): Replace with value_format_32bit and
value_format_64bit.
(set_radix): Update setting of value_format.
(set_print_width): New function. Compute the address size of a
given bfd and set the print_width global appropriately.
(display_archive): Use set_print_width.
(display_file): Likewise,
(print_object_filename_sysv): Update use of print_width.
(print_archive_member_sysv): Likewise.
(print_symbol_filename_posix): Likewise.
(print_sumbol_info_bfd, print_symbol_info_sysv): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 948b4e3..96f8252 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2007-04-02 Nick Clifton <nickc@redhat.com> + + PR binutils/4292 + * bfd.c (bfd_fprintf_vma): Do not print addresses of 32-bit + targets as 64-bit values, even if running on a 64-bit host. + * coffgen.c (coff_print_symbol): Likewise. + 2007-03-29 Nick Clifton <nickc@redhat.com> PR binutils/4110 |