This is the mail archive of the
binutils-cvs@sourceware.cygnus.com
mailing list for the binutils project.
binutils/bfd ChangeLog dwarf2.c
- To: binutils-cvs@sourceware.cygnus.com
- Subject: binutils/bfd ChangeLog dwarf2.c
- From: rth@sourceware.cygnus.com
- Date: 26 Jun 1999 23:06:00 -0000
CVSROOT: /cvs/binutils
Module name: binutils
Changes by: rth@egcs.cygnus.com 99/06/26 16:06:00
Modified files:
bfd : ChangeLog dwarf2.c
Log message:
David Mosberger <davidm@hpl.hp.com>
* dwarf2.c (struct arange): New type.
(struct comp_unit): Replace LOW and HIGH by member ARANGE.
(arange_add): New function.
(decode_line_info): Keep track of address ranges that a compilation
unit covers.
(comp_unit_contains_address): Return true if address is contained
in _any_ of the address ranges associated with a compilation unit.
(_bfd_dwarf2_find_nearest_line): Call comp_unit_find_nearest_line
on the first comp_unit that contains the address.