From 6119d2522e8a598e50cb2ed05bf523e0ecedad3f Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 21 Sep 2007 07:58:03 +0000 Subject: * 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. --- bfd/som.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bfd/som.h') diff --git a/bfd/som.h b/bfd/som.h index 708f0aea38..59b4c19910 100644 --- a/bfd/som.h +++ b/bfd/som.h @@ -136,6 +136,7 @@ struct somdata file_ptr str_filepos; file_ptr reloc_filepos; unsigned stringtab_size; + void * line_info; }; struct som_data_struct -- cgit v1.2.1