diff options
author | Ian Lance Taylor <ian@airs.com> | 2000-02-28 03:39:28 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2000-02-28 03:39:28 +0000 |
commit | 67d83c76c53e7652eefc5de48f426d4b1662b82e (patch) | |
tree | ed75d988300acfd511d59c40ecfaea43e84233c6 /bfd/ChangeLog | |
parent | e699b9ff019e7c040ad82b8d3d8d64f8b177dc94 (diff) | |
download | gdb-67d83c76c53e7652eefc5de48f426d4b1662b82e.zip gdb-67d83c76c53e7652eefc5de48f426d4b1662b82e.tar.gz gdb-67d83c76c53e7652eefc5de48f426d4b1662b82e.tar.bz2 |
* dwarf2.c (read_abbrevs): Use _raw_size directly rather than
calling bfd_get_section_size_before_reloc.
(decode_line_info): Likewise.
(_bfd_dwarf2_find_nearest_line): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fa1adf2..4968183 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2000-02-27 Ian Lance Taylor <ian@zembu.com> + + * dwarf2.c (read_abbrevs): Use _raw_size directly rather than + calling bfd_get_section_size_before_reloc. + (decode_line_info): Likewise. + (_bfd_dwarf2_find_nearest_line): Likewise. + 2000-02-27 Eli Zaretskii <eliz@is.elta.co.il> * Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the |