diff options
author | Adam Nemet <anemet@caviumnetworks.com> | 2009-01-30 01:04:47 +0000 |
---|---|---|
committer | Adam Nemet <anemet@caviumnetworks.com> | 2009-01-30 01:04:47 +0000 |
commit | 13d72a148e239265338a80acec26874a95a91ab6 (patch) | |
tree | fbd47aaa972feda080b1358e2a2601df26a8e915 /bfd/ChangeLog | |
parent | 5efc7cd2d630cf8acc716a45d0cb1025096fd308 (diff) | |
download | binutils-gdb-13d72a148e239265338a80acec26874a95a91ab6.tar.gz |
* dwarf2.c (read_rangelist): Use read_address to read low_pc and
high_pc in order to properly sign-extend VMAs.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index cdf1a5d0bfe..16f061d77eb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2009-01-29 Adam Nemet <anemet@caviumnetworks.com> + + * dwarf2.c (read_rangelist): Use read_address to read low_pc and + high_pc in order to properly sign-extend VMAs. + 2009-01-29 Daniel Jacobowitz <dan@codesourcery.com> Mark Shinwell <shinwell@codesourcery.com> Catherine Moore <clm@codesourcery.com> |