diff options
author | Alan Modra <amodra@gmail.com> | 2007-09-13 14:32:11 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-09-13 14:32:11 +0000 |
commit | 39dbeff83eda4b7d3c2799e698db3c047e9d3a22 (patch) | |
tree | 125c79d21e6ab63f84609ae25c2eb7c0db9a983b /binutils/ChangeLog | |
parent | 17b6b921e4dc4f844f946b17d4e7685c3a7018c0 (diff) | |
download | gdb-39dbeff83eda4b7d3c2799e698db3c047e9d3a22.zip gdb-39dbeff83eda4b7d3c2799e698db3c047e9d3a22.tar.gz gdb-39dbeff83eda4b7d3c2799e698db3c047e9d3a22.tar.bz2 |
* nm.c (value_format_64bit, set_print_radix, print_value): Handle
BFD_HOST_64BIT_LONG_LONG.
* readelf.c (print_dec_vma): Don't define if BFD_HOST_64BIT_LONG_LONG.
(print_vma): Handle BFD_HOST_64BIT_LONG_LONG.
(dump_relocations): Likewise. Expand _bfd_int64_low in a
number of places.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f3438f1..d7d5044 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,13 @@ +2007-09-13 Alan Modra <amodra@bigpond.net.au> + Zhou Drangon <drangon.mail@gmail.com> + + * nm.c (value_format_64bit, set_print_radix, print_value): Handle + BFD_HOST_64BIT_LONG_LONG. + * readelf.c (print_dec_vma): Don't define if BFD_HOST_64BIT_LONG_LONG. + (print_vma): Handle BFD_HOST_64BIT_LONG_LONG. + (dump_relocations): Likewise. Expand _bfd_int64_low in a + number of places. + 2007-09-11 Kai Tietz <kai.tietz@onevision.com> * rcparse.y: (string_data): Removed ill token removal. |