diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-03-20 19:15:30 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-03-20 19:15:30 +0000 |
commit | 1ee24f278e993baa8b732aa8b600dc0369210e3d (patch) | |
tree | cdbb3987b14ce057dc4c5ae824faea0a6a1c58e5 /bfd/ChangeLog | |
parent | 51b9608c3acc602ef72802af90521aa42e2ea44b (diff) | |
download | fsf-binutils-gdb-1ee24f278e993baa8b732aa8b600dc0369210e3d.zip fsf-binutils-gdb-1ee24f278e993baa8b732aa8b600dc0369210e3d.tar.gz fsf-binutils-gdb-1ee24f278e993baa8b732aa8b600dc0369210e3d.tar.bz2 |
2002-03-20 Daniel Jacobowitz <drow@mvista.com>
* dwarf2.c (struct funcinfo): Move up.
(lookup_address_in_function_table): New argument function_ptr.
Set it.
(lookup_address_in_line_table): New argument function. If function
is non-NULL, use it to handle ``addr'' before the first line note of
the function.
(comp_unit_find_nearest_line): Update and swap calls to
lookup_address_in_function_table and lookup_address_in_line_table.
* syms.c (_bfd_stab_section_find_nearest_line): Use the first
N_SLINE encountered if we see an N_FUN before any N_SLINE.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 13dc43b..d559557 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,16 @@ +2002-03-20 Daniel Jacobowitz <drow@mvista.com> + + * dwarf2.c (struct funcinfo): Move up. + (lookup_address_in_function_table): New argument function_ptr. + Set it. + (lookup_address_in_line_table): New argument function. If function + is non-NULL, use it to handle ``addr'' before the first line note of + the function. + (comp_unit_find_nearest_line): Update and swap calls to + lookup_address_in_function_table and lookup_address_in_line_table. + * syms.c (_bfd_stab_section_find_nearest_line): Use the first + N_SLINE encountered if we see an N_FUN before any N_SLINE. + 2002-03-20 Tom Rix <trix@redhat.com> * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from |