diff options
author | Nick Clifton <nickc@redhat.com> | 2007-09-21 07:58:03 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-09-21 07:58:03 +0000 |
commit | 6119d2522e8a598e50cb2ed05bf523e0ecedad3f (patch) | |
tree | 3564ca5bb09a8712a115b5cc992eb68d6af57406 /bfd/ChangeLog | |
parent | 80576242ab144a06ef28d698a432eea831fdc5c0 (diff) | |
download | gdb-6119d2522e8a598e50cb2ed05bf523e0ecedad3f.zip gdb-6119d2522e8a598e50cb2ed05bf523e0ecedad3f.tar.gz gdb-6119d2522e8a598e50cb2ed05bf523e0ecedad3f.tar.bz2 |
* syms.c (_bfd_stab_section_find_nearest_line): Look at the
specific SOM sections for stabs if the regular ones are not found.
* som.h (struct somdata): Add a line_info field, to be used by som_find_nearest_line.
* som.c (som_find_nearest_line): Implement using the bfd stabs function above.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 38eef54..22461e9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +2007-09-21 Olivier Hainque <hainque@adacore.com> + Tristan Gingold <gingold@adacore.com> + + * syms.c (_bfd_stab_section_find_nearest_line): Look at the + specific SOM sections for stabs if the regular ones are not found. + * som.h (struct somdata): Add a line_info field, to be used by + som_find_nearest_line. + * som.c (som_find_nearest_line): Implement using the bfd stabs + function above. + 2007-09-19 Daniel Jacobowitz <dan@codesourcery.com> * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_sections): Make sure .got |