2010-10-23 Mark Mitchell <mark@codesourcery.com>
[deliverable/binutils-gdb.git] / gas / config / tc-arm.c
index 69ff36a68055d18d185e75d01ad5f49c2a440c0f..8dd342bdeca29d89b1517691321a9c8052d2f25b 100644 (file)
@@ -21957,6 +21957,8 @@ arm_adjust_symtab (void)
 
   /* Remove any overlapping mapping symbols generated by alignment frags.  */
   bfd_map_over_sections (stdoutput, check_mapping_symbols, (char *) 0);
+  /* Now do generic ELF adjustments.  */
+  elf_adjust_symtab ();
 #endif
 }
 
This page took 0.028199 seconds and 4 git commands to generate.