diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2008-07-11 09:18:19 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2008-07-11 09:18:19 +0000 |
commit | 3076cd1fd40b2f2021260ddb7336a9d9e2ab7ac6 (patch) | |
tree | a38a41b5c28b83a4c1f899dec4a162517e2c3f91 /bfd/ChangeLog | |
parent | ecdfd004814e6ae1298b05f5c137970c07f5e6b7 (diff) | |
download | gdb-3076cd1fd40b2f2021260ddb7336a9d9e2ab7ac6.zip gdb-3076cd1fd40b2f2021260ddb7336a9d9e2ab7ac6.tar.gz gdb-3076cd1fd40b2f2021260ddb7336a9d9e2ab7ac6.tar.bz2 |
(read_section): Take pointer to bfd_size_type instead
of unsigned long as last parameter.
(struct dwarf2_debug): Define dwarf_abbrev_size, dwarf_line_size,
dwarf_str_size and dwarf_ranges_size as bfd_size_type instead of
unsigned long.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b107cd3..f838cbf 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2008-07-11 Andreas Schwab <schwab@suse.de> + + * dwarf2.c (read_section): Take pointer to bfd_size_type instead + of unsigned long as last parameter. + (struct dwarf2_debug): Define dwarf_abbrev_size, dwarf_line_size, + dwarf_str_size and dwarf_ranges_size as bfd_size_type instead of + unsigned long. + 2008-07-10 Richard Sandiford <rdsandiford@googlemail.com> * elfxx-mips.c (mips_elf_calculate_relocation): Calculate GP and GP0 |