Add support for files that contain multiple symbol index tables. Fixes PR 15835
[deliverable/binutils-gdb.git] / binutils / nm.c
index a8f2f7059d13043b6f62a31af710f6ba10b09087..ad6e70dd84252b003811919e193cd7efce402d0d 100644 (file)
@@ -985,7 +985,7 @@ print_size_symbols (bfd *              abfd,
    SYMCOUNT is the number of symbols in MINISYMS and SYNTH_COUNT
    is the number of these that are synthetic.  Synthetic symbols,
    if any are present, always come at the end of the MINISYMS.
-   
+
    SIZE is the size of a symbol in MINISYMS.  */
 
 static void
@@ -1059,7 +1059,7 @@ display_rel_file (bfd *abfd, bfd *archive_bfd)
       non_fatal (_("%s: no symbols"), bfd_get_filename (abfd));
       return;
     }
-  
+
   if (show_synthetic && size == sizeof (asymbol *))
     {
       asymbol *synthsyms;
This page took 0.023831 seconds and 4 git commands to generate.