From: Jeff Law Date: Mon, 12 Sep 1994 04:06:07 +0000 (+0000) Subject: Revert last change (never should have been checked in to begin with). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=29f1ccee6d235c2625af8545e142c6f5384ea3a0;p=binutils-gdb.git Revert last change (never should have been checked in to begin with). --- diff --git a/bfd/som.c b/bfd/som.c index 5728395e59c..c08b3511e49 100644 --- a/bfd/som.c +++ b/bfd/som.c @@ -2294,10 +2294,9 @@ som_prep_for_fixups (abfd, syms, num_syms) som_symbol_data (*reloc->sym_ptr_ptr)->reloc_count += scale; } } -#if 0 + /* Now sort the symbols. */ qsort (syms, num_syms, sizeof (asymbol *), compare_syms); -#endif /* Compute the symbol indexes, they will be needed by the relocation code. */