Preserve a verbose error message of xfer functions if they return -3.
[deliverable/binutils-gdb.git] / bfd / syms.c
index bf5a48894ca417620c16a652c19de4ed61cf3153..98d596ed44f5347af114ba5065e794c9245d982c 100644 (file)
@@ -77,7 +77,7 @@ SUBSECTION
 |
 |        if (storage_needed == 0)
 |          return;
-|        
+|
 |        symbol_table = xmalloc (storage_needed);
 |          ...
 |        number_of_symbols =
@@ -1008,7 +1008,7 @@ _bfd_stab_section_find_nearest_line (bfd *abfd,
          /* Try SOM section names.  */
          info->stabsec = bfd_get_section_by_name (abfd, "$GDB_SYMBOLS$");
          info->strsec  = bfd_get_section_by_name (abfd, "$GDB_STRINGS$");
-  
+
          if (info->stabsec == NULL || info->strsec == NULL)
            {
              /* No stabs debugging information.  Set *pinfo so that we
This page took 0.045865 seconds and 4 git commands to generate.