diff options
author | Cary Coutant <ccoutant@google.com> | 2009-08-24 18:43:50 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2009-08-24 18:43:50 +0000 |
commit | 765abe2bec27ba6c69d53f3aee078749fc6df3c0 (patch) | |
tree | 73ca4710582c7bffad66d83dcf791f20dedbf0ee /binutils/ChangeLog | |
parent | 43e56c3465048924a6b985e0e75bfe2a7ccaef0e (diff) | |
download | binutils-gdb-765abe2bec27ba6c69d53f3aee078749fc6df3c0.tar.gz |
* objdump.c (find_symbol_for_address): Avoid costly call to
bfd_octets_per_byte.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 718381812cc..b939b6f37ef 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2009-08-24 Cary Coutant <ccoutant@google.com> + + * objdump.c (find_symbol_for_address): Avoid costly call to + bfd_octets_per_byte. + 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * Makefile.am (am__skiplex, am__skipyacc): New. |