* aout-arm.c, aout-target.h, aoutx.h, archive.c, armnetbsd.c,
[deliverable/binutils-gdb.git] / bfd / som.c
index 53a05b75d7d9638400f3b050d2df7c453e0cf7c0..d44c474519c9f45fa6d4fe997242f376c52fd213 100644 (file)
--- a/bfd/som.c
+++ b/bfd/som.c
@@ -4543,11 +4543,6 @@ som_slurp_symbol_table (abfd)
          sym->symbol.value -= sym->symbol.section->vma;
          break;
 
-#if 0
-       /* SS_GLOBAL and SS_LOCAL are two names for the same thing.
-          Sound dumb?  It is.  */
-       case SS_GLOBAL:
-#endif
        case SS_LOCAL:
          sym->symbol.flags |= BSF_LOCAL;
          sym->symbol.section = bfd_section_from_som_symbol (abfd, bufp);
This page took 0.023697 seconds and 4 git commands to generate.