diff options
author | Kai Tietz <kai.tietz@onevision.com> | 2008-10-09 09:00:08 +0000 |
---|---|---|
committer | Kai Tietz <kai.tietz@onevision.com> | 2008-10-09 09:00:08 +0000 |
commit | d078078ddb99e3b2c63f093cb1d898cd7f36960a (patch) | |
tree | 0d4f960c5e6933a7b201b9bb2905b312ef419605 /binutils/ChangeLog | |
parent | c8d104ad6940c4f094193620122d26d8d2ff4167 (diff) | |
download | gdb-d078078ddb99e3b2c63f093cb1d898cd7f36960a.zip gdb-d078078ddb99e3b2c63f093cb1d898cd7f36960a.tar.gz gdb-d078078ddb99e3b2c63f093cb1d898cd7f36960a.tar.bz2 |
binutils/
2008-10-09 Kai Tietz <kai.tietz@onevision.com>
* dlltool.c (PAGE_SIZE): Make sure it has bfd_vma type.
(PAGE_MASK): Likewise.
(sfunc): Change to address size of bfd_vma for base-file.
(flush_page): Likewise.
(gen_exp_file): Likewise.
bfd/
2008-10-09 Kai Tietz <kai.tietz@onevision.com>
* cofflink.c (_bfd_coff_generic_relocate_section): Dump bfd_vma sized addresses instead of long sized.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index aa8d4f4..e31605d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,11 @@ +2008-10-09 Kai Tietz <kai.tietz@onevision.com> + + * dlltool.c (PAGE_SIZE): Make sure it has bfd_vma type. + (PAGE_MASK): Likewise. + (sfunc): Change to address size of bfd_vma for base-file. + (flush_page): Likewise. + (gen_exp_file): Likewise. + 2008-10-07 Jan Kratochvil <jan.kratochvil@redhat.com> * readelf.c (process_section_headers): Do not cut the section names and |